LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Base class for creation of raw signals on wires. More...
Public Types | |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
CalWireAna (fhicl::ParameterSet const &pset) | |
void | analyze (const art::Event &evt) |
read/write access to event More... | |
void | beginJob () |
void | endJob () |
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 Attributes | |
std::string | fCalWireModuleLabel |
name of module that produced the wires More... | |
std::string | fDetSimModuleLabel |
TH1F * | fDiffsR |
histogram of Raw tdc to tdc differences More... | |
TH1F * | fDiffsW |
histogram of Wire (post-deconvoution) tdc to tdc differences More... | |
TH1F * | fDiffsRW |
TH1F * | fDiffsRWgph |
TH1F * | fMin |
TH1F * | fMax |
TH1F * | fIR |
TH1F * | fCR |
TH1F * | fIW |
TH1F * | fCW |
TH1F * | fRawIndPeak |
TH1F * | fRawColPeak |
TH1F * | fCalIndPeak |
TH1F * | fCalColPeak |
TH1F * | fNoiseHist |
TH1F * | fNoiseRMS |
TH2F * | fWireSig |
TH2F * | fRawSig |
TH2F * | fRD_WireMeanDiff2D |
histogram of difference between original tdc value and compressesed value vs original value More... | |
TH2F * | fRD_WireRMSDiff2D |
histogram of difference between original tdc value and compressesed value vs original value More... | |
TH2F * | fDiffsRWvsR |
TH2F * | fDiffsRWvsRgph |
TH2F * | fWindow |
Base class for creation of raw signals on wires.
Definition at line 43 of file CalWireAna_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
|
explicit |
Definition at line 90 of file CalWireAna_module.cc.
void caldata::CalWireAna::analyze | ( | const art::Event & | evt | ) |
read/write access to event
loop over all the raw digits in a window around peak
Definition at line 149 of file CalWireAna_module.cc.
References util::LArFFT::AlignedSum(), DEFINE_ART_MODULE, util::LArFFT::DoFFT(), fCalColPeak, fCalIndPeak, fCalWireModuleLabel, fCR, fCW, fDetSimModuleLabel, fDiffsR, fDiffsRW, fDiffsRWgph, fDiffsRWvsR, fDiffsRWvsRgph, fDiffsW, util::LArFFT::FFTSize(), fIR, fIW, fMax, fMin, fNoiseHist, fNoiseRMS, fRawColPeak, fRawIndPeak, fRawSig, fRD_WireMeanDiff2D, fRD_WireRMSDiff2D, fWindow, fWireSig, art::ProductRetriever::getByLabel(), geo::kCollection, geo::kInduction, MF_LOG_DEBUG, art::PtrVector< T >::push_back(), r, geo::GeometryCore::SignalType(), art::PtrVector< T >::size(), sum, tmp, and w.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 97 of file CalWireAna_module.cc.
References fCalColPeak, fCalIndPeak, fCR, fCW, fDiffsR, fDiffsRW, fDiffsRWgph, fDiffsRWvsR, fDiffsRWvsRgph, fDiffsW, fIR, fIW, fMax, fMin, fNoiseHist, fNoiseRMS, fRawColPeak, fRawIndPeak, fRawSig, fRD_WireMeanDiff2D, fRD_WireRMSDiff2D, fWindow, and fWireSig.
|
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 |
|
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 |
|
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 70 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 69 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
name of module that produced the wires
Definition at line 54 of file CalWireAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 64 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 66 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 55 of file CalWireAna_module.cc.
Referenced by analyze().
|
private |
histogram of Raw tdc to tdc differences
Definition at line 57 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 59 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 79 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 80 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
histogram of Wire (post-deconvoution) tdc to tdc differences
Definition at line 58 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 63 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 65 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 62 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 61 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 71 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 72 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 68 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 67 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 74 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
histogram of difference between original tdc value and compressesed value vs original value
Definition at line 76 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
histogram of difference between original tdc value and compressesed value vs original value
Definition at line 78 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 81 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 73 of file CalWireAna_module.cc.
Referenced by analyze(), and beginJob().