LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
LEDCalibrationAna (const fhicl::ParameterSet &) | |
void | endJob () |
void | analyze (const art::Event &) |
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) |
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) |
std::unique_ptr< Worker > | makeWorker (WorkerParams const &wp) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Protected Member Functions | |
std::string const & | processName () const |
bool | wantAllEvents () const noexcept |
bool | wantEvent (ScheduleID id, Event const &e) const |
Handle< TriggerResults > | getTriggerResults (Event const &e) const |
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 () |
Private Member Functions | |
uint32_t | ShaperToChannel (uint32_t Shaper) |
Private Attributes | |
std::string | fInputModule |
uint32_t | fTriggerChannel |
float | fCoincThreshold |
float | fMaxTimeMean |
float | fMaxTimeThresh |
float | fAreaDivs |
float | fAreaMin |
float | fAreaMax |
float | fTriggerDelay |
pmtana::PulseRecoManager | fPulseRecoMgr |
pmtana::AlgoThreshold | fThreshAlg |
pmtana::PedAlgoEdges | fPedAlg |
TTree * | fPulseTree |
TTree * | fPulseTreeNonCoinc |
Float_t | fPeak |
Float_t | fPedRMS |
Float_t | fPedMean |
Float_t | fArea |
Float_t | fTBegin |
Float_t | fTEnd |
Float_t | fTMax |
Float_t | fOffset |
Int_t | fEventID |
Int_t | fRunID |
Int_t | fChannel |
Int_t | fShaper |
bool | fMakeNonCoincTree |
std::map< uint32_t, std::vector< double > > | fAreas |
Definition at line 42 of file LEDCalibrationAna_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
opdet::LEDCalibrationAna::LEDCalibrationAna | ( | const fhicl::ParameterSet & | ) |
Definition at line 95 of file LEDCalibrationAna_module.cc.
References pmtana::PulseRecoManager::AddRecoAlgo(), fArea, fAreaDivs, fAreaMax, fAreaMin, fChannel, fCoincThreshold, fEventID, fInputModule, fMakeNonCoincTree, fMaxTimeMean, fMaxTimeThresh, fOffset, fPeak, fPedAlg, fPedMean, fPedRMS, fPulseRecoMgr, fPulseTree, fPulseTreeNonCoinc, fRunID, fShaper, fTBegin, fTEnd, fThreshAlg, fTMax, fTriggerChannel, fTriggerDelay, fhicl::ParameterSet::get(), and pmtana::PulseRecoManager::SetDefaultPedAlgo().
void opdet::LEDCalibrationAna::analyze | ( | const art::Event & | evt | ) |
Definition at line 213 of file LEDCalibrationAna_module.cc.
References pmtana::pulse_param::area, art::Event::event(), fArea, fAreas, fChannel, fCoincThreshold, fEventID, fInputModule, fMakeNonCoincTree, fMaxTimeMean, fMaxTimeThresh, fOffset, fPeak, fPedMean, fPedRMS, fPulseRecoMgr, fPulseTree, fPulseTreeNonCoinc, fRunID, fShaper, fTBegin, fTEnd, fThreshAlg, fTMax, fTriggerChannel, fTriggerDelay, art::ProductRetriever::getByLabel(), pmtana::PMTPulseRecoBase::GetNPulse(), pmtana::PMTPulseRecoBase::GetPulse(), pmtana::pulse_param::peak, pmtana::pulse_param::ped_mean, pmtana::pulse_param::ped_sigma, pmtana::PulseRecoManager::Reconstruct(), art::Event::run(), ShaperToChannel(), pmtana::pulse_param::t_end, pmtana::pulse_param::t_max, and pmtana::pulse_param::t_start.
|
protectedinherited |
Definition at line 61 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumes().
|
protectedinherited |
|
protectedinherited |
Definition at line 75 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesMany().
|
protectedinherited |
|
inherited |
Definition at line 68 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesView().
|
inherited |
Definition at line 25 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 68 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 84 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 33 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 76 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 92 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 100 of file Analyzer.cc.
References e, and art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 47 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 61 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 40 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 54 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 144 of file LEDCalibrationAna_module.cc.
References fAreaDivs, fAreaMax, fAreaMin, and fAreas.
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
protectedinherited |
Definition at line 75 of file Observer.cc.
References art::ProductRetriever::get(), and art::Observer::selectors_.
Referenced by art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
inherited |
Definition at line 37 of file ModuleBase.cc.
References art::ModuleBase::doMakeWorker(), and art::NumBranchTypes.
|
protectedinherited |
Definition at line 82 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsume().
|
protectedinherited |
Definition at line 96 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeMany().
|
protectedinherited |
|
inherited |
Definition at line 89 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeView().
|
inherited |
Definition at line 13 of file ModuleBase.cc.
References art::errors::LogicError.
Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::doWriteEvent(), art::Modifier::fillProductDescriptions(), art::OutputModule::makePlugins_(), art::OutputWorker::OutputWorker(), reco::shower::LArPandoraModularShowerCreation::produce(), art::Modifier::registerProducts(), and art::OutputModule::registerProducts().
|
protectedinherited |
Definition at line 57 of file Observer.cc.
References art::Observer::process_name_.
Referenced by art::FileDumperOutput::printPrincipal().
|
inherited |
|
private |
Definition at line 300 of file LEDCalibrationAna_module.cc.
References DEFINE_ART_MODULE.
Referenced by analyze().
|
inherited |
Definition at line 49 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().
|
inlineprotectednoexceptinherited |
Definition at line 31 of file Observer.h.
References e, art::Observer::getTriggerResults(), art::Observer::wantAllEvents_, and art::Observer::wantEvent().
|
protectedinherited |
Definition at line 63 of file Observer.cc.
References art::Observer::rejectors_, art::Observer::selectors_, and art::Observer::wantAllEvents_.
Referenced by art::OutputModule::doEvent(), art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
private |
Definition at line 72 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 59 of file LEDCalibrationAna_module.cc.
Referenced by endJob(), and LEDCalibrationAna().
|
private |
Definition at line 61 of file LEDCalibrationAna_module.cc.
Referenced by endJob(), and LEDCalibrationAna().
|
private |
Definition at line 60 of file LEDCalibrationAna_module.cc.
Referenced by endJob(), and LEDCalibrationAna().
|
private |
Definition at line 86 of file LEDCalibrationAna_module.cc.
|
private |
Definition at line 79 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 56 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 77 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 54 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 84 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 57 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 58 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 76 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 69 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 66 of file LEDCalibrationAna_module.cc.
Referenced by LEDCalibrationAna().
|
private |
Definition at line 71 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 70 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 64 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 67 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 68 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 78 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 80 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 73 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 74 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 65 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 75 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 55 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().
|
private |
Definition at line 62 of file LEDCalibrationAna_module.cc.
Referenced by analyze(), and LEDCalibrationAna().