PandaRoot
PndMagnet.h
Go to the documentation of this file.
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 class PndMagnet : public FairModule {
11  public:
12  PndMagnet(const char *name, const char *Title = "PND Magnet");
13  PndMagnet();
14  virtual ~PndMagnet();
15  void ConstructGeometry();
17  Bool_t CheckIfSensitive(std::string name);
18  ClassDef(PndMagnet, 1) // PNDMagnet
19 };
20 
21 #endif // MAGNET_H
Bool_t CheckIfSensitive(std::string name)
void ConstructASCIIGeometry()
void ConstructGeometry()
virtual ~PndMagnet()