![]() |
ATLAS Offline Software
|
an algorithm to merge MC track record collTool in the overlay store More...
#include <MergeTrackRecordCollTool.h>
Public Member Functions | |
| MergeTrackRecordCollTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override final |
| Initialize tool. | |
| 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 bool | toProcess (int bunchXing) const override final |
| return false if not interested in certain xing times (in ns) implemented by default in PileUpToolBase as FirstXing<=bunchXing<=LastXing | |
| virtual StatusCode | processAllSubEvents (const EventContext &ctx) override final |
| Propagate the TrackRecordCollections to the output StoreGate. | |
Private Attributes | |
| ServiceHandle< PileUpMergeSvc > | m_pMergeSvc {this, "PileUpMergeSvc", "PileUpMergeSvc", ""} |
| StringProperty | m_trRecCollKey {this, "TrackRecordCollKey", "MuonEntryLayer", ""} |
| SG::WriteHandleKey< TrackRecordCollection > | m_outputKey { this, "TrackRecordCollOutputKey", "MuonExitLayer", "" } |
| bool | m_firstSubEvent {true} |
structors and AlgTool implementation | |
| 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 24 of file MergeTrackRecordCollTool.h.
| MergeTrackRecordCollTool::MergeTrackRecordCollTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 9 of file MergeTrackRecordCollTool.cxx.
|
inlineoverridevirtualinherited |
|
finaloverridevirtual |
Initialize tool.
Reimplemented from PileUpToolBase.
Definition at line 16 of file MergeTrackRecordCollTool.cxx.
|
finaloverridevirtual |
called at the end of the subevts loop.
Not (necessarily) able to access SubEvents
Definition at line 68 of file MergeTrackRecordCollTool.cxx.
|
finaloverridevirtual |
called before the subevts loop.
Not (necessarily) able to access SubEvents
Definition at line 24 of file MergeTrackRecordCollTool.cxx.
|
finaloverridevirtual |
Propagate the TrackRecordCollections to the output StoreGate.
Reimplemented from PileUpToolBase.
Definition at line 81 of file MergeTrackRecordCollTool.cxx.
|
finaloverridevirtual |
called for each active bunch-crossing to process current SubEvents bunchXing is in ns
Reimplemented from PileUpToolBase.
Definition at line 32 of file MergeTrackRecordCollTool.cxx.
|
inlineoverridevirtualinherited |
dummy implementation of filter reset
Reimplemented in MergeTruthJetsTool.
Definition at line 51 of file PileUpToolBase.h.
|
finaloverridevirtual |
return false if not interested in certain xing times (in ns) implemented by default in PileUpToolBase as FirstXing<=bunchXing<=LastXing
Reimplemented from PileUpToolBase.
Definition at line 74 of file MergeTrackRecordCollTool.cxx.
|
protectedinherited |
Definition at line 60 of file PileUpToolBase.h.
|
private |
Definition at line 53 of file MergeTrackRecordCollTool.h.
|
protectedinherited |
Definition at line 54 of file PileUpToolBase.h.
|
protectedinherited |
Definition at line 56 of file PileUpToolBase.h.
|
private |
Definition at line 52 of file MergeTrackRecordCollTool.h.
|
private |
Definition at line 50 of file MergeTrackRecordCollTool.h.
|
private |
Definition at line 51 of file MergeTrackRecordCollTool.h.
|
protectedinherited |
Definition at line 58 of file PileUpToolBase.h.