ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LBLVtxSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4LBLVtxSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 
4 #ifndef G4DETECTORS_G4LBLVTXSUBSYSTEM_H
5 #define G4DETECTORS_G4LBLVTXSUBSYSTEM_H
6 
8 
9 #include <string>
10 
11 class PHCompositeNode;
12 class G4LBLVtxDetector;
13 class PHG4Detector;
14 class PHG4DisplayAction;
15 class PHG4SteppingAction;
16 
21 {
22  public:
23  G4LBLVtxSubsystem(const std::string& name);
24  virtual ~G4LBLVtxSubsystem();
25 
32 
34 
39 
41  void Print(const std::string& what = "ALL") const;
42 
44  PHG4Detector* GetDetector(void) const;
47 
48  private:
49  void SetDefaultParameters();
50 
52 
54 
56 
58 
60 
62 };
63 
64 #endif /* G4LBLVTXSUBSYSTEM_H_ */