FairRoot/PandaRoot
PndRegion.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndRegion header file -----
3 // ----- Created 29/01/07 by M. Al/Turany -----
4 // -------------------------------------------------------------------------
11 #ifndef PNDREGION_H
12 #define PNDREGION_H 1
13 #include "TObject.h"
14 
15 class PndRegion : public TObject {
16 
17 public:
18 
20  PndRegion( Double_t Zmin, Double_t Zmax);
22  virtual ~PndRegion();
24  ClassDef(PndRegion,1)
25  protected:
26  Double_t fZmin;
28 };
29 
30 #endif
31 
32 
33 
#define protected
ClassDef(PndRegion, 1) protected Double_t fZmax
Definition: PndRegion.h:24
Double_t
PndRegion(Double_t Zmin, Double_t Zmax)
Definition: PndRegion.cxx:11
Bool_t IsInside(Double_t Z)
Definition: PndRegion.cxx:20
double Z
Definition: anaLmdDigi.C:68
virtual ~PndRegion()
Definition: PndRegion.cxx:17