CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonG4Numbering.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_Muon_MuonG4Numbering_h
2 #define SimG4CMS_Muon_MuonG4Numbering_h
3 
21 class G4Step;
22 class MuonBaseNumber;
23 class DDCompactView;
24 
26  public:
27 
28  MuonG4Numbering(const DDCompactView& cpv);
30 
31  MuonBaseNumber PhysicalVolumeToBaseNumber(const G4Step* aStep);
32 
33  private:
34 
35  const int getCopyNoLevel(const int);
36  const int getCopyNoSuperNo(const int);
37  const int getCopyNoBaseNo(const int);
38  const bool copyNoRelevant(const int);
39 
44 
45 };
46 
47 #endif
const int getCopyNoLevel(const int)
const int getCopyNoBaseNo(const int)
type of data representation of DDCompactView
Definition: DDCompactView.h:77
MuonG4Numbering(const DDCompactView &cpv)
MuonBaseNumber PhysicalVolumeToBaseNumber(const G4Step *aStep)
const bool copyNoRelevant(const int)
const int getCopyNoSuperNo(const int)