#include <ParticlesThroughVolumesData.h>
Public Member Functions | |
| ParticlesThroughVolumesData () | |
| Default Constructor. More... | |
| ParticlesThroughVolumesData (int ptv_pdg[], double ptv_amount_mat[], double ptv_mom[], std::string ptv_vol) | |
| Constructor given the kinematic and distance traveled in the volume. More... | |
| virtual | ~ParticlesThroughVolumesData () |
| std::ostream & | print (std::ostream &os) const |
Public Attributes | |
| int | Pdgs [3] |
| pdg codes of the particles More... | |
| double | AmountMat [3] |
| distance multiplied by volume More... | |
| double | Moms [3] |
| Momentum of the particles. More... | |
| std::string | Vol |
| Voulme. More... | |
Definition at line 12 of file ParticlesThroughVolumesData.h.
| NeutrinoFluxReweight::ParticlesThroughVolumesData::ParticlesThroughVolumesData | ( | ) |
Default Constructor.
default values:
Definition at line 7 of file ParticlesThroughVolumesData.cpp.
| NeutrinoFluxReweight::ParticlesThroughVolumesData::ParticlesThroughVolumesData | ( | int | ptv_pdg[], |
| double | ptv_amount_mat[], | ||
| double | ptv_mom[], | ||
| std::string | ptv_vol | ||
| ) |
Constructor given the kinematic and distance traveled in the volume.
I assumed arrays of dimmension 3:
Definition at line 25 of file ParticlesThroughVolumesData.cpp.
|
virtual |
Definition at line 45 of file ParticlesThroughVolumesData.cpp.
| std::ostream & NeutrinoFluxReweight::ParticlesThroughVolumesData::print | ( | std::ostream & | os | ) | const |
Definition at line 48 of file ParticlesThroughVolumesData.cpp.
| double NeutrinoFluxReweight::ParticlesThroughVolumesData::AmountMat[3] |
distance multiplied by volume
Definition at line 27 of file ParticlesThroughVolumesData.h.
| double NeutrinoFluxReweight::ParticlesThroughVolumesData::Moms[3] |
Momentum of the particles.
Definition at line 30 of file ParticlesThroughVolumesData.h.
| int NeutrinoFluxReweight::ParticlesThroughVolumesData::Pdgs[3] |
pdg codes of the particles
Definition at line 24 of file ParticlesThroughVolumesData.h.
| std::string NeutrinoFluxReweight::ParticlesThroughVolumesData::Vol |
Voulme.
Definition at line 33 of file ParticlesThroughVolumesData.h.
1.8.11