Public Member Functions | |
PMTAna (const fhicl::ParameterSet &) | |
Constructor. More... | |
void | analyze (const art::Event &) |
Function to be called per event. More... | |
Private Attributes | |
std::string | _fifo_mod_name |
Input FIFOChannel producer name. More... | |
TTree * | _tree |
output data holder TTree More... | |
PulseRecoManager | _preco_man |
AlgoThreshold | _th_algo |
AlgoFixedWindow | _fw_algo |
PedAlgoEdges | _ped_algo |
PMTAna module to copy LArSoft data contents into LArLight data formatted file
Definition at line 46 of file PMTAna_module.cc.
pmtana::PMTAna::PMTAna | ( | const fhicl::ParameterSet & | pset | ) |
Constructor.
Definition at line 76 of file PMTAna_module.cc.
void pmtana::PMTAna::analyze | ( | const art::Event & | evt | ) |
Function to be called per event.
Definition at line 104 of file PMTAna_module.cc.
|
private |
Input FIFOChannel producer name.
Definition at line 58 of file PMTAna_module.cc.
|
private |
Definition at line 63 of file PMTAna_module.cc.
|
private |
Definition at line 64 of file PMTAna_module.cc.
|
private |
Definition at line 61 of file PMTAna_module.cc.
|
private |
Definition at line 62 of file PMTAna_module.cc.
|
private |
output data holder TTree
Definition at line 59 of file PMTAna_module.cc.