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

Go to the source code of this file.

Functions

 ClassImp (PndGeoFtof) PndGeoFtof
 

Function Documentation

ClassImp ( PndGeoFtof  )

Definition at line 13 of file PndGeoFtof.cxx.

16  {
17  // Constructor
18 
19  fName="ft";
20  maxSectors=0;
21  maxModules=1;
22  strcpy(modName,"ft");
23  strcpy(eleName,"ft");
24  }