![]() |
ATLAS Offline Software
|
an algorithm to merge MC track record collTool in the overlay store More...
#include <MergeGenericMuonSimHitCollTool.h>
Public Member Functions | |
| MergeGenericMuonSimHitCollTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override final |
| called before the event loop | |
| virtual StatusCode | prepareEvent (const EventContext &ctx, unsigned int nInputEvents) override final |
| called before the subevts loop. | |
| virtual StatusCode | mergeEvent (const EventContext &ctx) override final |
| called at the end of the subevts loop. | |
| virtual StatusCode | processBunchXing (int bunchXing, SubEventIterator bSubEvents, SubEventIterator eSubEvents) override final |
| called for each active bunch-crossing to process current SubEvents bunchXing is in ns | |
| virtual StatusCode | processAllSubEvents (const EventContext &ctx) override final |
| return false if not interested in certain xing times (in ns) implemented by default in PileUpToolBase as FirstXing<=bunchXing<=LastXing | |
Private Member Functions | |
| virtual void | processGenericMuonSimHitColl (const GenericMuonSimHitCollection *inputCollection, GenericMuonSimHitCollection *outputCollection, const double &timeOfBCID) |
| share code between two approaches | |
Private Attributes | |
| ServiceHandle< PileUpMergeSvc > | m_pMergeSvc |
| bool | m_firstSubEvent |
| std::vector< GenericMuonSimHitCollection * > | m_outputContainers |
| StringArrayProperty | m_SimHitContainerNamesProp |
| std::vector< std::string > | m_SimHitContainerNames |
structors and AlgTool implementation | |
| virtual bool | toProcess (int bunchXing) const override |
| the method this base class helps implementing | |
| virtual bool | filterPassed () const override |
| dummy implementation of passing filter | |
| virtual void | resetFilter () override |
| dummy implementation of filter reset | |
| Gaudi::Property< int > | m_firstXing |
| Gaudi::Property< int > | m_lastXing |
| Gaudi::Property< int > | m_vetoPileUpTruthLinks |
| bool | m_filterPassed {true} |
an algorithm to merge MC track record collTool in the overlay store
$Id:
Definition at line 25 of file MergeGenericMuonSimHitCollTool.h.
| MergeGenericMuonSimHitCollTool::MergeGenericMuonSimHitCollTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 9 of file MergeGenericMuonSimHitCollTool.cxx.
|
inlineoverridevirtualinherited |
|
finaloverridevirtual |
called before the event loop
Reimplemented from PileUpToolBase.
Definition at line 19 of file MergeGenericMuonSimHitCollTool.cxx.
|
finaloverridevirtual |
called at the end of the subevts loop.
Not (necessarily) able to access SubEvents
Definition at line 77 of file MergeGenericMuonSimHitCollTool.cxx.
|
finaloverridevirtual |
called before the subevts loop.
Not (necessarily) able to access SubEvents
Definition at line 34 of file MergeGenericMuonSimHitCollTool.cxx.
|
finaloverridevirtual |
return false if not interested in certain xing times (in ns) implemented by default in PileUpToolBase as FirstXing<=bunchXing<=LastXing
Merge the GenericMuonSimHitColl
Reimplemented from PileUpToolBase.
Definition at line 88 of file MergeGenericMuonSimHitCollTool.cxx.
|
finaloverridevirtual |
called for each active bunch-crossing to process current SubEvents bunchXing is in ns
Reimplemented from PileUpToolBase.
Definition at line 45 of file MergeGenericMuonSimHitCollTool.cxx.
|
privatevirtual |
share code between two approaches
Definition at line 126 of file MergeGenericMuonSimHitCollTool.cxx.
|
inlineoverridevirtualinherited |
dummy implementation of filter reset
Reimplemented in MergeTruthJetsTool.
Definition at line 51 of file PileUpToolBase.h.
|
inlineoverridevirtualinherited |
the method this base class helps implementing
Reimplemented in MergeHijingParsTool, and MergeTrackRecordCollTool.
Definition at line 32 of file PileUpToolBase.h.
|
protectedinherited |
Definition at line 60 of file PileUpToolBase.h.
|
private |
Definition at line 52 of file MergeGenericMuonSimHitCollTool.h.
|
protectedinherited |
Definition at line 54 of file PileUpToolBase.h.
|
protectedinherited |
Definition at line 56 of file PileUpToolBase.h.
|
private |
Definition at line 53 of file MergeGenericMuonSimHitCollTool.h.
|
private |
Definition at line 51 of file MergeGenericMuonSimHitCollTool.h.
|
private |
Definition at line 55 of file MergeGenericMuonSimHitCollTool.h.
|
private |
Definition at line 54 of file MergeGenericMuonSimHitCollTool.h.
|
protectedinherited |
Definition at line 58 of file PileUpToolBase.h.