ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TPCIntegratedCharge.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TPCIntegratedCharge.h
1 #ifndef __TPCIntegratedCharge_H__
2 #define __TPCIntegratedCharge_H__
3 
4 #include <fun4all/SubsysReco.h>
5 
6 #include <string>
7 
8 class PHCompositeNode;
10 
13 {
14  public:
16  unsigned int minLayer,
17  unsigned int m_maxLayer,
18  const std::string &outputfilename = "TPCIntegratedCharge.root");
19 
20  virtual ~TPCIntegratedCharge();
21 
22  int Init(PHCompositeNode *topNode);
23  int InitRun(PHCompositeNode *topNode);
24  int process_event(PHCompositeNode *topNode);
25  int End(PHCompositeNode *topNode);
26 
27  private:
28 #if !defined(__CINT__) || defined(__CLING__)
29 
31 
32  std::string m_outputFileName;
33 
34  unsigned int m_minLayer;
35  unsigned int m_maxLayer;
36 
37 #endif // #if !defined(__CINT__) || defined(__CLING__)
38 };
39 
40 #endif // __CALOEVALUATOR_H__