EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/field/PndRegion.h>
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 |
Definition at line 15 of file PndRegion.h.
View newest version in sPHENIX GitHub at line 15 of file PndRegion.h
PndRegion::PndRegion | ( | Double_t | Zmin, |
Double_t | Zmax | ||
) |
Default constructor
Definition at line 11 of file PndRegion.cxx.
View newest version in sPHENIX GitHub at line 11 of file PndRegion.cxx
|
virtual |
Destructor
Definition at line 17 of file PndRegion.cxx.
View newest version in sPHENIX GitHub at line 17 of file PndRegion.cxx
Bool_t PndRegion::IsInside | ( | Double_t | Z | ) |
Definition at line 20 of file PndRegion.cxx.
View newest version in sPHENIX GitHub at line 20 of file PndRegion.cxx
References fZmax.
ClassDef (PndRegion,1) protected Double_t PndRegion::fZmax |
Definition at line 24 of file PndRegion.h.
View newest version in sPHENIX GitHub at line 24 of file PndRegion.h
Referenced by IsInside().