#include <TpcToolBasedRawDigitPrepService.h>
Classes | |
| struct | NamedTool |
| class | State |
Public Types | |
| using | Index = unsigned int |
| using | TpcDataToolPtr = std::unique_ptr< TpcDataTool > |
| using | TpcDataToolVector = std::vector< TpcDataToolPtr > |
| using | TpcDataNamedToolVector = std::vector< NamedTool > |
Public Types inherited from RawDigitPrepService | |
| using | Index = unsigned int |
| using | LongIndex = unsigned long |
Public Member Functions | |
| TpcToolBasedRawDigitPrepService (fhicl::ParameterSet const &pset, art::ActivityRegistry &) | |
| ~TpcToolBasedRawDigitPrepService () | |
| 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 |
| TpcDataToolVector | m_TpcDataTools |
| TpcDataNamedToolVector | m_TpcDataNamedTools |
| const AdcWireBuildingService * | m_pWireBuildingService |
| std::set< std::string > | m_cgset |
| std::unique_ptr< State > | m_pstate |
Definition at line 36 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 78 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 79 of file TpcToolBasedRawDigitPrepService.h.
| using TpcToolBasedRawDigitPrepService::Index = unsigned int |
Definition at line 40 of file TpcToolBasedRawDigitPrepService.h.
Definition at line 48 of file TpcToolBasedRawDigitPrepService.h.
| using TpcToolBasedRawDigitPrepService::TpcDataToolPtr = std::unique_ptr<TpcDataTool> |
Definition at line 41 of file TpcToolBasedRawDigitPrepService.h.
Definition at line 47 of file TpcToolBasedRawDigitPrepService.h.
| TpcToolBasedRawDigitPrepService::TpcToolBasedRawDigitPrepService | ( | fhicl::ParameterSet const & | pset, |
| art::ActivityRegistry & | |||
| ) |
Definition at line 29 of file TpcToolBasedRawDigitPrepService_service.cc.
| TpcToolBasedRawDigitPrepService::~TpcToolBasedRawDigitPrepService | ( | ) |
Definition at line 70 of file TpcToolBasedRawDigitPrepService_service.cc.
|
overridevirtual |
Reimplemented from RawDigitPrepService.
Definition at line 100 of file TpcToolBasedRawDigitPrepService_service.cc.
|
overridevirtual |
Reimplemented from RawDigitPrepService.
Definition at line 128 of file TpcToolBasedRawDigitPrepService_service.cc.
|
overridevirtual |
Implements RawDigitPrepService.
Definition at line 157 of file TpcToolBasedRawDigitPrepService_service.cc.
|
overridevirtual |
Implements RawDigitPrepService.
Definition at line 216 of file TpcToolBasedRawDigitPrepService_service.cc.
|
inlineprivate |
Definition at line 89 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 71 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 76 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 69 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 68 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 88 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 75 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 70 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 74 of file TpcToolBasedRawDigitPrepService.h.
|
private |
Definition at line 73 of file TpcToolBasedRawDigitPrepService.h.
1.8.11