Jpp
|
Auxiliary class to evaluate atmospheric muon hypothesis. More...
#include <JEvtToolkit.hh>
Public Member Functions | |
JAtmosphericMuon () | |
Default constructor. More... | |
JAtmosphericMuon (const double theta1, const double theta2) | |
Constructor. More... | |
double | operator() (JEvt::const_iterator __begin, JEvt::const_iterator __end) const |
Test is event is atmospheric muon. More... | |
Public Attributes | |
double | dot1 |
double | dot2 |
Friends | |
std::istream & | operator>> (std::istream &in, JAtmosphericMuon &object) |
Read atmospheric muon analyser from input. More... | |
std::ostream & | operator<< (std::ostream &out, const JAtmosphericMuon &object) |
Write atmospheric muon analyser to output. More... | |
Auxiliary class to evaluate atmospheric muon hypothesis.
The hypothesis is tested by means of the difference in quality between the best upward and best downward track.
Definition at line 772 of file JEvtToolkit.hh.
|
inline |
|
inline |
Constructor.
theta1 | upper hemisphere angle [deg] |
theta2 | lower hemisphere angle [deg] |
Definition at line 789 of file JEvtToolkit.hh.
|
inline |
Test is event is atmospheric muon.
__begin | begin of data |
__end | end of data |
Definition at line 803 of file JEvtToolkit.hh.
|
friend |
Read atmospheric muon analyser from input.
in | input stream |
object | atmospheric muon analyser |
Definition at line 836 of file JEvtToolkit.hh.
|
friend |
Write atmospheric muon analyser to output.
out | output stream |
object | atmospheric muon analyser |
Definition at line 856 of file JEvtToolkit.hh.
double JRECONSTRUCTION::JAtmosphericMuon::dot1 |
Definition at line 865 of file JEvtToolkit.hh.
double JRECONSTRUCTION::JAtmosphericMuon::dot2 |
Definition at line 866 of file JEvtToolkit.hh.