#include <ToolBasedRawDigitPrepService.h>
Classes | |
| struct | NamedTool |
| class | State |
Public Types | |
| using | Index = unsigned int |
| using | AdcChannelToolPtr = std::unique_ptr< AdcChannelTool > |
| using | AdcChannelToolVector = std::vector< AdcChannelToolPtr > |
| using | AdcChannelNamedToolVector = std::vector< NamedTool > |
Public Types inherited from RawDigitPrepService | |
| using | Index = unsigned int |
| using | LongIndex = unsigned long |
Public Member Functions | |
| ToolBasedRawDigitPrepService (fhicl::ParameterSet const &pset, art::ActivityRegistry &) | |
| ~ToolBasedRawDigitPrepService () | |
| int | beginEvent (const DuneEventInfo &devt) const override |
| int | endEvent (const DuneEventInfo &devt) const override |
| int | prepare (detinfo::DetectorClocksData const &clockData, AdcChannelDataMap &prepdigs, std::vector< recob::Wire > *pwires, WiredAdcChannelDataMap *pintStates) const override |
| std::ostream & | print (std::ostream &out=std::cout, std::string prefix="") const override |
Public Member Functions inherited from RawDigitPrepService | |
| virtual | ~RawDigitPrepService ()=default |
Private Types | |
| using | Clock = std::chrono::steady_clock |
| using | Duration = std::chrono::duration< double > |
Private Member Functions | |
| State & | state () const |
Private Attributes | |
| int | m_LogLevel |
| bool | m_DoWires |
| std::vector< std::string > | m_ToolNames |
| std::vector< std::string > | m_CallgrindToolNames |
| AdcChannelToolVector | m_AdcChannelTools |
| AdcChannelNamedToolVector | m_AdcChannelNamedTools |
| const AdcWireBuildingService * | m_pWireBuildingService |
| std::set< std::string > | m_cgset |
| std::unique_ptr< State > | m_pstate |
Definition at line 36 of file ToolBasedRawDigitPrepService.h.
Definition at line 48 of file ToolBasedRawDigitPrepService.h.
| using ToolBasedRawDigitPrepService::AdcChannelToolPtr = std::unique_ptr<AdcChannelTool> |
Definition at line 41 of file ToolBasedRawDigitPrepService.h.
Definition at line 47 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 78 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 79 of file ToolBasedRawDigitPrepService.h.
| using ToolBasedRawDigitPrepService::Index = unsigned int |
Definition at line 40 of file ToolBasedRawDigitPrepService.h.
| ToolBasedRawDigitPrepService::ToolBasedRawDigitPrepService | ( | fhicl::ParameterSet const & | pset, |
| art::ActivityRegistry & | |||
| ) |
Definition at line 29 of file ToolBasedRawDigitPrepService_service.cc.
| ToolBasedRawDigitPrepService::~ToolBasedRawDigitPrepService | ( | ) |
Definition at line 70 of file ToolBasedRawDigitPrepService_service.cc.
|
overridevirtual |
Reimplemented from RawDigitPrepService.
Definition at line 100 of file ToolBasedRawDigitPrepService_service.cc.
|
overridevirtual |
Reimplemented from RawDigitPrepService.
Definition at line 128 of file ToolBasedRawDigitPrepService_service.cc.
|
overridevirtual |
Implements RawDigitPrepService.
Definition at line 157 of file ToolBasedRawDigitPrepService_service.cc.
|
overridevirtual |
Implements RawDigitPrepService.
Definition at line 216 of file ToolBasedRawDigitPrepService_service.cc.
|
inlineprivate |
Definition at line 89 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 74 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 73 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 71 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 76 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 69 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 68 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 88 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 75 of file ToolBasedRawDigitPrepService.h.
|
private |
Definition at line 70 of file ToolBasedRawDigitPrepService.h.
1.8.11