FairRoot/PandaRoot
Public Member Functions | Public Attributes | List of all members
PndRegion Class Reference

#include <PndRegion.h>

Inheritance diagram for PndRegion:

Public Member Functions

 PndRegion (Double_t Zmin, Double_t Zmax)
 
virtual ~PndRegion ()
 
Bool_t IsInside (Double_t Z)
 

Public Attributes

ClassDef(PndRegion,
1) protected Double_t 
fZmax
 

Detailed Description

PndRegion.h

Author
M.Al/Turany m.al-.nosp@m.tura.nosp@m.ny@gs.nosp@m.i.de
Since
29.01.2007 .0

Definition at line 15 of file PndRegion.h.

Constructor & Destructor Documentation

PndRegion::PndRegion ( Double_t  Zmin,
Double_t  Zmax 
)

Default constructor

Definition at line 11 of file PndRegion.cxx.

12  :TObject(), fZmin(Zmin), fZmax(Zmax)
13 {
14 }
ClassDef(PndRegion, 1) protected Double_t fZmax
Definition: PndRegion.h:24
PndRegion::~PndRegion ( )
virtual

Destructor

Definition at line 17 of file PndRegion.cxx.

17  {
18 }

Member Function Documentation

Bool_t PndRegion::IsInside ( Double_t  Z)

Definition at line 20 of file PndRegion.cxx.

References fZmax.

20  {
21  if( Z>=fZmin && Z<=fZmax ) return kTRUE;
22  else return kFALSE;
23 }
ClassDef(PndRegion, 1) protected Double_t fZmax
Definition: PndRegion.h:24
double Z
Definition: anaLmdDigi.C:68

Member Data Documentation

ClassDef (PndRegion,1) protected Double_t PndRegion::fZmax

Definition at line 24 of file PndRegion.h.

Referenced by IsInside().


The documentation for this class was generated from the following files: