FairRoot/PandaRoot
CbmGeoPlane.cxx
Go to the documentation of this file.
1 // CbmGeoplane
3 //
4 // Class for geometry of plane
5 //
7 
8 #include "CbmGeoPlane.h"
9 #include "FairGeoNode.h"
10 
12 
13 // ----- Default constructor -------------------------------------------
15  // Constructor
16  fName="m";
17  maxSectors=20;
18  maxModules=1;
19  strcpy(modName,"mL");
20  strcpy(eleName,"mL");
21 
22  }
23 
24 
ClassImp(PndAnaContFact)