EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PndMagnet.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PndMagnet.h
1 #ifndef MAGNET_H
2 #define MAGNET_H
3 
4 #include "TNamed.h"
5 #include "TArrayI.h"
6 #include "TClonesArray.h"
7 #include "FairDetector.h"
8 #include "FairModule.h"
9 
10 
11 class PndMagnet : public FairModule {
12  public:
13  PndMagnet(const char * name, const char *Title="PND Magnet");
14  PndMagnet();
15  virtual ~PndMagnet();
16  void ConstructGeometry();
18  Bool_t CheckIfSensitive(std::string name);
19  ClassDef(PndMagnet,1) //PNDMagnet
20 
21 };
22 
23 #endif //MAGNET_H
24