Findlet to exports CDCTracks as RecoTracks.
More...
#include <CDCMCCloneLookUpFiller.h>
|
using | IOTypes |
| Types that should be served to apply on invocation.
|
|
using | IOVectors |
| Vector types that should be served to apply on invocation.
|
|
|
std::string | getDescription () final |
| Short description of the findlet.
|
|
void | beginEvent () final |
| Signal the beginning of a new event.
|
|
void | apply (std::vector< CDCTrack > &cdcTracks) final |
| Write give tracks into track store array.
|
|
virtual void | apply (ToVector< AIOTypes > &... ioVectors)=0 |
| Main function executing the algorithm.
|
|
void | initialize () override |
| Receive and dispatch signal before the start of the event processing.
|
|
void | beginRun () override |
| Receive and dispatch signal for the beginning of a new run.
|
|
void | endRun () override |
| Receive and dispatch signal for the end of the run.
|
|
void | terminate () override |
| Receive and dispatch Signal for termination of the event processing.
|
|
virtual void | exposeParameters (ModuleParamList *moduleParamList, const std::string &prefix) |
| Expose the set of parameters of the filter to the module parameter list.
|
|
|
using | ToVector |
| Short hand for ToRangeImpl.
|
|
Findlet to exports CDCTracks as RecoTracks.
Definition at line 25 of file CDCMCCloneLookUpFiller.h.
◆ IOTypes
Types that should be served to apply on invocation.
Definition at line 30 of file Findlet.h.
◆ IOVectors
Vector types that should be served to apply on invocation.
Definition at line 53 of file Findlet.h.
◆ Super
◆ ToVector
Short hand for ToRangeImpl.
Definition at line 49 of file Findlet.h.
◆ addProcessingSignalListener()
Register a processing signal listener to be notified.
Definition at line 53 of file CompositeProcessingSignalListener.cc.
56{
58}
Interface for a minimal algorithm part that wants to expose some parameters to a module.
◆ apply()
void apply |
( |
std::vector< CDCTrack > & | cdcTracks | ) |
|
|
final |
Write give tracks into track store array.
Definition at line 28 of file CDCMCCloneLookUpFiller.cc.
29{
31}
static CDCMCCloneLookUp & getInstance()
Getter for the singletone instance.
void fill(std::vector< CDCTrack > &cdcTracks)
fill with all cdcTracks in an event
◆ beginEvent()
◆ beginRun()
Receive and dispatch signal for the beginning of a new run.
Definition at line 33 of file CompositeProcessingSignalListener.cc.
24{
28 }
29}
void beginRun() override
Receive and dispatch signal for the beginning of a new run.
virtual void beginRun()
Receive signal for the beginning of a new run.
◆ endRun()
Receive and dispatch signal for the end of the run.
Definition at line 39 of file CompositeProcessingSignalListener.cc.
40{
43 }
45}
void endRun() override
Receive and dispatch signal for the end of the run.
virtual void endRun()
Receive signal for the end of the run.
◆ exposeParameters()
virtual void exposeParameters |
( |
ModuleParamList * | moduleParamList, |
|
|
const std::string & | prefix ) |
|
inlinevirtualinherited |
Expose the set of parameters of the filter to the module parameter list.
- Parameters
-
moduleParamList | Module parameter list to add the new parameters to |
prefix | Prefix (or sometimes postfix) to be added to all nely added parameters. |
Definition at line 47 of file CompositeProcessingSignalListener.h.
◆ getDescription()
std::string getDescription |
( |
| ) |
|
|
finalvirtual |
Short description of the findlet.
Reimplemented from Findlet< CDCTrack & >.
Definition at line 17 of file CDCMCCloneLookUpFiller.cc.
18{
19 return "Fill CDCTracks into CDCMCCloneLookUp singleton, which stores lookup table if track is clone";
20}
◆ getNProcessingSignalListener()
int getNProcessingSignalListener |
( |
| ) |
|
|
protectedinherited |
◆ initialize()
Receive and dispatch signal before the start of the event processing.
Definition at line 30 of file CompositeProcessingSignalListener.cc.
16{
20 }
21}
void initialize() override
Receive and dispatch signal before the start of the event processing.
virtual void initialize()
Receive signal before the start of the event processing.
◆ terminate()
Receive and dispatch Signal for termination of the event processing.
Definition at line 42 of file CompositeProcessingSignalListener.cc.
48{
51 }
53}
void terminate() override
Receive and dispatch Signal for termination of the event processing.
virtual void terminate()
Receive Signal for termination of the event processing.
◆ m_initialized
◆ m_initializedAs
std::string m_initializedAs |
|
privateinherited |
◆ m_subordinaryProcessingSignalListeners
◆ m_terminated
The documentation for this class was generated from the following files: