LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Prints the content of all optical detector waveforms on screen. More...
Classes | |
struct | Config |
struct | TimestampLabelMaker |
Base functor for printing time according to tick number. More... | |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
DumpOpDetWaveforms (Parameters const &config) | |
void | analyze (const art::Event &evt) |
Does the printing. More... | |
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 Types | |
enum | sortMode { sortMode::DataProductOrder, sortMode::ChannelAndTime } |
Static Private Member Functions | |
static std::vector< std::vector< raw::OpDetWaveform const * > > | groupByChannel (std::vector< raw::OpDetWaveform > const &waveforms) |
Returns pointers to all waveforms in a vector with channel as index. More... | |
static void | sortByTimestamp (std::vector< raw::OpDetWaveform const * > &waveforms) |
Sorts all the waveforms in the vector by growing timestamp. More... | |
Private Attributes | |
art::InputTag | fOpDetWaveformsTag |
Input tag of data product to dump. More... | |
std::string | fOutputCategory |
Category for mf::LogInfo output. More... | |
unsigned int | fDigitsPerLine |
ADC readings per line in the output. More... | |
raw::ADC_Count_t | fPedestal |
ADC pedestal (subtracted from readings). More... | |
sortMode | fSortByChannelAndTime |
How to sort the waveforms in the dump. More... | |
std::unique_ptr< dump::raw::OpDetWaveformDumper::TimeLabelMaker > | fTimeLabel |
The object used to print tick labels. More... | |
Prints the content of all optical detector waveforms on screen.
This analyser prints the content of all the raw digits into the LogInfo/LogVerbatim stream.
daq
): input tag of the raw::OpDetWaveform collection to be dumpedDumpOpDetWaveforms
): the category used for the output (useful for filtering)20
): the dump of ADC readings will put this many of them for each line0
): ADC readings are written relative to this number"tick"
): a preamble to each line of the dumped waveform digits, chosen among:"tick"
: the tick number of the waveform is printed (starts at 0
)"time"
: timestamp (µs) of the first tick in the row"none"
: no preamble written at all Definition at line 58 of file DumpOpDetWaveforms_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
Definition at line 98 of file DumpOpDetWaveforms_module.cc.
|
strongprivate |
Enumerator | |
---|---|
DataProductOrder |
Unsorted: same order as the input data product. |
ChannelAndTime |
Sort by PMT channel number, then timestamp. |
Definition at line 106 of file DumpOpDetWaveforms_module.cc.
|
explicit |
Definition at line 150 of file DumpOpDetWaveforms_module.cc.
References art::errors::Configuration, and fTimeLabel.
void detsim::DumpOpDetWaveforms::analyze | ( | const art::Event & | evt | ) |
Does the printing.
Definition at line 179 of file DumpOpDetWaveforms_module.cc.
References ChannelAndTime, DataProductOrder, fDigitsPerLine, fOpDetWaveformsTag, fOutputCategory, fPedestal, fSortByChannelAndTime, fTimeLabel, groupByChannel(), and sortByTimestamp().
|
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().
|
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().
|
staticprivate |
Returns pointers to all waveforms in a vector with channel as index.
Definition at line 228 of file DumpOpDetWaveforms_module.cc.
Referenced by analyze().
|
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 |
|
staticprivate |
Sorts all the waveforms in the vector by growing timestamp.
Definition at line 241 of file DumpOpDetWaveforms_module.cc.
References raw::OpDetWaveform::ChannelNumber(), DEFINE_ART_MODULE, and raw::OpDetWaveform::TimeStamp().
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 |
ADC readings per line in the output.
Definition at line 129 of file DumpOpDetWaveforms_module.cc.
Referenced by analyze().
|
private |
Input tag of data product to dump.
Definition at line 127 of file DumpOpDetWaveforms_module.cc.
Referenced by analyze().
|
private |
Category for mf::LogInfo
output.
Definition at line 128 of file DumpOpDetWaveforms_module.cc.
Referenced by analyze().
|
private |
ADC pedestal (subtracted from readings).
Definition at line 130 of file DumpOpDetWaveforms_module.cc.
Referenced by analyze().
|
private |
How to sort the waveforms in the dump.
Definition at line 131 of file DumpOpDetWaveforms_module.cc.
Referenced by analyze().
|
private |
The object used to print tick labels.
Definition at line 134 of file DumpOpDetWaveforms_module.cc.
Referenced by analyze(), and DumpOpDetWaveforms().