FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
field
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
();
23
Bool_t
IsInside
(
Double_t
Z
);
24
ClassDef(
PndRegion
,1)
25
protected
:
26
Double_t
fZmin
;
27
Double_t
fZmax
;
28
};
29
30
#endif
31
32
33
PndRegion::fZmax
Double_t fZmax
Definition:
PndRegion.h:27
Double_t
Double_t
Definition:
SimCompleteLinkDef.h:6
PndRegion
Definition:
PndRegion.h:15
PndRegion::PndRegion
PndRegion(Double_t Zmin, Double_t Zmax)
Definition:
PndRegion.cxx:11
PndRegion::IsInside
Bool_t IsInside(Double_t Z)
Definition:
PndRegion.cxx:20
PndRegion::fZmin
Double_t fZmin
Definition:
PndRegion.h:26
Z
double Z
Definition:
anaLmdDigi.C:68
Bool_t
Bool_t
Definition:
SimCompleteLinkDef.h:6
PndRegion::~PndRegion
virtual ~PndRegion()
Definition:
PndRegion.cxx:17
Generated on Wed Apr 3 2019 08:44:00 for FairRoot/PandaRoot by
1.8.5