Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OnlMonReco.h
Go to the documentation of this file.
1 #ifndef _ONL_MON_RECO__H_
2 #define _ONL_MON_RECO__H_
3 #include "OnlMonClient.h"
4 
5 class OnlMonReco: public OnlMonClient {
6  public:
7 
8  private:
9  TH1* h1_rec_stats;
10  TH1* h1_sgmu_pt;
11  TH1* h1_dimu_mass;
12 
13  public:
14  OnlMonReco();
15  virtual ~OnlMonReco() {}
16 
17  int InitOnlMon(PHCompositeNode *topNode);
18  int InitRunOnlMon(PHCompositeNode *topNode);
19  int ProcessEventOnlMon(PHCompositeNode *topNode);
20  int EndOnlMon(PHCompositeNode *topNode);
21  int FindAllMonHist();
22  int DrawMonitor();
23 };
24 
25 #endif /* _ONL_MON_RECO__H_ */
int InitRunOnlMon(PHCompositeNode *topNode)
Definition: OnlMonReco.cc:32
virtual ~OnlMonReco()
Definition: OnlMonReco.h:15
int DrawMonitor()
Definition: OnlMonReco.cc:98
int EndOnlMon(PHCompositeNode *topNode)
Definition: OnlMonReco.cc:79
int InitOnlMon(PHCompositeNode *topNode)
Definition: OnlMonReco.cc:27
int FindAllMonHist()
Definition: OnlMonReco.cc:84
Base class for the OnlMon subsystem module.
Definition: OnlMonClient.h:35
int ProcessEventOnlMon(PHCompositeNode *topNode)
Definition: OnlMonReco.cc:46