Public Member Functions | |
IcebergTpcMonitor (fhicl::ParameterSet const &pset) | |
virtual | ~IcebergTpcMonitor () |
void | beginJob () |
void | beginRun (const art::Run &run) |
void | reconfigure (fhicl::ParameterSet const &pset) |
void | analyze (const art::Event &evt) |
int | FEMBchanToHistogramMap (int, int) |
void | endJob () |
Public Member Functions inherited from art::EDAnalyzer | |
EDAnalyzer (fhicl::ParameterSet const &pset) | |
template<typename Config > | |
EDAnalyzer (Table< Config > const &config) | |
std::string | workerType () const |
Public Member Functions inherited from art::detail::Analyzer | |
virtual | ~Analyzer () noexcept |
Analyzer (fhicl::ParameterSet const &pset) | |
template<typename Config > | |
Analyzer (Table< Config > const &config) | |
void | doBeginJob (SharedResources const &resources) |
void | doEndJob () |
void | doRespondToOpenInputFile (FileBlock const &fb) |
void | doRespondToCloseInputFile (FileBlock const &fb) |
void | doRespondToOpenOutputFiles (FileBlock const &fb) |
void | doRespondToCloseOutputFiles (FileBlock const &fb) |
bool | doBeginRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
Public Member Functions inherited from art::Observer | |
~Observer () noexcept | |
Observer (Observer const &)=delete | |
Observer (Observer &&)=delete | |
Observer & | operator= (Observer const &)=delete |
Observer & | operator= (Observer &&)=delete |
void | registerProducts (ProductDescriptions &, ModuleDescription const &) |
void | fillDescriptions (ModuleDescription const &) |
fhicl::ParameterSetID | selectorConfig () const |
Public Member Functions inherited from art::ModuleBase | |
virtual | ~ModuleBase () noexcept |
ModuleBase () | |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
void | sortConsumables (std::string const ¤t_process_name) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Private Member Functions | |
float | rmsADC (std::vector< short > &uncompressed) |
float | meanADC (std::vector< short > &uncompressed) |
void | calculateFFT (TH1D *hist_waveform, TH1D *graph_frequency) |
void | FillChannelHistos (TProfile *h1, double mean, double sigma, int &ndeadchannels, int &nnoisychannels_sigma, int &nnoisychannels_counts) |
Additional Inherited Members | |
Public Types inherited from art::EDAnalyzer | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Protected Member Functions inherited from art::Observer | |
std::string const & | processName () const |
bool | wantAllEvents () const noexcept |
bool | wantEvent (ScheduleID id, Event const &e) const |
Handle< TriggerResults > | getTriggerResults (Event const &e) const |
Observer (fhicl::ParameterSet const &config) | |
Observer (std::vector< std::string > const &select_paths, std::vector< std::string > const &reject_paths, fhicl::ParameterSet const &config) | |
Protected Member Functions inherited from art::ModuleBase | |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Definition at line 66 of file IcebergTpcMonitor_module.cc.
|
explicit |
Definition at line 211 of file IcebergTpcMonitor_module.cc.
|
virtual |
Definition at line 219 of file IcebergTpcMonitor_module.cc.
void tpc_monitor::IcebergTpcMonitor::analyze | ( | const art::Event & | evt | ) |
Definition at line 477 of file IcebergTpcMonitor_module.cc.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 224 of file IcebergTpcMonitor_module.cc.
void tpc_monitor::IcebergTpcMonitor::beginRun | ( | const art::Run & | run | ) |
Definition at line 442 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 677 of file IcebergTpcMonitor_module.cc.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 792 of file IcebergTpcMonitor_module.cc.
int tpc_monitor::IcebergTpcMonitor::FEMBchanToHistogramMap | ( | int | FEMBchan, |
int | coord | ||
) |
Definition at line 761 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 706 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 664 of file IcebergTpcMonitor_module.cc.
void tpc_monitor::IcebergTpcMonitor::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 447 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 646 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 204 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 117 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 140 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 141 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 142 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 120 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 122 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 124 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 146 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 148 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 150 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 121 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 123 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 125 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 145 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 147 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 149 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 111 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 132 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 134 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 136 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 133 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 135 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 137 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 88 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 158 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 202 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 178 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 185 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 189 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 193 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 181 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 180 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 187 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 191 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 195 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 179 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 186 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 190 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 194 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 183 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 182 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 110 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 172 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 173 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 174 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 175 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 108 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 169 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 95 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 96 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 97 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 98 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 155 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 83 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 161 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 162 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 89 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 114 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 128 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 129 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 90 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 84 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 85 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 101 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 100 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 103 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 102 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 105 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 104 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 107 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 106 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 165 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 166 of file IcebergTpcMonitor_module.cc.
|
private |
Definition at line 167 of file IcebergTpcMonitor_module.cc.