FairRoot/PandaRoot
Functions
CbmGeoPlane.cxx File Reference
#include "CbmGeoPlane.h"
#include "FairGeoNode.h"

Go to the source code of this file.

Functions

 ClassImp (CbmGeoPlane) CbmGeoPlane
 

Function Documentation

ClassImp ( CbmGeoPlane  )

Definition at line 11 of file CbmGeoPlane.cxx.

14  {
15  // Constructor
16  fName="m";
17  maxSectors=20;
18  maxModules=1;
19  strcpy(modName,"mL");
20  strcpy(eleName,"mL");
21 
22  }