PandaRoot
PndPassive.h
Go to the documentation of this file.
1 #ifndef PNDPASSIVE_HH
2 #define PNDPASSIVE_HH
3 
4 #include <string>
5 
6 #include "FairModule.h"
7 
18 class PndPassive : public FairModule {
19  public:
20  virtual void ConstructGeometry();
21 
22  PndPassive(const char *name, const char *Title = "PndPassive");
23  PndPassive();
24  virtual ~PndPassive();
25  ClassDef(PndPassive, 1) // PndPassive
26 };
27 
28 #endif /*PNDPASSIVE_HH*/
Simply implements ConstructGeometry to call FairModule::ConstructRootGeometry() Useful to include pas...
Definition: PndPassive.h:18
virtual void ConstructGeometry()
virtual ~PndPassive()