Public Member Functions | |
| RceRawDecoder (fhicl::ParameterSet const &p) | |
| RceRawDecoder (RceRawDecoder const &)=delete | |
| RceRawDecoder (RceRawDecoder &&)=delete | |
| RceRawDecoder & | operator= (RceRawDecoder const &)=delete |
| RceRawDecoder & | operator= (RceRawDecoder &&)=delete |
| void | produce (art::Event &e) override |
| void | reconfigure (const fhicl::ParameterSet &pset) |
| void | beginJob () override |
| void | setRootObjects () |
Public Member Functions inherited from art::EDProducer | |
| EDProducer (fhicl::ParameterSet const &pset) | |
| template<typename Config > | |
| EDProducer (Table< Config > const &config) | |
| std::string | workerType () const |
Public Member Functions inherited from art::detail::Producer | |
| virtual | ~Producer () noexcept |
| Producer (fhicl::ParameterSet const &) | |
| Producer (Producer const &)=delete | |
| Producer (Producer &&)=delete | |
| Producer & | operator= (Producer const &)=delete |
| Producer & | operator= (Producer &&)=delete |
| 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::Modifier | |
| ~Modifier () noexcept | |
| Modifier () | |
| Modifier (Modifier const &)=delete | |
| Modifier (Modifier &&)=delete | |
| Modifier & | operator= (Modifier const &)=delete |
| Modifier & | operator= (Modifier &&)=delete |
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 Types | |
| typedef std::vector< raw::RawDigit > | RawDigits |
Private Member Functions | |
| bool | _process (const artdaq::Fragment &frag, RawDigits &raw_digits) |
| float | rmsADC (raw::RawDigit::ADCvector_t &wav) |
| float | meanADC (raw::RawDigit::ADCvector_t &wav) |
Private Attributes | |
| std::string | _input_label |
| std::string | _output_label |
| bool | _expect_container_fragments |
| TH1D * | _h_nticks |
| TH1I * | _h_all_adc_values |
| TH1I * | _h_crate_numbers |
| TH1I * | _h_slot_IDs |
| TH1I * | _h_fiber_IDs |
| TH1I * | _h_online_channels |
| TH1I * | _h_offline_channels |
| std::vector< TH2F * > | _h_mean_slot_channels |
| std::vector< TH2F * > | _h_rms_slot_channels |
| std::vector< TProfile * > | _h_mean_slot_channels_pfx |
| std::vector< TProfile * > | _h_rms_slot_channels_pfx |
| std::vector< TH2I * > | _h_fiber_persistent_wav |
| std::vector< int16_t > | _buffer |
Additional Inherited Members | |
Public Types inherited from art::EDProducer | |
| using | ModuleType = EDProducer |
| using | WorkerType = WorkerT< EDProducer > |
Public Types inherited from art::detail::Producer | |
| template<typename UserConfig , typename KeysToIgnore = void> | |
| using | Table = Modifier::Table< UserConfig, KeysToIgnore > |
Public Types inherited from art::Modifier | |
| template<typename UserConfig , typename UserKeysToIgnore = void> | |
| using | Table = ProducerTable< UserConfig, detail::ModuleConfig, UserKeysToIgnore > |
Static Public Member Functions inherited from art::EDProducer | |
| static void | commitEvent (EventPrincipal &ep, Event &e) |
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 36 of file RceRawDecoder_module.cc.
|
private |
Definition at line 56 of file RceRawDecoder_module.cc.
|
explicit |
Definition at line 87 of file RceRawDecoder_module.cc.
|
delete |
|
delete |
|
private |
Definition at line 232 of file RceRawDecoder_module.cc.
|
overridevirtual |
Reimplemented from art::EDProducer.
Definition at line 145 of file RceRawDecoder_module.cc.
|
private |
Definition at line 347 of file RceRawDecoder_module.cc.
|
delete |
|
delete |
|
overridevirtual |
Implements art::EDProducer.
Definition at line 148 of file RceRawDecoder_module.cc.
| void dune::RceRawDecoder::reconfigure | ( | const fhicl::ParameterSet & | pset | ) |
Definition at line 101 of file RceRawDecoder_module.cc.
|
private |
Definition at line 329 of file RceRawDecoder_module.cc.
| void dune::RceRawDecoder::setRootObjects | ( | ) |
Definition at line 108 of file RceRawDecoder_module.cc.
|
private |
Definition at line 79 of file RceRawDecoder_module.cc.
|
private |
Definition at line 65 of file RceRawDecoder_module.cc.
|
private |
Definition at line 68 of file RceRawDecoder_module.cc.
|
private |
Definition at line 69 of file RceRawDecoder_module.cc.
|
private |
Definition at line 71 of file RceRawDecoder_module.cc.
|
private |
Definition at line 78 of file RceRawDecoder_module.cc.
|
private |
Definition at line 74 of file RceRawDecoder_module.cc.
|
private |
Definition at line 76 of file RceRawDecoder_module.cc.
|
private |
Definition at line 67 of file RceRawDecoder_module.cc.
|
private |
Definition at line 73 of file RceRawDecoder_module.cc.
|
private |
Definition at line 72 of file RceRawDecoder_module.cc.
|
private |
Definition at line 75 of file RceRawDecoder_module.cc.
|
private |
Definition at line 77 of file RceRawDecoder_module.cc.
|
private |
Definition at line 70 of file RceRawDecoder_module.cc.
|
private |
Definition at line 63 of file RceRawDecoder_module.cc.
|
private |
Definition at line 64 of file RceRawDecoder_module.cc.
1.8.11