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

Go to the source code of this file.

Functions

 ClassImp (PndGeoMagnet) PndGeoMagnet
 

Function Documentation

ClassImp ( PndGeoMagnet  )

Definition at line 13 of file PndGeoMagnet.cxx.

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