![]() |
ATLAS Offline Software
|
an algorithm to propagate HijingPars to the overlay store More...
#include <MergeHijingParsTool.h>
Public Member Functions | |
| MergeHijingParsTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override final |
| 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 HijingParsections to the output StoreGate. | |
Private Attributes | |
| ServiceHandle< PileUpMergeSvc > | m_pMergeSvc {this, "PileUpMergeSvc", "PileUpMergeSvc", ""} |
| SG::WriteHandleKey< HijingEventParams > | m_outputObjectKey {this, "HijingParamsKey", "Hijing_event_params", ""} |
| SG::WriteHandle< HijingEventParams > | m_outputObject |
| 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 propagate HijingPars to the overlay store
$Id:
Definition at line 26 of file MergeHijingParsTool.h.
| MergeHijingParsTool::MergeHijingParsTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 7 of file MergeHijingParsTool.cxx.
|
inlineoverridevirtualinherited |
|
finaloverridevirtual |
Reimplemented from PileUpToolBase.
Definition at line 14 of file MergeHijingParsTool.cxx.
|
finaloverridevirtual |
called at the end of the subevts loop.
Not (necessarily) able to access SubEvents
Definition at line 75 of file MergeHijingParsTool.cxx.
|
finaloverridevirtual |
called before the subevts loop.
Not (necessarily) able to access SubEvents
Definition at line 20 of file MergeHijingParsTool.cxx.
|
finaloverridevirtual |
Propagate the HijingParsections to the output StoreGate.
Reimplemented from PileUpToolBase.
Definition at line 91 of file MergeHijingParsTool.cxx.
|
finaloverridevirtual |
called for each active bunch-crossing to process current SubEvents bunchXing is in ns
Reimplemented from PileUpToolBase.
Definition at line 28 of file MergeHijingParsTool.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 85 of file MergeHijingParsTool.cxx.
|
protectedinherited |
Definition at line 60 of file PileUpToolBase.h.
|
private |
Definition at line 54 of file MergeHijingParsTool.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 MergeHijingParsTool.h.
|
private |
Definition at line 52 of file MergeHijingParsTool.h.
|
private |
Definition at line 51 of file MergeHijingParsTool.h.
|
protectedinherited |
Definition at line 58 of file PileUpToolBase.h.