ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CreateCZHitContainer.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CreateCZHitContainer.h
1 #ifndef CREATECZHITCONTAINER_H
2 #define CREATECZHITCONTAINER_H
3 
4 #include <fun4all/SubsysReco.h>
5 
6 #include <map>
7 #include <set>
8 #include <string>
9 #include <vector>
10 
12 class PHG4Hit;
13 
15 {
16  public:
18  CreateCZHitContainer(const std::string& name = "BMT");
19 
21  virtual ~CreateCZHitContainer();
22 
25 
28 
30  //int End(PHCompositeNode *);
31 
33 
34  private:
35  std::string _node_postfix;
40 };
41 
42 #endif