EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PndGeoMagnet.cxx
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PndGeoMagnet.cxx
1 //*-- AUTHOR : Ilse Koenig
2 //*-- Created : 10/11/2003
3 
5 // CbmGeoMagnet
6 //
7 // Class for the geometry of detector part Magnet
8 //
10 
11 #include "PndGeoMagnet.h"
12 
14 
16  // Constructor
17  fName="magnet";
18  maxSectors=0;
19  maxModules=1;
20  strcpy(modName,"m");
21  strcpy(eleName,"m");
22 }