Jpp
19.0.0
the software that should make you happy
|
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 735 of file JReconstruction/JEvtToolkit.hh.
|
inline |
|
inline |
Constructor.
theta1 | upper hemisphere angle [deg] |
theta2 | lower hemisphere angle [deg] |
Definition at line 752 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test is event is atmospheric muon.
__begin | begin of data |
__end | end of data |
Definition at line 766 of file JReconstruction/JEvtToolkit.hh.
|
friend |
Read atmospheric muon analyser from input.
in | input stream |
object | atmospheric muon analyser |
Definition at line 799 of file JReconstruction/JEvtToolkit.hh.
|
friend |
Write atmospheric muon analyser to output.
out | output stream |
object | atmospheric muon analyser |
Definition at line 819 of file JReconstruction/JEvtToolkit.hh.
double JRECONSTRUCTION::JAtmosphericMuon::dot1 |
Definition at line 828 of file JReconstruction/JEvtToolkit.hh.
double JRECONSTRUCTION::JAtmosphericMuon::dot2 |
Definition at line 829 of file JReconstruction/JEvtToolkit.hh.