Base class for creation of raw signals on wires. More...
Public Member Functions | |
LArSimChannelAna (fhicl::ParameterSet const &pset) | |
Private Member Functions | |
void | analyze (const art::Event &evt) override |
void | ensureHists (unsigned int const nTimeSamples) |
Private Attributes | |
std::string | fLArG4ModuleLabel |
bool | initDone |
TH1D * | fChargeXpos |
position of the MC Truth charge deposition More... | |
TH1D * | fChargeYpos |
position of the MC Truth charge deposition More... | |
TH1D * | fChargeZpos |
position of the MC Truth charge deposition More... | |
TH1D * | fTDC |
Which TDCs have activity. More... | |
TH1D * | fTDCsPerChannel |
Number of TDCs with activity. More... | |
TH1D * | fIDEsPerChannel |
TH1D * | fElectrons |
Electrons in the whole channel entry. More... | |
TH1D * | fEnergy |
Energy in the whole channel entry. More... | |
TH1D * | fElectronsPerTDC |
TH1D * | fEnergyPerTDC |
TH1D * | fElectronsPerIDE |
TH1D * | fEnergyPerIDE |
Base class for creation of raw signals on wires.
Definition at line 35 of file LArSimChannelAna_module.cc.
|
explicit |
Definition at line 77 of file LArSimChannelAna_module.cc.
|
overrideprivate |
Definition at line 137 of file LArSimChannelAna_module.cc.
|
private |
Definition at line 97 of file LArSimChannelAna_module.cc.
|
private |
position of the MC Truth charge deposition
Definition at line 56 of file LArSimChannelAna_module.cc.
|
private |
position of the MC Truth charge deposition
Definition at line 57 of file LArSimChannelAna_module.cc.
|
private |
position of the MC Truth charge deposition
Definition at line 58 of file LArSimChannelAna_module.cc.
|
private |
Electrons in the whole channel entry.
Definition at line 65 of file LArSimChannelAna_module.cc.
|
private |
Definition at line 71 of file LArSimChannelAna_module.cc.
|
private |
Definition at line 68 of file LArSimChannelAna_module.cc.
|
private |
Energy in the whole channel entry.
Definition at line 66 of file LArSimChannelAna_module.cc.
|
private |
Definition at line 72 of file LArSimChannelAna_module.cc.
|
private |
Definition at line 69 of file LArSimChannelAna_module.cc.
|
private |
Definition at line 63 of file LArSimChannelAna_module.cc.
|
private |
Definition at line 49 of file LArSimChannelAna_module.cc.
|
private |
Which TDCs have activity.
Definition at line 60 of file LArSimChannelAna_module.cc.
|
private |
Number of TDCs with activity.
Definition at line 62 of file LArSimChannelAna_module.cc.
|
private |
Definition at line 54 of file LArSimChannelAna_module.cc.