#include <CosmicEventParser.h>
|
| std::istream & | read (std::istream &is) |
| std::ostream & | write (std::ostream &os) const |
Definition at line 13 of file CosmicEventParser.h.
◆ CosmicEventParser()
| CosmicEventParser::CosmicEventParser |
( |
| ) |
|
|
inline |
◆ Momentum()
| const CLHEP::HepLorentzVector & CosmicEventParser::Momentum |
( |
void | | ) |
|
|
inline |
◆ pdgID()
| int CosmicEventParser::pdgID |
( |
void | | ) |
|
|
inline |
◆ read()
| std::istream & CosmicEventParser::read |
( |
std::istream & | is | ) |
|
|
inlineprivate |
Definition at line 40 of file CosmicEventParser.h.
41{
44 CLHEP::Hep3Vector vert,
mom;
45 double v_x,v_y,v_z;
47
48
49
50
51 vert.setX(-v_x);
52 vert.setY( v_y);
53 vert.setZ(-v_z);
54
55
56
57
59 vert = 10*vert;
60
61
64
65
69
72
73 return is;
74}
constexpr int pow(int base, int exp) noexcept
CLHEP::HepLorentzVector m_vertex
constexpr double muonMassInMeV
the mass of the muon (in MeV)
◆ Vertex()
| const CLHEP::HepLorentzVector & CosmicEventParser::Vertex |
( |
void | | ) |
|
|
inline |
◆ write()
| std::ostream & CosmicEventParser::write |
( |
std::ostream & | os | ) |
const |
|
inlineprivate |
◆ operator<<
◆ operator>>
◆ m_eventNumber
| int CosmicEventParser::m_eventNumber |
|
private |
◆ m_momentum
| CLHEP::HepLorentzVector CosmicEventParser::m_momentum |
|
private |
◆ m_pdgId
| int CosmicEventParser::m_pdgId |
|
private |
◆ m_vertex
| CLHEP::HepLorentzVector CosmicEventParser::m_vertex |
|
private |
The documentation for this class was generated from the following file: