Public Types | |
using | Point_t = std::array< double, 3 > |
Public Member Functions | |
OBAnaICARUS (fhicl::ParameterSet const &p) | |
OBAnaICARUS (OBAnaICARUS const &)=delete | |
OBAnaICARUS (OBAnaICARUS &&)=delete | |
OBAnaICARUS & | operator= (OBAnaICARUS const &)=delete |
OBAnaICARUS & | operator= (OBAnaICARUS &&)=delete |
void | analyze (art::Event const &e) override |
void | beginSubRun (art::SubRun const &sr) override |
Private Member Functions | |
void | clear_vectors () |
Clear vectors. More... | |
int | FindMotherInOverburden (simb::MCParticle) |
Finds the ancestors that was created in the Ovrburden, if any. More... | |
bool | InDetector (const double &x, const double &y, const double &z) const |
Check if the point is in the detector. More... | |
bool | InDetector (const art::Ptr< simb::MCParticle >, int &step) |
Check if an MCP passes through the detector, sets step to the step index when particle is in detector. More... | |
void | SavePi0ShowerInfo (int pi0_track_id) |
Saves the pi0 info to a separate tree, give the pi0 track id. More... | |
void | SaveMuonShowerInfo (int muon_track_id) |
Saves the muon info to a separate tree, give the muon track id. More... | |
std::unique_ptr < util::PositionInVolumeFilter > | CreateParticleVolumeFilter (std::set< std::string > const &vol_names) const |
Configures and returns a particle filter. More... | |
Private Attributes | |
std::map< unsigned int, simb::MCParticle > | _trackid_to_mcparticle |
std::unique_ptr < util::PositionInVolumeFilter > | _part_filter |
std::string | _mctruth_producer = "generator" |
std::string | _mcparticle_producer = "largeant" |
std::string | _mctrack_producer = "mcreco" |
std::string | _mcshower_producer = "mcreco" |
bool | _save_pi0_tree = true |
bool | _save_muon_tree = true |
bool | _simulating_dirt = false |
std::vector< unsigned int > | _pi0_ids |
std::vector< unsigned int > | _muon_ids |
std::vector< std::string > | _overburden_volumes = {"volShieldingLid", "volShieldingTop", "volMezzanineLid"} |
double | xminc0 = -358.49 |
double | xmaxc0 = -61.94 |
double | xminc1 = 61.94 |
double | xmaxc1 = 358.49 |
double | ymin = -181.86 |
double | ymax = 134.96 |
double | zmin = -894.951 |
double | zmax = 894.951 |
double | _x_max |
x-max of volume box used to determine whether to save track information More... | |
double | _x_min |
x-min of volume box used to determine whether to save track information More... | |
double | _y_max |
y-max of volume box used to determine whether to save track information More... | |
double | _y_min |
y-min of volume box used to determine whether to save track information More... | |
double | _z_max |
z-max of volume box used to determine whether to save track information More... | |
double | _z_min |
z-min of volume box used to determine whether to save track information More... | |
boost::uuids::uuid | _uuid |
A unique ID to identify different events in files with same event number. More... | |
std::string | _uuid_str |
Same as uuid, but converted to string. More... | |
TTree * | _tree |
int | _run |
int | _subrun |
int | _event |
float | _nu_e |
int | _nu_pdg |
int | _nu_ccnc |
int | _nu_mode |
int | _nu_int_type |
float | _nu_vtx_x |
float | _nu_vtx_y |
float | _nu_vtx_z |
float | _nu_px |
float | _nu_py |
float | _nu_pz |
int | _nu_pip_mult |
Pi0 multiplicity. More... | |
int | _nu_pi0_mult |
Pi plus multiplicity. More... | |
int | _nu_p_mult |
Proton multiplicity. More... | |
std::vector< int > | _pars_pdg |
All other particles produced - pdg code. More... | |
std::vector< float > | _pars_e |
All other particles produced - energy. More... | |
std::vector< float > | _mcp_px |
std::vector< float > | _mcp_py |
std::vector< float > | _mcp_pz |
std::vector< float > | _mcp_e |
std::vector< float > | _mcp_vx |
std::vector< float > | _mcp_vy |
std::vector< float > | _mcp_vz |
std::vector< float > | _mcp_endx |
std::vector< float > | _mcp_endy |
std::vector< float > | _mcp_endz |
std::vector< float > | _mcp_pdg |
std::vector< float > | _mcp_mother |
std::vector< float > | _mcp_status_code |
std::vector< std::string > | _mcp_process |
std::vector< std::string > | _mcp_end_process |
std::vector< bool > | _mcp_intpc |
std::vector< float > | _mcp_intpc_e |
std::vector< float > | _mcp_trackid |
std::vector< float > | _mcp_intpc_nu_e |
std::vector< int > | _neut_daughters_pdg |
All the neutron daughters. More... | |
std::vector< float > | _neut_daughters_e |
All the neutron daughters energy. More... | |
std::vector< float > | _neut_daughters_px |
All the neutron daughters momentrum in x direction. More... | |
std::vector< float > | _neut_daughters_py |
All the neutron daughters momentrum in y direction. More... | |
std::vector< float > | _neut_daughters_pz |
All the neutron daughters momentrum in z direction. More... | |
std::vector< std::string > | _neut_daughters_startprocess |
All the neutron daughters start process. More... | |
std::vector< std::string > | _neut_daughters_endprocess |
std::vector< float > | _neut_daughters_start_x |
All the neutron daughters start x. More... | |
std::vector< float > | _neut_daughters_start_y |
All the neutron daughters start y. More... | |
std::vector< float > | _neut_daughters_start_z |
All the neutron daughters start z. More... | |
std::vector< float > | _neut_daughters_end_x |
All the neutron daughters end x. More... | |
std::vector< float > | _neut_daughters_end_y |
All the neutron daughters end y. More... | |
std::vector< float > | _neut_daughters_end_z |
All the neutron daughters end z. More... | |
std::vector< float > | _neut_daughters_trackid |
All the neutron daughters trackid. More... | |
std::vector< int > | _neut_grand_daughters_pdg |
All the neutron daughters. More... | |
std::vector< float > | _neut_grand_daughters_e |
All the neutrons grand daughters energy. More... | |
std::vector< float > | _neut_grand_daughters_px |
All the neutrons grand daughters momentrum in x direction. More... | |
std::vector< float > | _neut_grand_daughters_py |
All the neutrons grand daughters momentrum in y direction. More... | |
std::vector< float > | _neut_grand_daughters_pz |
All the neutrons grand daughters momentrum in z direction. More... | |
std::vector< std::string > | _neut_grand_daughters_startprocess |
All the neutrons grand daughters start process. More... | |
std::vector< std::string > | _neut_grand_daughters_endprocess |
std::vector< float > | _neut_grand_daughters_start_x |
All the neutrons grand daughters start x. More... | |
std::vector< float > | _neut_grand_daughters_start_y |
All the neutrons grand daughters start y. More... | |
std::vector< float > | _neut_grand_daughters_start_z |
All the neutrons grand daughters start z. More... | |
std::vector< float > | _neut_grand_daughters_end_x |
All the neutrons grand daughters end x. More... | |
std::vector< float > | _neut_grand_daughters_end_y |
All the neutrons grand daughters end y. More... | |
std::vector< float > | _neut_grand_daughters_end_z |
All the neutrons grand daughters end z. More... | |
std::vector< float > | _neut_grand_daughters_trackid |
All the neutrons grand daughters trackid. More... | |
std::vector< float > | _mcs_pdg |
std::vector< std::string > | _mcs_process |
std::vector< float > | _mcs_start_x |
std::vector< float > | _mcs_start_y |
std::vector< float > | _mcs_start_z |
std::vector< float > | _mcs_end_x |
std::vector< float > | _mcs_end_y |
std::vector< float > | _mcs_end_z |
std::vector< float > | _mcs_start_px |
std::vector< float > | _mcs_start_py |
std::vector< float > | _mcs_start_pz |
std::vector< float > | _mcs_start_e |
std::vector< double > | _mcs_charge_col |
std::vector< double > | _mcs_charge_ind2 |
std::vector< double > | _mcs_charge_ind1 |
std::vector< float > | _mcs_mother_pdg |
std::vector< float > | _mcs_mother_trackid |
std::vector< float > | _mcs_mother_start_x |
std::vector< float > | _mcs_mother_start_y |
std::vector< float > | _mcs_mother_start_z |
std::vector< float > | _mcs_mother_start_e |
std::vector< float > | _mcs_mother_end_x |
std::vector< float > | _mcs_mother_end_y |
std::vector< float > | _mcs_mother_end_z |
std::vector< float > | _mcs_mother_end_e |
std::vector< std::string > | _mcs_mother_process |
std::vector< float > | _mcs_ancestor_pdg |
std::vector< std::string > | _mcs_ancestor_process |
std::vector< float > | _mcs_ancestor_start_e |
std::vector< float > | _mcs_ancestor_end_e |
std::vector< float > | _mcs_mother_in_ob_trackid |
int | _n_mcs_lt1 |
Number of MC showers with energy less than 10 MeV. More... | |
int | _n_mcs_lt1_from_ob |
Number of MC showers with energy less than 10 MeV and coming from OB. More... | |
std::vector< float > | _mct_pdg |
std::vector< std::string > | _mct_process |
std::vector< float > | _mct_start_x |
std::vector< float > | _mct_start_y |
std::vector< float > | _mct_start_z |
std::vector< float > | _mct_end_x |
std::vector< float > | _mct_end_y |
std::vector< float > | _mct_end_z |
std::vector< float > | _mct_start_px |
std::vector< float > | _mct_start_py |
std::vector< float > | _mct_start_pz |
std::vector< float > | _mct_start_e |
std::vector< float > | _mct_mother_pdg |
std::vector< std::string > | _mct_mother_process |
std::vector< float > | _mct_ancestor_pdg |
std::vector< std::string > | _mct_ancestor_process |
std::vector< float > | _mct_mother_in_ob_trackid |
int | _n_mct_lt1 |
Number of MC tracks with energy less than 10 MeV. More... | |
int | _n_mct_lt1_from_ob |
Number of MC tracks with energy less than 10 MeV and coming from OB. More... | |
TTree * | _pi0_tree |
A pi0 TTree, one entry per pi0. More... | |
float | _pi0_par_e |
The pi0 energy. More... | |
float | _pi0_par_start_x |
The pi0 start x. More... | |
float | _pi0_par_start_y |
The pi0 start y. More... | |
float | _pi0_par_start_z |
The pi0 start z. More... | |
float | _pi0_par_end_x |
The pi0 end x. More... | |
float | _pi0_par_end_y |
The pi0 end y. More... | |
float | _pi0_par_end_z |
The pi0 end z. More... | |
int | _pi0_par_mother_pdg |
The pi0 mother pdg. More... | |
float | _pi0_par_mother_e |
The pi0 mother energy. More... | |
float | _pi0_par_mother_end_e |
The pi0 mother energy at end. More... | |
int | _pi0_par_ancestor_trackid |
The pi0 primary particle ancestor track id (allows easy pi0 clustering by cosmic interaction) More... | |
std::string | _pi0_par_ancestor_uuid |
The pi0 unique ID for the event. More... | |
std::vector< int > | _pi0_daughters_pdg |
All the pi0 daughters (usually two photons) (pdg) More... | |
std::vector< float > | _pi0_daughters_e |
All the pi0 daughters (usually two photons) (energy) More... | |
std::vector< std::string > | _pi0_daughters_startprocess |
All the pi0 daughters (usually two photons) (energy) (start process) More... | |
std::vector< std::string > | _pi0_daughters_endprocess |
std::vector< float > | _pi0_daughters_start_x |
All the pi0 daughters (usually two photons) (start x) More... | |
std::vector< float > | _pi0_daughters_start_y |
All the pi0 daughters (usually two photons) (start y) More... | |
std::vector< float > | _pi0_daughters_start_z |
All the pi0 daughters (usually two photons) (start z) More... | |
std::vector< float > | _pi0_daughters_end_x |
All the pi0 daughters (usually two photons) (end x) More... | |
std::vector< float > | _pi0_daughters_end_y |
All the pi0 daughters (usually two photons) (end y) More... | |
std::vector< float > | _pi0_daughters_end_z |
All the pi0 daughters (usually two photons) (end z) More... | |
std::vector< int > | _pi0_event_particles_pdg |
All the particles produced together with the pi0. More... | |
std::vector< float > | _pi0_event_particles_e |
All the particles produced together with the pi0. More... | |
std::vector< int > | _pi0_genealogy_pdg |
The full pi0 genealogy, from its mother all the way to the ancestor (pdg) More... | |
std::vector< std::string > | _pi0_genealogy_startprocess |
The full pi0 genealogy, from its mother all the way to the ancestor (start process) More... | |
std::vector< std::string > | _pi0_genealogy_endprocess |
The full pi0 genealogy, from its mother all the way to the ancestor (end process) More... | |
std::vector< int > | _pi0_genealogy_mother |
The full pi0 genealogy, from its mother all the way to the ancestor (mother track id) More... | |
std::vector< float > | _pi0_genealogy_e |
The full pi0 genealogy, from its mother all the way to the ancestor (energy) More... | |
std::vector< float > | _pi0_genealogy_start_x |
The full pi0 genealogy, from its mother all the way to the ancestor (start x) More... | |
std::vector< float > | _pi0_genealogy_start_y |
The full pi0 genealogy, from its mother all the way to the ancestor (start y) More... | |
std::vector< float > | _pi0_genealogy_start_z |
The full pi0 genealogy, from its mother all the way to the ancestor (start z) More... | |
std::vector< float > | _pi0_genealogy_end_x |
The full pi0 genealogy, from its mother all the way to the ancestor (end x) More... | |
std::vector< float > | _pi0_genealogy_end_y |
The full pi0 genealogy, from its mother all the way to the ancestor (end y) More... | |
std::vector< float > | _pi0_genealogy_end_z |
The full pi0 genealogy, from its mother all the way to the ancestor (end z) More... | |
std::vector< float > | _pi0_genealogy_trackid |
The full pi0 genealogy, from its mother all the way to the ancestor (trackid) More... | |
TTree * | _muon_tree |
A muon TTree, one entry per muon. More... | |
float | _muon_par_e |
The muon energy. More... | |
float | _muon_par_start_x |
The muon start x. More... | |
float | _muon_par_start_y |
The muon start y. More... | |
float | _muon_par_start_z |
The muon start z. More... | |
float | _muon_par_end_x |
The muon end x. More... | |
float | _muon_par_end_y |
The muon end y. More... | |
float | _muon_par_end_z |
The muon end z. More... | |
int | _muon_par_mother_pdg |
The muon mother pdg. More... | |
float | _muon_par_mother_e |
The muon mother energy. More... | |
float | _muon_par_mother_end_e |
The muon mother energy at end. More... | |
int | _muon_par_ancestor_trackid |
The muon primary particle ancestor track id (allows easy muon clustering by cosmic interaction) More... | |
std::string | _muon_par_ancestor_uuid |
The muon unique ID for the event. More... | |
std::vector< int > | _muon_daughters_pdg |
All the muon daughters (usually two photons) (pdg) More... | |
std::vector< float > | _muon_daughters_e |
All the muon daughters (usually two photons) (energy) More... | |
std::vector< std::string > | _muon_daughters_startprocess |
All the muon daughters (usually two photons) (energy) (start process) More... | |
std::vector< std::string > | _muon_daughters_endprocess |
std::vector< float > | _muon_daughters_start_x |
All the muon daughters (usually two photons) (start x) More... | |
std::vector< float > | _muon_daughters_start_y |
All the muon daughters (usually two photons) (start y) More... | |
std::vector< float > | _muon_daughters_start_z |
All the muon daughters (usually two photons) (start z) More... | |
std::vector< float > | _muon_daughters_end_x |
All the muon daughters (usually two photons) (end x) More... | |
std::vector< float > | _muon_daughters_end_y |
All the muon daughters (usually two photons) (end y) More... | |
std::vector< float > | _muon_daughters_end_z |
All the muon daughters (usually two photons) (end z) More... | |
std::vector< int > | _muon_event_particles_pdg |
All the particles produced together with the muon. More... | |
std::vector< float > | _muon_event_particles_e |
All the particles produced together with the muon. More... | |
std::vector< int > | _muon_genealogy_pdg |
The full muon genealogy, from its mother all the way to the ancestor (pdg) More... | |
std::vector< std::string > | _muon_genealogy_startprocess |
The full muon genealogy, from its mother all the way to the ancestor (start process) More... | |
std::vector< std::string > | _muon_genealogy_endprocess |
The full muon genealogy, from its mother all the way to the ancestor (end process) More... | |
std::vector< int > | _muon_genealogy_mother |
The full muon genealogy, from its mother all the way to the ancestor (mother track id) More... | |
std::vector< float > | _muon_genealogy_e |
The full muon genealogy, from its mother all the way to the ancestor (energy) More... | |
std::vector< float > | _muon_genealogy_start_x |
The full muon genealogy, from its mother all the way to the ancestor (start x) More... | |
std::vector< float > | _muon_genealogy_start_y |
The full muon genealogy, from its mother all the way to the ancestor (start y) More... | |
std::vector< float > | _muon_genealogy_start_z |
The full muon genealogy, from its mother all the way to the ancestor (start z) More... | |
std::vector< float > | _muon_genealogy_end_x |
The full muon genealogy, from its mother all the way to the ancestor (end x) More... | |
std::vector< float > | _muon_genealogy_end_y |
The full muon genealogy, from its mother all the way to the ancestor (end y) More... | |
std::vector< float > | _muon_genealogy_end_z |
The full muon genealogy, from its mother all the way to the ancestor (end z) More... | |
std::vector< float > | _muon_genealogy_trackid |
The full muon genealogy, from its mother all the way to the ancestor (trackid) More... | |
TTree * | _sr_tree |
TTree filled per subrun. More... | |
int | _sr_run |
Subrun Run number. More... | |
int | _sr_subrun |
Subrun Subrun number. More... | |
double | _sr_begintime |
Subrun start time. More... | |
double | _sr_endtime |
Subrun end time. More... | |
double | _sr_pot |
Subrun POT. More... | |
Definition at line 48 of file OBAnaICARUS_module.cc.
using obana::OBAnaICARUS::Point_t = std::array<double, 3> |
Definition at line 64 of file OBAnaICARUS_module.cc.
|
explicit |
Definition at line 354 of file OBAnaICARUS_module.cc.
|
delete |
|
delete |
|
override |
< pointer to Geometry service
save the daughter of neutron entring to TPCs
save the grand daughter of neutron if daughters are from pions
Don't save MCS that are not in the TPCs
Definition at line 649 of file OBAnaICARUS_module.cc.
|
override |
Definition at line 1618 of file OBAnaICARUS_module.cc.
|
private |
Clear vectors.
Definition at line 1457 of file OBAnaICARUS_module.cc.
|
private |
Configures and returns a particle filter.
Definition at line 1407 of file OBAnaICARUS_module.cc.
|
private |
Finds the ancestors that was created in the Ovrburden, if any.
Definition at line 1376 of file OBAnaICARUS_module.cc.
|
private |
|
private |
Check if an MCP passes through the detector, sets step to the step index when particle is in detector.
< pointer to Geometry service
Definition at line 1592 of file OBAnaICARUS_module.cc.
|
delete |
|
delete |
|
private |
Saves the muon info to a separate tree, give the muon track id.
Definition at line 1221 of file OBAnaICARUS_module.cc.
|
private |
Saves the pi0 info to a separate tree, give the pi0 track id.
Definition at line 1066 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 133 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 156 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 167 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 160 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 161 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 162 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 168 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 169 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 171 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 164 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 163 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 166 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 153 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 154 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 155 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 165 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 170 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 157 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 158 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 159 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 98 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 234 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 231 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 232 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 233 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 217 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 219 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 218 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 210 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 211 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 212 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 229 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 226 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 227 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 228 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 235 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 220 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 230 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 225 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 222 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 223 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 224 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 221 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 205 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 206 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 216 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 213 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 214 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 215 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 207 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 208 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 209 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 100 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 253 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 254 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 244 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 245 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 246 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 255 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 251 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 252 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 239 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 240 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 250 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 247 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 248 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 249 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 241 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 242 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 243 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 99 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 97 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (energy)
Definition at line 317 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (end x)
Definition at line 323 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (end y)
Definition at line 324 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (end z)
Definition at line 325 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 319 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (pdg)
Definition at line 316 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (start x)
Definition at line 320 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (start y)
Definition at line 321 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (start z)
Definition at line 322 of file OBAnaICARUS_module.cc.
|
private |
All the muon daughters (usually two photons) (energy) (start process)
Definition at line 318 of file OBAnaICARUS_module.cc.
|
private |
All the particles produced together with the muon.
Definition at line 328 of file OBAnaICARUS_module.cc.
|
private |
All the particles produced together with the muon.
Definition at line 327 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (energy)
Definition at line 334 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (end x)
Definition at line 338 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (end y)
Definition at line 339 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (end z)
Definition at line 340 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (end process)
Definition at line 332 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (mother track id)
Definition at line 333 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (pdg)
Definition at line 330 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (start x)
Definition at line 335 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (start y)
Definition at line 336 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (start z)
Definition at line 337 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (start process)
Definition at line 331 of file OBAnaICARUS_module.cc.
|
private |
The full muon genealogy, from its mother all the way to the ancestor (trackid)
Definition at line 341 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 107 of file OBAnaICARUS_module.cc.
|
private |
The muon primary particle ancestor track id (allows easy muon clustering by cosmic interaction)
Definition at line 313 of file OBAnaICARUS_module.cc.
|
private |
The muon unique ID for the event.
Definition at line 314 of file OBAnaICARUS_module.cc.
|
private |
The muon energy.
Definition at line 303 of file OBAnaICARUS_module.cc.
|
private |
The muon end x.
Definition at line 307 of file OBAnaICARUS_module.cc.
|
private |
The muon end y.
Definition at line 308 of file OBAnaICARUS_module.cc.
|
private |
The muon end z.
Definition at line 309 of file OBAnaICARUS_module.cc.
|
private |
The muon mother energy.
Definition at line 311 of file OBAnaICARUS_module.cc.
|
private |
The muon mother energy at end.
Definition at line 312 of file OBAnaICARUS_module.cc.
|
private |
The muon mother pdg.
Definition at line 310 of file OBAnaICARUS_module.cc.
|
private |
The muon start x.
Definition at line 304 of file OBAnaICARUS_module.cc.
|
private |
The muon start y.
Definition at line 305 of file OBAnaICARUS_module.cc.
|
private |
The muon start z.
Definition at line 306 of file OBAnaICARUS_module.cc.
|
private |
A muon TTree, one entry per muon.
Definition at line 301 of file OBAnaICARUS_module.cc.
|
private |
Number of MC showers with energy less than 10 MeV.
Definition at line 236 of file OBAnaICARUS_module.cc.
|
private |
Number of MC showers with energy less than 10 MeV and coming from OB.
Definition at line 237 of file OBAnaICARUS_module.cc.
|
private |
Number of MC tracks with energy less than 10 MeV.
Definition at line 256 of file OBAnaICARUS_module.cc.
|
private |
Number of MC tracks with energy less than 10 MeV and coming from OB.
Definition at line 257 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters energy.
Definition at line 174 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters end x.
Definition at line 183 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters end y.
Definition at line 184 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters end z.
Definition at line 185 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 179 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters.
Definition at line 173 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters momentrum in x direction.
Definition at line 175 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters momentrum in y direction.
Definition at line 176 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters momentrum in z direction.
Definition at line 177 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters start x.
Definition at line 180 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters start y.
Definition at line 181 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters start z.
Definition at line 182 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters start process.
Definition at line 178 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters trackid.
Definition at line 186 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters energy.
Definition at line 190 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters end x.
Definition at line 199 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters end y.
Definition at line 200 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters end z.
Definition at line 201 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 195 of file OBAnaICARUS_module.cc.
|
private |
All the neutron daughters.
Definition at line 189 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters momentrum in x direction.
Definition at line 191 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters momentrum in y direction.
Definition at line 192 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters momentrum in z direction.
Definition at line 193 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters start x.
Definition at line 196 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters start y.
Definition at line 197 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters start z.
Definition at line 198 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters start process.
Definition at line 194 of file OBAnaICARUS_module.cc.
|
private |
All the neutrons grand daughters trackid.
Definition at line 202 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 137 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 135 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 139 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 138 of file OBAnaICARUS_module.cc.
|
private |
Proton multiplicity.
Definition at line 148 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 136 of file OBAnaICARUS_module.cc.
|
private |
Pi plus multiplicity.
Definition at line 147 of file OBAnaICARUS_module.cc.
|
private |
Pi0 multiplicity.
Definition at line 146 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 143 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 144 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 145 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 140 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 141 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 142 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 110 of file OBAnaICARUS_module.cc.
|
private |
All other particles produced - energy.
Definition at line 150 of file OBAnaICARUS_module.cc.
|
private |
All other particles produced - pdg code.
Definition at line 149 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 94 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (energy)
Definition at line 275 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (end x)
Definition at line 281 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (end y)
Definition at line 282 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (end z)
Definition at line 283 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 277 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (pdg)
Definition at line 274 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (start x)
Definition at line 278 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (start y)
Definition at line 279 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (start z)
Definition at line 280 of file OBAnaICARUS_module.cc.
|
private |
All the pi0 daughters (usually two photons) (energy) (start process)
Definition at line 276 of file OBAnaICARUS_module.cc.
|
private |
All the particles produced together with the pi0.
Definition at line 286 of file OBAnaICARUS_module.cc.
|
private |
All the particles produced together with the pi0.
Definition at line 285 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (energy)
Definition at line 292 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (end x)
Definition at line 296 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (end y)
Definition at line 297 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (end z)
Definition at line 298 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (end process)
Definition at line 290 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (mother track id)
Definition at line 291 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (pdg)
Definition at line 288 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (start x)
Definition at line 293 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (start y)
Definition at line 294 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (start z)
Definition at line 295 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (start process)
Definition at line 289 of file OBAnaICARUS_module.cc.
|
private |
The full pi0 genealogy, from its mother all the way to the ancestor (trackid)
Definition at line 299 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 106 of file OBAnaICARUS_module.cc.
|
private |
The pi0 primary particle ancestor track id (allows easy pi0 clustering by cosmic interaction)
Definition at line 271 of file OBAnaICARUS_module.cc.
|
private |
The pi0 unique ID for the event.
Definition at line 272 of file OBAnaICARUS_module.cc.
|
private |
The pi0 energy.
Definition at line 261 of file OBAnaICARUS_module.cc.
|
private |
The pi0 end x.
Definition at line 265 of file OBAnaICARUS_module.cc.
|
private |
The pi0 end y.
Definition at line 266 of file OBAnaICARUS_module.cc.
|
private |
The pi0 end z.
Definition at line 267 of file OBAnaICARUS_module.cc.
|
private |
The pi0 mother energy.
Definition at line 269 of file OBAnaICARUS_module.cc.
|
private |
The pi0 mother energy at end.
Definition at line 270 of file OBAnaICARUS_module.cc.
|
private |
The pi0 mother pdg.
Definition at line 268 of file OBAnaICARUS_module.cc.
|
private |
The pi0 start x.
Definition at line 262 of file OBAnaICARUS_module.cc.
|
private |
The pi0 start y.
Definition at line 263 of file OBAnaICARUS_module.cc.
|
private |
The pi0 start z.
Definition at line 264 of file OBAnaICARUS_module.cc.
|
private |
A pi0 TTree, one entry per pi0.
Definition at line 259 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 133 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 103 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 102 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 104 of file OBAnaICARUS_module.cc.
|
private |
Subrun start time.
Definition at line 348 of file OBAnaICARUS_module.cc.
|
private |
Subrun end time.
Definition at line 349 of file OBAnaICARUS_module.cc.
|
private |
Subrun POT.
Definition at line 350 of file OBAnaICARUS_module.cc.
|
private |
Subrun Run number.
Definition at line 346 of file OBAnaICARUS_module.cc.
|
private |
Subrun Subrun number.
Definition at line 347 of file OBAnaICARUS_module.cc.
|
private |
TTree filled per subrun.
Definition at line 345 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 133 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 92 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 131 of file OBAnaICARUS_module.cc.
|
private |
A unique ID to identify different events in files with same event number.
Definition at line 128 of file OBAnaICARUS_module.cc.
|
private |
Same as uuid, but converted to string.
Definition at line 129 of file OBAnaICARUS_module.cc.
|
private |
x-max of volume box used to determine whether to save track information
Definition at line 121 of file OBAnaICARUS_module.cc.
|
private |
x-min of volume box used to determine whether to save track information
Definition at line 122 of file OBAnaICARUS_module.cc.
|
private |
y-max of volume box used to determine whether to save track information
Definition at line 123 of file OBAnaICARUS_module.cc.
|
private |
y-min of volume box used to determine whether to save track information
Definition at line 124 of file OBAnaICARUS_module.cc.
|
private |
z-max of volume box used to determine whether to save track information
Definition at line 125 of file OBAnaICARUS_module.cc.
|
private |
z-min of volume box used to determine whether to save track information
Definition at line 126 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 113 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 115 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 112 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 114 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 117 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 116 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 119 of file OBAnaICARUS_module.cc.
|
private |
Definition at line 118 of file OBAnaICARUS_module.cc.