#include <ME0DigiPreReco.h>
Public Member Functions | |
float | corr () const |
float | ex () const |
float | ey () const |
ME0DigiPreReco (float x, float y, float ex, float ey, float corr, float tof, int pdgid, int prompt) | |
ME0DigiPreReco () | |
bool | operator!= (const ME0DigiPreReco &digi) const |
bool | operator< (const ME0DigiPreReco &digi) const |
Precedence operator. More... | |
bool | operator== (const ME0DigiPreReco &digi) const |
int | pdgid () const |
void | print () const |
int | prompt () const |
float | tof () const |
float | x () const |
float | y () const |
Private Attributes | |
float | corr_ |
float | ex_ |
float | ey_ |
int | pdgid_ |
int | prompt_ |
float | tof_ |
float | x_ |
float | y_ |
Digi for ME0
Definition at line 15 of file ME0DigiPreReco.h.
|
explicit |
Definition at line 14 of file ME0DigiPreReco.cc.
ME0DigiPreReco::ME0DigiPreReco | ( | ) |
Definition at line 25 of file ME0DigiPreReco.cc.
|
inline |
Definition at line 30 of file ME0DigiPreReco.h.
References corr_.
Referenced by ME0RecHitStandardAlgo::compute().
|
inline |
Definition at line 28 of file ME0DigiPreReco.h.
References ex_.
Referenced by ME0RecHitStandardAlgo::compute(), and operator<<().
|
inline |
Definition at line 29 of file ME0DigiPreReco.h.
References ey_.
Referenced by ME0RecHitStandardAlgo::compute(), and operator<<().
bool ME0DigiPreReco::operator!= | ( | const ME0DigiPreReco & | digi | ) | const |
Definition at line 45 of file ME0DigiPreReco.cc.
References or, tof(), tof_, x(), x_, y(), and y_.
bool ME0DigiPreReco::operator< | ( | const ME0DigiPreReco & | digi | ) | const |
bool ME0DigiPreReco::operator== | ( | const ME0DigiPreReco & | digi | ) | const |
|
inline |
Definition at line 33 of file ME0DigiPreReco.h.
References pdgid_.
Referenced by operator<<(), and print().
void ME0DigiPreReco::print | ( | void | ) | const |
Definition at line 71 of file ME0DigiPreReco.cc.
References gather_cfg::cout, pdgid(), prompt(), tof(), x(), and y().
Referenced by prompt().
|
inline |
Definition at line 34 of file ME0DigiPreReco.h.
References print(), and prompt_.
Referenced by operator<<(), and print().
|
inline |
Definition at line 31 of file ME0DigiPreReco.h.
References tof_.
Referenced by operator!=(), operator<(), operator<<(), operator==(), and print().
|
inline |
Definition at line 26 of file ME0DigiPreReco.h.
References x_.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), ME0RecHitStandardAlgo::compute(), ME0ReDigiProducer::getCustomStripProperties(), ME0ReDigiProducer::getStripProperties(), operator!=(), operator<(), operator<<(), operator==(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), print(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
Definition at line 27 of file ME0DigiPreReco.h.
References y_.
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), ME0RecHitStandardAlgo::compute(), ME0ReDigiProducer::getCustomStripProperties(), ME0ReDigiProducer::getStripProperties(), operator!=(), operator<(), operator<<(), operator==(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), print(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
private |
Definition at line 42 of file ME0DigiPreReco.h.
Referenced by corr().
|
private |
Definition at line 40 of file ME0DigiPreReco.h.
Referenced by ex().
|
private |
Definition at line 41 of file ME0DigiPreReco.h.
Referenced by ey().
|
private |
Definition at line 45 of file ME0DigiPreReco.h.
Referenced by pdgid().
|
private |
Definition at line 46 of file ME0DigiPreReco.h.
Referenced by prompt().
|
private |
Definition at line 43 of file ME0DigiPreReco.h.
Referenced by operator!=(), operator<(), operator==(), and tof().
|
private |
Definition at line 38 of file ME0DigiPreReco.h.
Referenced by operator!=(), operator<(), operator==(), and x().
|
private |
Definition at line 39 of file ME0DigiPreReco.h.
Referenced by operator!=(), operator<(), operator==(), and y().