Namespaces | |
G4ReweightUtils | |
ProtoDUNEFitUtils | |
ProtoDUNESelectionUtils | |
Typedefs | |
typedef struct protoana::crpgeoinfo | crpgeoinfo |
Enumerations | |
enum | HistType { kSignal, kBackground, kIncident } |
enum | beamPDG { kElectron = 11, kMuon = 13, kPion = 211, kKaon = 321, kProton = 2212, kDeuteron = 1000010020 } |
Functions | |
double | distance (double x1, double y1, double z1, double x2, double y2, double z2) |
std::string | PreciseToString (const double val, const int n=2) |
TFile * | OpenFile (const std::string filename) |
bool | sort_IDEs (const sim::IDE *i1, const sim::IDE *i2) |
Class: hitrms /// File: hitrms_module.cc /// Description: Module for calculations with hit information saved /// following deconvolution. Information is taken from /// MC samples or data files and put into TTrees to be /// analyzed. /// Contact Person: ehink /// Written by: Ajib Paudel /// Modified by: Elise Hinkle /// Last Date Modified: April 1, 2021 /// le@u chica go.e du
Class: hitrmsrawdigits /// File: hitrmsrawdigits_module.cc /// Description: Module for calculations with hit information based on /// RawDigits and/or from after deconvolution. Information is /// taken from MC samples or data files and put into TTrees /// to be analyzed. /// Contact Person: ehink /// Written by: Ajib Paudel /// Modified by: Elise Hinkle /// Last Date Modified: August 20, 2021 /// le@u chica go.e du
typedef struct protoana::crpgeoinfo protoana::crpgeoinfo |
enum protoana::beamPDG |
Enumerator | |
---|---|
kElectron | |
kMuon | |
kPion | |
kKaon | |
kProton | |
kDeuteron |
Definition at line 29 of file ProtoDUNEBeamlineUtils.h.
enum protoana::HistType |
Enumerator | |
---|---|
kSignal | |
kBackground | |
kIncident |
Definition at line 30 of file ProtoDUNEFit.h.
double protoana::distance | ( | double | x1, |
double | y1, | ||
double | z1, | ||
double | x2, | ||
double | y2, | ||
double | z2 | ||
) |
Definition at line 217 of file truepionXsection_module.cc.
TFile* protoana::OpenFile | ( | const std::string | filename | ) |
Definition at line 42 of file G4RWExampleAnalyzer_module.cc.
std::string protoana::PreciseToString | ( | const double | val, |
const int | n = 2 |
||
) |
Definition at line 3 of file ThinSliceSample.cxx.
Definition at line 1158 of file ProtoDUNETruthUtils.cxx.