|
ATLAS Offline Software
|
Go to the documentation of this file.
25 #ifndef REGSELLUT_ZROBJECT_H
26 #define REGSELLUT_ZROBJECT_H
51 m_rMin(rmin<rmax?rmin:rmax),
m_rMax(rmax>rmin?rmax:rmin),
59 double z2min,
double z2max) :
60 m_rMin(rmin<rmax?rmin:rmax),
m_rMax(rmax>rmin?rmax:rmin),
62 m_z2Min(z2min<z2max?z2min:z2max),
m_z2Max(z2max>z2min?z2max:z2min),
128 s <<
"[ r=" << zr.
rMin() <<
" - " << zr.
rMax()
129 <<
" z=" << zr.
zMin() <<
" - " << zr.
zMax();
ZRObject(double rmin, double rmax, double zmin, double zmax, double z2min, double z2max)
double z2Max(double zmax)
Scalar theta() const
theta method
ZRObject(double rmin, double rmax, double zmin, double zmax)
setEt setPhi setE277 setWeta2 eta1
double calceta(double r, double z)
double _etaMin(double z=0) const
std::ostream & operator<<(std::ostream &s, const ZRObject &zr)
double z2Min(double zmin)
virtual bool inRoI(const RegSelRoI &roi) const
virtual ~ZRObject()=default
double _etaMax(double z=0) const