![]() |
ATLAS Offline Software
|
an algorithm to copy in the overlayed store the calib hits from the signal event More...
#include <MergeCalibHitsTool.h>
Public Member Functions | |
| MergeCalibHitsTool (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 Attributes | |
| Gaudi::Property< bool > | m_oldFormat {this, "OldFormat", false, ""} |
| ServiceHandle< PileUpMergeSvc > | m_pMergeSvc {this, "PileUpMergeSvc", "PileUpMergeSvc", ""} |
| bool | m_firstSubEvent {true} |
| std::vector< CaloCalibrationHitContainer * > | m_outputContainers |
| std::vector< std::string > | m_CalibrationHitContainer |
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 copy in the overlayed store the calib hits from the signal event
$Id:
Definition at line 25 of file MergeCalibHitsTool.h.
| MergeCalibHitsTool::MergeCalibHitsTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 10 of file MergeCalibHitsTool.cxx.
|
inlineoverridevirtualinherited |
|
finaloverridevirtual |
called before the event loop
Reimplemented from PileUpToolBase.
Definition at line 17 of file MergeCalibHitsTool.cxx.
|
finaloverridevirtual |
called at the end of the subevts loop.
Not (necessarily) able to access SubEvents
Definition at line 113 of file MergeCalibHitsTool.cxx.
|
finaloverridevirtual |
called before the subevts loop.
Not (necessarily) able to access SubEvents
Definition at line 45 of file MergeCalibHitsTool.cxx.
|
finaloverridevirtual |
return false if not interested in certain xing times (in ns) implemented by default in PileUpToolBase as FirstXing<=bunchXing<=LastXing
Propagate the Calib Hit Containers to the output StoreGate
Reimplemented from PileUpToolBase.
Definition at line 124 of file MergeCalibHitsTool.cxx.
|
finaloverridevirtual |
called for each active bunch-crossing to process current SubEvents bunchXing is in ns
Reimplemented from PileUpToolBase.
Definition at line 57 of file MergeCalibHitsTool.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.
|
private |
Definition at line 57 of file MergeCalibHitsTool.h.
|
protectedinherited |
Definition at line 60 of file PileUpToolBase.h.
|
private |
Definition at line 55 of file MergeCalibHitsTool.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 MergeCalibHitsTool.h.
|
private |
Definition at line 56 of file MergeCalibHitsTool.h.
|
private |
Definition at line 54 of file MergeCalibHitsTool.h.
|
protectedinherited |
Definition at line 58 of file PileUpToolBase.h.