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 624 of file JEvtToolkit.hh.
|
inline |
|
inline |
Constructor.
theta1 | upper hemisphere angle [deg] |
theta2 | lower hemisphere angle [deg] |
Definition at line 641 of file JEvtToolkit.hh.
|
inline |
Test is event is atmospheric muon.
__begin | begin of data |
__end | end of data |
Definition at line 655 of file JEvtToolkit.hh.
|
friend |
Read atmospheric muon analyser from input.
in | input stream |
object | atmospheric muon analyser |
Definition at line 688 of file JEvtToolkit.hh.
|
friend |
Write atmospheric muon analyser to output.
out | output stream |
object | atmospheric muon analyser |
Definition at line 708 of file JEvtToolkit.hh.
double JFIT::JAtmosphericMuon::dot1 |
Definition at line 717 of file JEvtToolkit.hh.
double JFIT::JAtmosphericMuon::dot2 |
Definition at line 718 of file JEvtToolkit.hh.