Public Member Functions | |
CalWire (fhicl::ParameterSet const &pset) | |
void | produce (art::Event &evt) |
void | beginJob () |
Private Attributes | |
std::string | fResponseFile |
int | fExpEndBins |
number of end bins to consider for tail fit More... | |
int | fPostsample |
number of postsample bins More... | |
std::string | fDigitModuleLabel |
module that made digits More... | |
std::vector< std::vector < TComplex > > | fKernelR |
std::vector< std::vector < TComplex > > | fKernelS |
std::vector< double > | fDecayConstsR |
std::vector< double > | fDecayConstsS |
std::vector< int > | fKernMapR |
std::vector< int > | fKernMapS |
Definition at line 42 of file CalWire_module.cc.
|
explicit |
Definition at line 83 of file CalWire_module.cc.
void caldata::CalWire::beginJob | ( | ) |
Definition at line 98 of file CalWire_module.cc.
void caldata::CalWire::produce | ( | art::Event & | evt | ) |
Definition at line 160 of file CalWire_module.cc.
|
private |
vector holding RC decay constants
Definition at line 67 of file CalWire_module.cc.
|
private |
vector holding RC decay constants
Definition at line 69 of file CalWire_module.cc.
|
private |
module that made digits
Definition at line 61 of file CalWire_module.cc.
|
private |
number of end bins to consider for tail fit
Definition at line 59 of file CalWire_module.cc.
|
private |
holds transformed induction response function
Definition at line 63 of file CalWire_module.cc.
|
private |
holds transformed induction response function
Definition at line 65 of file CalWire_module.cc.
|
private |
map telling which channels have which response functions
Definition at line 71 of file CalWire_module.cc.
|
private |
map telling which channels have which response functions
Definition at line 73 of file CalWire_module.cc.
|
private |
number of postsample bins
Definition at line 60 of file CalWire_module.cc.
|
private |
response file containing transformed shape histograms and decay constants
Definition at line 55 of file CalWire_module.cc.