14 : x_(
x), y_(
y), ex_(ex), ey_(ey), corr_(
corr), tof_(tof), pdgid_(
pdgid), prompt_(prompt) {}
20 return x_ == digi.
x() and
y_ == digi.
y() and
tof_ == digi.
tof();
42 return o <<
"local x=" << digi.
x() <<
" cm y=" << digi.
y() <<
" cm ex=" << digi.
ex() <<
" cm ey=" << digi.
ey()
43 <<
" cm tof=" << digi.
tof() <<
" ns" 44 <<
" pdgID " << digi.
pdgid() <<
" prompt? " << digi.
prompt();
49 std::cout <<
"local x=" << this->
x() <<
" cm y=" << this->
y() <<
" cm tof=" << this->
tof() <<
" ns" 50 <<
" pdgID " << this->
pdgid() <<
" prompt? " << this->
prompt() << std::endl;
bool operator==(const ME0DigiPreReco &digi) const
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
bool operator<(const ME0DigiPreReco &digi) const
Precedence operator.
std::ostream & operator<<(std::ostream &o, const ME0DigiPreReco &digi)
bool operator!=(const ME0DigiPreReco &digi) const