Class Reference for E1039 Core & Analysis Software
PHGeomFileImport.h
Go to the documentation of this file.
1 #ifndef PHGeomFileImport_HH__
2 #define PHGeomFileImport_HH__
3 
4 
5 #include <fun4all/SubsysReco.h>
6 
7 #include <ctime>
8 #include <map>
9 #include <set>
10 #include <string>
11 #include <iostream>
12 
15 {
16 
17 public:
18  explicit
19  PHGeomFileImport(const std::string & geometry_file);
20  virtual
22 
23 public:
24 
25  int Init(PHCompositeNode *topNode);
26  int InitRun(PHCompositeNode *topNode);
27  int process_event(PHCompositeNode *topNode);
28  int End(PHCompositeNode *topNode);
29 
30 protected:
31 
32  std::string _geometry_file;
33 
34 };
35 
36 #endif /* PHGeomFileImport_HH__ */
Fun4All module to import TGeo ROOT Geometry at run time.
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int Init(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
virtual ~PHGeomFileImport()
PHGeomFileImport(const std::string &geometry_file)
std::string _geometry_file
int InitRun(PHCompositeNode *topNode)