#include <RawDigitPrepService.h>
Public Types | |
using | Index = unsigned int |
using | LongIndex = unsigned long |
Public Member Functions | |
virtual | ~RawDigitPrepService ()=default |
virtual int | beginEvent (const DuneEventInfo &) const |
virtual int | endEvent (const DuneEventInfo &) const |
virtual int | prepare (detinfo::DetectorClocksData const &clockData, AdcChannelDataMap &prepdigs, std::vector< recob::Wire > *pwires=nullptr, WiredAdcChannelDataMap *pwiredData=nullptr) const =0 |
virtual std::ostream & | print (std::ostream &out=std::cout, std::string prefix="") const =0 |
Definition at line 23 of file RawDigitPrepService.h.
using RawDigitPrepService::Index = unsigned int |
Definition at line 29 of file RawDigitPrepService.h.
using RawDigitPrepService::LongIndex = unsigned long |
Definition at line 30 of file RawDigitPrepService.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in ToolBasedRawDigitPrepService, and TpcToolBasedRawDigitPrepService.
Definition at line 34 of file RawDigitPrepService.h.
|
inlinevirtual |
Reimplemented in ToolBasedRawDigitPrepService, and TpcToolBasedRawDigitPrepService.
Definition at line 35 of file RawDigitPrepService.h.
|
pure virtual |
Implemented in StandardRawDigitPrepService, ToolBasedRawDigitPrepService, and TpcToolBasedRawDigitPrepService.
|
pure virtual |
Implemented in StandardRawDigitPrepService, ToolBasedRawDigitPrepService, and TpcToolBasedRawDigitPrepService.