EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicRootMuMegasSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicRootMuMegasSubsystem.h
1 
2 #ifndef _EICROOT_MUMEGAS_SUBSYSTEM_
3 #define _EICROOT_MUMEGAS_SUBSYSTEM_
4 
5 #include <EicRootSubsystem.h>
6 #include <MuMegasGeoParData.h>
7 
8 #include <map>
9 
11 {
12  public:
13  // ctor & dtor;
14  EicRootMuMegasSubsystem(const std::string& name): EicRootSubsystem(name) {};
16 
17  // FIXME: should find a more natural way to arrange this;
18  void PlaceG4Volume(G4LogicalVolume *mother, bool check = false,
19  void *pRot = 0, void *tlate = 0) {
20  EicGeoParData::PlaceG4Volume(mother, check, pRot, tlate);
21  };
22  const std::map<G4VPhysicalVolume*, unsigned> &GetG4SensitiveVolumes( void ) const {
24  };
25 };
26 
27 #endif