#include <DataFormats/CastorReco/CastorCell.h>
Public Member Functions | |
CastorCell () | |
default constructor. Sets energy and position to zero More... | |
CastorCell (const double energy, const ROOT::Math::XYZPoint &position) | |
constructor from values More... | |
double | energy () const |
cell energy More... | |
double | eta () const |
eta coordinate of cell centroid More... | |
bool | operator< (const CastorCell &rhs) const |
comparison <= operator More... | |
bool | operator<= (const CastorCell &rhs) const |
comparison <= operator More... | |
bool | operator> (const CastorCell &rhs) const |
comparison > operator More... | |
bool | operator>= (const CastorCell &rhs) const |
comparison >= operator More... | |
double | phi () const |
azimuthal angle of cell centroid More... | |
ROOT::Math::XYZPoint | position () const |
cell centroid position More... | |
double | rho () const |
rho coordinate of cell centroid More... | |
double | x () const |
x coordinate of cell centroid More... | |
double | y () const |
y coordinate of cell centroid More... | |
double | z () const |
z coordinate of cell centroid More... | |
virtual | ~CastorCell () |
destructor More... | |
Private Attributes | |
double | energy_ |
cell energy More... | |
ROOT::Math::XYZPoint | position_ |
cell centroid position More... | |
Class for CastorCells made of full simulation/data
Definition at line 22 of file CastorCell.h.
|
inline |
default constructor. Sets energy and position to zero
Definition at line 26 of file CastorCell.h.
reco::CastorCell::CastorCell | ( | const double | energy, |
const ROOT::Math::XYZPoint & | position | ||
) |
constructor from values
Definition at line 3 of file CastorCell.cc.
References energy(), energy_, position(), and position_.
|
virtual |
|
inline |
cell energy
Definition at line 35 of file CastorCell.h.
References energy_.
Referenced by CastorCell().
|
inline |
eta coordinate of cell centroid
Definition at line 68 of file CastorCell.h.
References position_.
Referenced by Particle.Particle::__str__(), Muon.Muon::absEffAreaIso(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
azimuthal angle of cell centroid
Definition at line 56 of file CastorCell.h.
References position_.
Referenced by Particle.Particle::__str__().
|
inline |
cell centroid position
Definition at line 38 of file CastorCell.h.
References position_.
Referenced by CastorCell().
|
inline |
rho coordinate of cell centroid
Definition at line 65 of file CastorCell.h.
References position_.
Referenced by Lepton.Lepton::absIsoFromEA().
|
inline |
x coordinate of cell centroid
Definition at line 59 of file CastorCell.h.
References position_.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
y coordinate of cell centroid
Definition at line 62 of file CastorCell.h.
References position_.
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
z coordinate of cell centroid
Definition at line 53 of file CastorCell.h.
References position_.
Referenced by geometryXMLparser.Alignable::pos().
|
private |
cell energy
Definition at line 73 of file CastorCell.h.
Referenced by CastorCell(), energy(), operator<(), operator<=(), operator>(), and operator>=().
|
private |
cell centroid position
Definition at line 76 of file CastorCell.h.
Referenced by CastorCell(), eta(), phi(), position(), rho(), x(), y(), and z().