ATLAS Offline Software
Loading...
Searching...
No Matches
DoubleEventSelectorAthenaPool Class Reference

This class is the EventSelector for event data. More...

#include <DoubleEventSelectorAthenaPool.h>

Inheritance diagram for DoubleEventSelectorAthenaPool:
Collaboration diagram for DoubleEventSelectorAthenaPool:

Public Member Functions

 DoubleEventSelectorAthenaPool (const std::string &name, ISvcLocator *pSvcLocator)
 Standard Service Constructor.
virtual ~DoubleEventSelectorAthenaPool ()
 Destructor.
virtual StatusCode initialize () override
 Initialize function.
virtual StatusCode next (IEvtSelector::Context &ctxt) const override
virtual StatusCode next (IEvtSelector::Context &ctxt, int jump) const override
virtual StatusCode seek (Context &ctxt, int evtNum) const override
 Seek to a given event number.
virtual int size (Context &ctxt) const override
 Return the size of the collection.
virtual void handle (const Incident &incident) override
 Incident service handle listening for BeginProcessing and EndProcessing.
virtual StatusCode start () override
virtual StatusCode stop () override
virtual StatusCode finalize () override
virtual StatusCode createContext (IEvtSelector::Context *&ctxt) const override
 create context
virtual StatusCode previous (IEvtSelector::Context &ctxt) const override
virtual StatusCode previous (IEvtSelector::Context &ctxt, int jump) const override
virtual StatusCode last (IEvtSelector::Context &ctxt) const override
virtual StatusCode rewind (IEvtSelector::Context &ctxt) const override
virtual StatusCode createAddress (const IEvtSelector::Context &ctxt, IOpaqueAddress *&iop) const override
virtual StatusCode releaseContext (IEvtSelector::Context *&ctxt) const override
virtual StatusCode resetCriteria (const std::string &criteria, IEvtSelector::Context &ctxt) const override
 Set a selection criteria.
virtual int curEvent (const Context &ctxt) const override
 Return the current event number.
virtual StatusCode io_reinit () override
 Callback method to reinitialize the internal state of the component for I/O purposes (e.g. upon fork(2)).
virtual StatusCode io_finalize () override
 Callback method to finalize the internal state of the component for I/O purposes (e.g. before fork(2)).

Protected Member Functions

virtual StatusCode nextHandleFileTransition (IEvtSelector::Context &ctxt) const override
 Handle file transition at the next iteration.
virtual StatusCode nextWithSkip (IEvtSelector::Context &ctxt) const override
 Go to next event and skip if necessary.
virtual StatusCode fillAttributeList (coral::AttributeList *attrList, const std::string &suffix, bool copySource) const override
 Fill AttributeList with specific items from the selector and a suffix.
virtual bool disconnectIfFinished (const SG::SourceID &fid) const override
 Disconnect DB if all events from the source FID were processed and the Selector moved to another file.

Private Types

typedef std::mutex CallMutex

Private Member Functions

virtual StatusCode recordAttributeList () const override
 Record AttributeList in StoreGate.
StoreGateSvceventStore () const
 Return pointer to active event SG.
StatusCode reinit () const
 Reinitialize the service when a fork() occurred/was-issued.
std::unique_ptr< PoolCollectionConvertergetCollectionCnv (bool throwIncidents=false) const
 Return pointer to new PoolCollectionConverter.
int findEvent (int evtNum) const
 Search for event with number evtNum.
void inputCollectionsHandler (Gaudi::Details::PropertyBase &)

Private Attributes

ServiceHandle< ISecondaryEventSelectorm_secondarySelector {this, "SecondaryEventSelector", "SecondaryEventSelector", ""}
Gaudi::Property< std::string > m_secondaryAttrListSuffix {this, "SecondaryAttrListSuffix", "secondary", ""}
bool m_secondaryByteStream {}
SG::SlotSpecificObj< SG::SourceIDm_sourceID1
SG::SlotSpecificObj< SG::SourceIDm_sourceID2
EventContextAthenaPoolm_endIter {}
std::unique_ptr< PoolCollectionConverter > m_poolCollectionConverter ATLAS_THREAD_SAFE {}
std::unique_ptr< pool::ICollectionCursor > m_headerIterator ATLAS_THREAD_SAFE {}
Guid m_guid ATLAS_THREAD_SAFE {}
std::map< SG::SourceID, int > m_activeEventsPerSource ATLAS_THREAD_SAFE
std::optional< InputFileIncidentGuard > m_inputFileGuard ATLAS_THREAD_SAFE
 RAII guard: guarantees a matching EndInputFile for every BeginInputFile.
std::vector< std::string >::const_iterator m_inputCollectionsIterator ATLAS_THREAD_SAFE
bool m_inputCollectionsChanged ATLAS_THREAD_SAFE
 flag to notify the EvSel that the inputs were changed and reinit() needs to be called ASAP
ToolHandleArray< IAthenaSelectorTool > m_helperTools ATLAS_THREAD_SAFE {this, "HelperTools", {}, ""}
 HelperTools, vector of names of AlgTools that are executed by the EventSelector.
std::vector< int > m_numEvt ATLAS_THREAD_SAFE
std::vector< int > m_firstEvt ATLAS_THREAD_SAFE
std::vector< std::pair< long, long > > m_skipEventRanges ATLAS_THREAD_SAFE
ServiceHandle< IAthenaPoolCnvSvcm_athenaPoolCnvSvc {this, "ConversionService", "AthenaPoolCnvSvc", ""}
ServiceHandle< IIncidentSvc > m_incidentSvc {this, "IncidentSvc", "IncidentSvc", ""}
Gaudi::Property< bool > m_isSecondary {this, "IsSecondary", false, ""}
 IsSecondary, know if this is an instance of secondary event selector.
Gaudi::Property< bool > m_processMetadata {this, "ProcessMetadata", true, ""}
 ProcessMetadata, switch on firing of FileIncidents which will trigger processing of metadata: default = true.
Gaudi::Property< std::string > m_collectionType {this, "CollectionType", "ImplicitCollection", ""}
 CollectionType, type of the collection: default = "ImplicitCollection".
std::string m_attrListKey {"Input"}
 AttributeList SG key.
Gaudi::Property< std::vector< std::string > > m_inputCollectionsProp {this, "InputCollections", {}, ""}
 InputCollections, vector with names of the input collections.
Gaudi::Property< bool > m_keepInputFilesOpen {this, "KeepInputFilesOpen", false, ""}
 KeepInputFilesOpen, boolean flag to keep files open after PoolCollection reaches end: default = false.
ToolHandle< IAthenaSelectorToolm_counterTool {this, "CounterTool", "", ""}
Gaudi::CheckedProperty< uint32_t > m_runNo {this, "RunNumber", 0, ""}
 The following are included for compatibility with McEventSelector and are not really used.
Gaudi::CheckedProperty< uint32_t > m_oldRunNo {this, "OldRunNumber", 0, ""}
Gaudi::Property< bool > m_overrideRunNumber {this, "OverrideRunNumber", false, ""}
Gaudi::Property< bool > m_overrideRunNumberFromInput {this, "OverrideRunNumberFromInput", false, ""}
Gaudi::CheckedProperty< uint64_t > m_firstEventNo {this, "FirstEvent", 1, ""}
Gaudi::CheckedProperty< uint64_t > m_eventsPerRun {this, "EventsPerRun", 1000000, ""}
Gaudi::CheckedProperty< uint32_t > m_firstLBNo {this, "FirstLB", 0, ""}
Gaudi::CheckedProperty< uint32_t > m_eventsPerLB {this, "EventsPerLB", 1000, ""}
Gaudi::CheckedProperty< uint32_t > m_initTimeStamp {this, "InitialTimeStamp", 0, ""}
Gaudi::Property< uint32_t > m_timeStampInterval {this, "TimeStampInterval", 0, ""}
std::atomic_long m_curCollection {}
Gaudi::Property< int > m_skipEvents {this, "SkipEvents", 0, ""}
 SkipEvents, numbers of events to skip: default = 0.
Gaudi::Property< std::vector< long > > m_skipEventSequenceProp {this, "SkipEventSequence", {}, ""}
Gaudi::Property< std::string > m_skipEventRangesProp {this, "SkipEventRanges", {}, ""}
 Skip Events - comma separated list of event to skip, ranges with '-': <start> - <end>.
std::atomic_int m_evtCount {}
std::atomic_bool m_firedIncident {}
CallMutex m_callLock
SG::SlotSpecificObj< SG::SourceIDm_sourceID

Detailed Description

This class is the EventSelector for event data.

Definition at line 26 of file DoubleEventSelectorAthenaPool.h.

Member Typedef Documentation

◆ CallMutex

typedef std::mutex EventSelectorAthenaPool::CallMutex
privateinherited

Definition at line 219 of file EventSelectorAthenaPool.h.

Constructor & Destructor Documentation

◆ DoubleEventSelectorAthenaPool()

DoubleEventSelectorAthenaPool::DoubleEventSelectorAthenaPool ( const std::string & name,
ISvcLocator * pSvcLocator )

Standard Service Constructor.

Definition at line 23 of file DoubleEventSelectorAthenaPool.cxx.

24 : EventSelectorAthenaPool(name, pSvcLocator)
25{
26}
EventSelectorAthenaPool(const std::string &name, ISvcLocator *pSvcLocator)
Standard Service Constructor.

◆ ~DoubleEventSelectorAthenaPool()

DoubleEventSelectorAthenaPool::~DoubleEventSelectorAthenaPool ( )
virtual

Destructor.

Definition at line 29 of file DoubleEventSelectorAthenaPool.cxx.

29{}

Member Function Documentation

◆ createAddress()

StatusCode EventSelectorAthenaPool::createAddress ( const IEvtSelector::Context & ctxt,
IOpaqueAddress *& iop ) const
overridevirtualinherited
Parameters
ctxt[IN] current event context.
iop[OUT] pointer to IOpaqueAddress reference of selection context.

Definition at line 570 of file EventSelectorAthenaPool.cxx.

571 {
572 std::string tokenStr;
573 SG::ReadHandle<AthenaAttributeList> attrList(m_attrListKey, eventStore()->name());
574 if (attrList.isValid()) {
575 try {
576 tokenStr = (*attrList)["eventRef"].data<std::string>();
577 ATH_MSG_DEBUG("found AthenaAttribute, name = eventRef = " << tokenStr);
578 } catch (std::exception &e) {
579 ATH_MSG_ERROR(e.what());
580 return StatusCode::FAILURE;
581 }
582 } else {
583 ATH_MSG_WARNING("Cannot find AthenaAttribute, key = " << m_attrListKey);
584 tokenStr = m_headerIterator->eventRef().toString();
585 }
586 auto token = std::make_unique<Token>();
587 token->fromString(tokenStr);
588 m_incidentSvc->fireIncident(Incident(tokenStr, "ProcessEventAttributes"));
589 iop = new TokenAddress(pool::POOL_StorageType.type(), ClassID_traits<DataHeader>::ID(), "", "EventSelector", IPoolSvc::kInputStream, std::move(token));
590 return StatusCode::SUCCESS;
591}
#define ATH_MSG_DEBUG(x,...)
#define ATH_MSG_ERROR(x,...)
#define ATH_MSG_WARNING(x,...)
StoreGateSvc * eventStore() const
Return pointer to active event SG.
ServiceHandle< IIncidentSvc > m_incidentSvc
std::string m_attrListKey
AttributeList SG key.
@ kInputStream
Definition IPoolSvc.h:39
static const DbType POOL_StorageType
Definition DbType.h:84

◆ createContext()

StatusCode EventSelectorAthenaPool::createContext ( IEvtSelector::Context *& ctxt) const
overridevirtualinherited

create context

Definition at line 342 of file EventSelectorAthenaPool.cxx.

342 {
343 ctxt = new EventContextAthenaPool(this);
344 return StatusCode::SUCCESS;
345}

◆ curEvent()

int EventSelectorAthenaPool::curEvent ( const Context & ctxt) const
overridevirtualinherited

Return the current event number.

Parameters
ctxt[IN/OUT] current event context.

Definition at line 664 of file EventSelectorAthenaPool.cxx.

664 {
665 return(m_evtCount);
666}

◆ disconnectIfFinished()

bool EventSelectorAthenaPool::disconnectIfFinished ( const SG::SourceID & fid) const
overrideprotectedvirtualinherited

Disconnect DB if all events from the source FID were processed and the Selector moved to another file.

Definition at line 902 of file EventSelectorAthenaPool.cxx.

903{
904 if( m_activeEventsPerSource.find(fid) != m_activeEventsPerSource.end()
905 && m_activeEventsPerSource[fid] <= 0 && m_guid != fid ) {
906 // Explicitly disconnect file corresponding to old FID to release memory.
907 // EndInputFile is handled by the InputFileIncidentGuard.
908 if( !m_keepInputFilesOpen.value() ) {
909 ATH_MSG_INFO("Disconnecting input sourceID: " << fid );
910 m_athenaPoolCnvSvc->getPoolSvc()->disconnectDb("FID:" + fid, IPoolSvc::kInputStream).ignore();
911 m_activeEventsPerSource.erase( fid );
912 return true;
913 }
914 }
915 return false;
916}
#define ATH_MSG_INFO(x,...)
ServiceHandle< IAthenaPoolCnvSvc > m_athenaPoolCnvSvc
Gaudi::Property< bool > m_keepInputFilesOpen
KeepInputFilesOpen, boolean flag to keep files open after PoolCollection reaches end: default = false...

◆ eventStore()

StoreGateSvc * EventSelectorAthenaPool::eventStore ( ) const
privateinherited

Return pointer to active event SG.

Definition at line 70 of file EventSelectorAthenaPool.cxx.

70 {
72}
static StoreGateSvc * currentStoreGate()
get current StoreGate

◆ fillAttributeList()

StatusCode EventSelectorAthenaPool::fillAttributeList ( coral::AttributeList * attrList,
const std::string & suffix,
bool copySource ) const
overrideprotectedvirtualinherited

Fill AttributeList with specific items from the selector and a suffix.

Definition at line 770 of file EventSelectorAthenaPool.cxx.

771{
772 const auto& row = m_headerIterator->currentRow();
773 attrList->extend( row.tokenName() + suffix, "string" );
774 (*attrList)[ row.tokenName() + suffix ].data<std::string>() = row.token().toString();
775 ATH_MSG_DEBUG("record AthenaAttribute, name = " << row.tokenName() + suffix << " = " << row.token().toString() << ".");
776
777 std::string eventRef = "eventRef";
778 if (m_isSecondary.value()) {
779 eventRef.append(suffix);
780 }
781 attrList->extend(eventRef, "string");
782 (*attrList)[eventRef].data<std::string>() = m_headerIterator->eventRef().toString();
783 ATH_MSG_DEBUG("record AthenaAttribute, name = " + eventRef + " = " << m_headerIterator->eventRef().toString() << ".");
784
785 if (copySource) {
786 const coral::AttributeList& sourceAttrList = m_headerIterator->currentRow().attributeList();
787 for (const auto &attr : sourceAttrList) {
788 attrList->extend(attr.specification().name() + suffix, attr.specification().type());
789 (*attrList)[attr.specification().name() + suffix] = attr;
790 }
791 }
792
793 return StatusCode::SUCCESS;
794}
Gaudi::Property< bool > m_isSecondary
IsSecondary, know if this is an instance of secondary event selector.
row
Appending html table to final .html summary file.

◆ finalize()

StatusCode EventSelectorAthenaPool::finalize ( )
overridevirtualinherited

Definition at line 323 of file EventSelectorAthenaPool.cxx.

323 {
324 if (!m_counterTool.empty() && !m_counterTool->preFinalize().isSuccess()) {
325 ATH_MSG_WARNING("Failed to preFinalize() CounterTool");
326 }
327 for (auto& tool : m_helperTools) {
328 if (!tool->preFinalize().isSuccess()) {
329 ATH_MSG_WARNING("Failed to preFinalize() " << tool->name());
330 }
331 }
332 delete m_endIter; m_endIter = nullptr;
333 m_headerIterator = nullptr;
334 if (m_poolCollectionConverter) {
335 m_poolCollectionConverter.reset();
336 }
337 // Finalize the Service base class.
338 return ::AthService::finalize();
339}
ToolHandle< IAthenaSelectorTool > m_counterTool
EventContextAthenaPool * m_endIter

◆ findEvent()

int EventSelectorAthenaPool::findEvent ( int evtNum) const
privateinherited

Search for event with number evtNum.

Definition at line 672 of file EventSelectorAthenaPool.cxx.

672 {
673 for (std::size_t i = 0, imax = m_numEvt.size(); i < imax; i++) {
674 if (m_numEvt[i] == -1) {
675 PoolCollectionConverter pcc(m_collectionType.value(),
676 m_inputCollectionsProp.value()[i],
678 m_athenaPoolCnvSvc->getPoolSvc());
679 if (!pcc.initialize().isSuccess()) {
680 break;
681 }
682 int collection_size = 0;
683 if (pcc.isValid()) {
684 std::unique_ptr<pool::ICollectionCursor> hi = pcc.selectAll();
685 collection_size = hi->size();
686 }
687 if (i > 0) {
688 m_firstEvt[i] = m_firstEvt[i - 1] + m_numEvt[i - 1];
689 } else {
690 m_firstEvt[i] = 0;
691 }
692 m_numEvt[i] = collection_size;
693 }
694 if (evtNum >= m_firstEvt[i] && evtNum < m_firstEvt[i] + m_numEvt[i]) {
695 return(i);
696 }
697 }
698 return(-1);
699}
int imax(int i, int j)
Gaudi::Property< std::string > m_collectionType
CollectionType, type of the collection: default = "ImplicitCollection".
Gaudi::Property< std::vector< std::string > > m_inputCollectionsProp
InputCollections, vector with names of the input collections.

◆ getCollectionCnv()

std::unique_ptr< PoolCollectionConverter > EventSelectorAthenaPool::getCollectionCnv ( bool throwIncidents = false) const
privateinherited

Return pointer to new PoolCollectionConverter.

Definition at line 709 of file EventSelectorAthenaPool.cxx.

709 {
710 while (m_inputCollectionsIterator != m_inputCollectionsProp.value().end()) {
711 if (m_curCollection != 0) {
712 m_numEvt[m_curCollection] = m_evtCount - m_firstEvt[m_curCollection];
714 m_firstEvt[m_curCollection] = m_evtCount;
715 }
716 ATH_MSG_DEBUG("Try item: \"" << *m_inputCollectionsIterator << "\" from the collection list.");
717 auto pCollCnv = std::make_unique<PoolCollectionConverter>(m_collectionType.value(),
718 *m_inputCollectionsIterator,
720 m_athenaPoolCnvSvc->getPoolSvc());
721 StatusCode status = pCollCnv->initialize();
722 if (!status.isSuccess()) {
723 // Close previous collection.
724 pCollCnv.reset();
725 if (!status.isRecoverable()) {
726 ATH_MSG_ERROR("Unable to initialize PoolCollectionConverter.");
727 throw GaudiException("Unable to read: " + *m_inputCollectionsIterator, name(), StatusCode::FAILURE);
728 } else {
729 ATH_MSG_ERROR("Unable to open: " << *m_inputCollectionsIterator);
730 throw GaudiException("Unable to open: " + *m_inputCollectionsIterator, name(), StatusCode::FAILURE);
731 }
732 } else {
733 if (!pCollCnv->isValid().isSuccess()) {
734 pCollCnv.reset();
735 ATH_MSG_DEBUG("No events found in: " << *m_inputCollectionsIterator << " skipped!!!");
736 if (throwIncidents && m_processMetadata.value()) {
737 // Scoped guard: fires BeginInputFile now, EndInputFile at scope exit
739 *m_inputCollectionsIterator, {},
740 "eventless " + *m_inputCollectionsIterator);
741 }
742 m_athenaPoolCnvSvc->getPoolSvc()->disconnectDb(*m_inputCollectionsIterator).ignore();
743 ++m_inputCollectionsIterator;
744 } else {
745 return(pCollCnv);
746 }
747 }
748 }
749 return(nullptr);
750}
Gaudi::Property< bool > m_processMetadata
ProcessMetadata, switch on firing of FileIncidents which will trigger processing of metadata: default...
static InputFileIncidentGuard begin(IIncidentSvc &incSvc, std::string_view source, std::string_view beginFileName, std::string_view guid, std::string_view endFileName={}, std::string_view beginType=IncidentType::BeginInputFile, std::string_view endType=IncidentType::EndInputFile)
Factory: fire the begin incident and return a guard whose destructor fires the matching end incident.
::StatusCode StatusCode
StatusCode definition for legacy code.
status
Definition merge.py:16

◆ handle()

void DoubleEventSelectorAthenaPool::handle ( const Incident & incident)
overridevirtual

Incident service handle listening for BeginProcessing and EndProcessing.

Reimplemented from EventSelectorAthenaPool.

Definition at line 191 of file DoubleEventSelectorAthenaPool.cxx.

192{
193 ATH_MSG_DEBUG("DoubleEventSelectorAthenaPool::handle");
194
195 if (not Atlas::hasExtendedEventContext(inc.context()) ) {
196 ATH_MSG_WARNING("No extended event context available.");
197 return;
198 }
199
200 SG::SourceID fid1;
201 if (inc.type() == IncidentType::BeginProcessing) {
202 if ( Atlas::hasExtendedEventContext(inc.context()) ) {
203 fid1 = Atlas::getExtendedEventContext(inc.context()).proxy()->sourceID();
204 }
205 *m_sourceID1.get(inc.context()) = fid1;
206 }
207 else {
208 fid1 = *m_sourceID1.get(inc.context());
209 }
210
211 if( fid1.empty() ) {
212 ATH_MSG_WARNING("could not read event source ID from incident event context with key EventSelector");
213 return;
214 }
215
216 ATH_MSG_DEBUG("** MN Incident handler " << inc.type() << " Event source ID=" << fid1 );
217 if( inc.type() == IncidentType::BeginProcessing ) {
218 // increment the events-per-file counter for FID
219 m_activeEventsPerSource[fid1]++;
220 } else if( inc.type() == IncidentType::EndProcessing ) {
221 m_activeEventsPerSource[fid1]--;
222 disconnectIfFinished( fid1 );
223 *m_sourceID1.get(inc.context()) = "";
224 }
225 if( msgLvl(MSG::DEBUG) ) {
226 for( auto& source: m_activeEventsPerSource )
227 msg(MSG::DEBUG) << "SourceID: " << source.first << " active events: " << source.second << endmsg;
228 }
229
230 // Nothing to do if secondary event selector is ByteStream
232 return;
233 }
234
235 // Secondary guid
236 SG::SourceID fid2;
237 if (inc.type() == IncidentType::BeginProcessing) {
238 if ( Atlas::hasExtendedEventContext(inc.context()) ) {
239 fid2 = Atlas::getExtendedEventContext(inc.context()).proxy()->sourceID("SecondaryEventSelector");
240 }
241 *m_sourceID2.get(inc.context()) = fid2;
242 }
243 else {
244 fid2 = *m_sourceID2.get(inc.context());
245 }
246
247 if( fid2.empty() ) {
248 ATH_MSG_WARNING("could not read event source ID from incident event context with key SecondaryEventSelector");
249 return;
250 }
251
252 ATH_MSG_DEBUG("** MN Incident handler " << inc.type() << " Event source ID=" << fid2 );
253 if( inc.type() == IncidentType::BeginProcessing ) {
254 // increment the events-per-file counter for FID
255 m_activeEventsPerSource[fid2]++;
256 } else if( inc.type() == IncidentType::EndProcessing ) {
257 m_activeEventsPerSource[fid2]--;
258 m_secondarySelector->disconnectIfFinished( fid2 );
259 *m_sourceID2.get(inc.context()) = "";
260 }
261 if( msgLvl(MSG::DEBUG) ) {
262 for( auto& source: m_activeEventsPerSource )
263 msg(MSG::DEBUG) << "SourceID: " << source.first << " active events: " << source.second << endmsg;
264 }
265}
#define endmsg
SG::SlotSpecificObj< SG::SourceID > m_sourceID2
SG::SlotSpecificObj< SG::SourceID > m_sourceID1
ServiceHandle< ISecondaryEventSelector > m_secondarySelector
virtual bool disconnectIfFinished(const SG::SourceID &fid) const override
Disconnect DB if all events from the source FID were processed and the Selector moved to another file...
const ExtendedEventContext & getExtendedEventContext(const EventContext &ctx)
Retrieve an extended context from a context object.
bool hasExtendedEventContext(const EventContext &ctx)
Test whether a context object has an extended context installed.
MsgStream & msg
Definition testRead.cxx:32

◆ initialize()

StatusCode DoubleEventSelectorAthenaPool::initialize ( )
overridevirtual

Initialize function.

Reimplemented from EventSelectorAthenaPool.

Definition at line 32 of file DoubleEventSelectorAthenaPool.cxx.

33{
35
37 if (dynamic_cast<EventSelectorAthenaPool *>(&*(m_secondarySelector)) == nullptr) {
39 }
40
41 return StatusCode::SUCCESS;
42}
#define ATH_CHECK
Evaluate an expression and check for errors.
virtual StatusCode initialize() override
Required of all Gaudi Services.

◆ inputCollectionsHandler()

void EventSelectorAthenaPool::inputCollectionsHandler ( Gaudi::Details::PropertyBase & )
privateinherited

Definition at line 61 of file EventSelectorAthenaPool.cxx.

61 {
62 if (this->FSMState() != Gaudi::StateMachine::OFFLINE) {
63 m_inputCollectionsChanged = true;
64 }
65}

◆ io_finalize()

StatusCode EventSelectorAthenaPool::io_finalize ( )
overridevirtualinherited

Callback method to finalize the internal state of the component for I/O purposes (e.g. before fork(2)).

Definition at line 844 of file EventSelectorAthenaPool.cxx.

844 {
845 ATH_MSG_INFO("I/O finalization...");
846 // Fire EndInputFile before disconnecting — file data is still accessible here
847 m_inputFileGuard.reset();
848 if (m_poolCollectionConverter) {
849 m_poolCollectionConverter->disconnectDb().ignore();
850 m_poolCollectionConverter.reset();
851 }
852 return StatusCode::SUCCESS;
853}

◆ io_reinit()

StatusCode EventSelectorAthenaPool::io_reinit ( )
overridevirtualinherited

Callback method to reinitialize the internal state of the component for I/O purposes (e.g. upon fork(2)).

Definition at line 796 of file EventSelectorAthenaPool.cxx.

796 {
797 ATH_MSG_INFO("I/O reinitialization...");
798 if (m_poolCollectionConverter) {
799 m_poolCollectionConverter->disconnectDb().ignore();
800 m_poolCollectionConverter.reset();
801 }
802 m_headerIterator = nullptr;
803 ServiceHandle<IIoComponentMgr> iomgr("IoComponentMgr", name());
804 if (!iomgr.retrieve().isSuccess()) {
805 ATH_MSG_FATAL("Could not retrieve IoComponentMgr !");
806 return StatusCode::FAILURE;
807 }
808 if (!iomgr->io_hasitem(this)) {
809 ATH_MSG_FATAL("IoComponentMgr does not know about myself !");
810 return StatusCode::FAILURE;
811 }
812 std::vector<std::string> inputCollections = m_inputCollectionsProp.value();
813 std::set<std::size_t> updatedIndexes;
814 for (std::size_t i = 0, imax = m_inputCollectionsProp.value().size(); i < imax; i++) {
815 if (updatedIndexes.find(i) != updatedIndexes.end()) continue;
816 std::string savedName = inputCollections[i];
817 std::string &fname = inputCollections[i];
818 if (!iomgr->io_contains(this, fname)) {
819 ATH_MSG_ERROR("IoComponentMgr does not know about [" << fname << "] !");
820 return StatusCode::FAILURE;
821 }
822 if (!iomgr->io_retrieve(this, fname).isSuccess()) {
823 ATH_MSG_FATAL("Could not retrieve new value for [" << fname << "] !");
824 return StatusCode::FAILURE;
825 }
826 if (savedName != fname) {
827 ATH_MSG_DEBUG("Mapping value for [" << savedName << "] to [" << fname << "]");
828 m_athenaPoolCnvSvc->getPoolSvc()->renamePfn(savedName, fname);
829 }
830 updatedIndexes.insert(i);
831 for (std::size_t j = i + 1; j < imax; j++) {
832 if (inputCollections[j] == savedName) {
834 updatedIndexes.insert(j);
835 }
836 }
837 }
838 // all good... copy over.
840 m_guid = Guid::null();
841 return reinit();
842}
#define ATH_MSG_FATAL(x,...)
StatusCode reinit() const
Reinitialize the service when a fork() occurred/was-issued.
static const Guid & null() noexcept
NULL-Guid: static class method.
Definition Guid.cxx:14
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)

◆ last()

StatusCode EventSelectorAthenaPool::last ( IEvtSelector::Context & ctxt) const
overridevirtualinherited
Parameters
ctxt[IN/OUT] current event context is interated to last event.

Definition at line 556 of file EventSelectorAthenaPool.cxx.

556 {
557 if (ctxt.identifier() == m_endIter->identifier()) {
558 ATH_MSG_DEBUG("last(): Last event in InputStream.");
559 return StatusCode::SUCCESS;
560 }
561 return StatusCode::FAILURE;
562}

◆ next() [1/2]

StatusCode DoubleEventSelectorAthenaPool::next ( IEvtSelector::Context & ctxt) const
overridevirtual
Parameters
ctxt[IN/OUT] current event context is interated to next event.

Reimplemented from EventSelectorAthenaPool.

Definition at line 45 of file DoubleEventSelectorAthenaPool.cxx.

46{
47 ATH_MSG_DEBUG("DoubleEventSelectorAthenaPool::next");
48
49 std::lock_guard<CallMutex> lockGuard(m_callLock);
50 if (!eventStore()->clearStore().isSuccess()) {
51 ATH_MSG_WARNING("Cannot clear Store");
52 }
53 for (const auto& tool : m_helperTools) {
54 if (!tool->preNext().isSuccess()) {
55 ATH_MSG_WARNING("Failed to preNext() " << tool->name());
56 }
57 }
58
59 for (;;) {
60 // Move in the primary file (with skipping)
61 if (nextWithSkip(ctxt).isFailure()) {
62 return StatusCode::FAILURE;
63 }
64
65 // Check if we're at the end of secondary file
66 if (m_secondarySelector->nextWithSkip(ctxt).isFailure()) {
67 return StatusCode::FAILURE;
68 }
69
70 // Record the attribute list
71 if (!recordAttributeList().isSuccess()) {
72 ATH_MSG_ERROR("Failed to record AttributeList.");
73 return StatusCode::FAILURE;
74 }
75
76 StatusCode status = StatusCode::SUCCESS;
77 for (const auto& tool : m_helperTools) {
78 StatusCode toolStatus = tool->postNext();
79 if (toolStatus.isRecoverable()) {
80 ATH_MSG_INFO("Request skipping event from: " << tool->name());
81 if (status.isSuccess()) {
82 status = StatusCode::RECOVERABLE;
83 }
84 } else if (toolStatus.isFailure()) {
85 ATH_MSG_WARNING("Failed to postNext() " << tool->name());
86 status = StatusCode::FAILURE;
87 }
88 }
89 if (status.isRecoverable()) {
90 ATH_MSG_INFO("skipping event " << m_evtCount);
91 } else if (status.isFailure()) {
92 ATH_MSG_WARNING("Failed to postNext() HelperTool.");
93 } else {
94 if (!m_counterTool.empty() && !m_counterTool->postNext().isSuccess()) {
95 ATH_MSG_WARNING("Failed to postNext() CounterTool.");
96 }
97 break;
98 }
99 }
100
101 return StatusCode::SUCCESS;
102}
virtual StatusCode recordAttributeList() const override
Record AttributeList in StoreGate.
virtual StatusCode nextWithSkip(IEvtSelector::Context &ctxt) const override
Go to next event and skip if necessary.

◆ next() [2/2]

StatusCode DoubleEventSelectorAthenaPool::next ( IEvtSelector::Context & ctxt,
int jump ) const
overridevirtual
Parameters
ctxt[IN/OUT] current event context is interated to next event.
jump[IN] number of events to jump (currently not supported).

Reimplemented from EventSelectorAthenaPool.

Definition at line 105 of file DoubleEventSelectorAthenaPool.cxx.

106{
107 ATH_MSG_DEBUG("DoubleEventSelectorAthenaPool::next(jump)");
108
109 if (jump > 0) {
110 for (int i = 0; i < jump; i++) {
111 if (!next(ctxt).isSuccess()) {
112 return StatusCode::FAILURE;
113 }
114 }
115 return StatusCode::SUCCESS;
116 }
117
118 return StatusCode::FAILURE;
119}
virtual StatusCode next(IEvtSelector::Context &ctxt) const override

◆ nextHandleFileTransition()

StatusCode EventSelectorAthenaPool::nextHandleFileTransition ( IEvtSelector::Context & ctxt) const
overrideprotectedvirtualinherited

Handle file transition at the next iteration.

Definition at line 420 of file EventSelectorAthenaPool.cxx.

421{
422 if( m_inputCollectionsChanged ) {
423 StatusCode rc = reinit();
424 if( rc != StatusCode::SUCCESS ) return rc;
425 }
426 else { // advance to the next (not needed after reinit)
427 // Check if we're at the end of file
428 if (m_headerIterator == nullptr || m_headerIterator->next() == 0) {
429 m_headerIterator = nullptr;
430 // Close previous collection.
431 m_poolCollectionConverter.reset();
432
433 // Fire EndInputFile while data is still accessible, then disconnect
434 m_inputFileGuard.reset();
435 const SG::SourceID old_guid = m_guid.toString();
436 m_guid = Guid::null();
437 disconnectIfFinished( old_guid );
438
439 // check if somebody updated Inputs in the EOF incident (like VP1 does)
440 if( m_inputCollectionsChanged ) {
441 StatusCode rc = reinit();
442 if( rc != StatusCode::SUCCESS ) return rc;
443 } else {
444 // Open next file from inputCollections list.
445 ++m_inputCollectionsIterator;
446 // Create PoolCollectionConverter for input file
447 m_poolCollectionConverter = getCollectionCnv(true);
448 if (!m_poolCollectionConverter) {
449 // Return end iterator
450 ctxt = *m_endIter;
451 // This is not a real failure but a Gaudi way of handling "end of job"
452 return StatusCode::FAILURE;
453 }
454 // Get DataHeader iterator
455 m_headerIterator = m_poolCollectionConverter->selectAll();
456
457 // Return RECOVERABLE to mark we should still continue
458 return StatusCode::RECOVERABLE;
459 }
460 }
461 }
462 const Token& headRef = m_headerIterator->eventRef();
463 const Guid guid = headRef.dbID();
464 const int tech = headRef.technology();
465 ATH_MSG_VERBOSE("next(): DataHeder Token=" << headRef.toString() );
466
467 if (guid != m_guid) {
468 // we are starting reading from a new DB. Check if the old one needs to be retired
469 if (m_guid != Guid::null()) {
470 // zero the current DB ID (m_guid) before trying disconnect() to indicate it is no longer in use
471 const SG::SourceID old_guid = m_guid.toString();
472 m_guid = Guid::null();
473 // EndInputFile is fired by the guard transition() below; just disconnect here
474 disconnectIfFinished( old_guid );
475 }
476 m_guid = guid;
477 m_activeEventsPerSource[guid.toString()] = 0;
478 // Fire BeginInputFile incident if current InputCollection is a payload file;
479 // otherwise, ascertain whether the pointed-to file is reachable before firing any incidents and/or proceeding
480 if (m_collectionType.value() == "ImplicitCollection") {
481 // For now, we can only deal with input metadata from POOL files, but we know we have a POOL file here
482 if (!m_athenaPoolCnvSvc->setInputAttributes(*m_inputCollectionsIterator).isSuccess()) {
483 ATH_MSG_ERROR("Failed to set input attributes.");
484 return StatusCode::FAILURE;
485 }
486 if (m_processMetadata.value()) {
488 *m_inputCollectionsIterator, m_guid.toString(),
489 /*endFileName=*/{});
490 }
491 } else {
492 // Check if File is BS
493 if (tech != 0x00001000 && m_processMetadata.value()) {
495 "FID:" + m_guid.toString(), m_guid.toString(),
496 /*endFileName=*/{});
497 }
498 }
499 } // end if (guid != m_guid)
500 return StatusCode::SUCCESS;
501}
#define ATH_MSG_VERBOSE(x,...)
static Double_t rc
std::unique_ptr< PoolCollectionConverter > getCollectionCnv(bool throwIncidents=false) const
Return pointer to new PoolCollectionConverter.
static void transition(std::optional< InputFileIncidentGuard > &guard, IIncidentSvc &incSvc, std::string_view source, std::string_view beginFileName, std::string_view guid, std::string_view endFileName={}, std::string_view beginType=IncidentType::BeginInputFile, std::string_view endType=IncidentType::EndInputFile)
Replace the guard in an optional, with strict End-before-Begin ordering.
const std::string toString() const
Retrieve the string representation of the token.
Definition Token.cxx:135
int technology() const
Access technology type.
Definition Token.h:78
const Guid & dbID() const
Access database identifier.
Definition Token.h:65

◆ nextWithSkip()

StatusCode EventSelectorAthenaPool::nextWithSkip ( IEvtSelector::Context & ctxt) const
overrideprotectedvirtualinherited

Go to next event and skip if necessary.

Definition at line 503 of file EventSelectorAthenaPool.cxx.

503 {
504 ATH_MSG_DEBUG("EventSelectorAthenaPool::nextWithSkip");
505
506 for (;;) {
507 // Check if we're at the end of file
509 if (sc.isRecoverable()) {
510 continue; // handles empty files
511 }
512 if (sc.isFailure()) {
513 return StatusCode::FAILURE;
514 }
515
516 // Increase event count
517 ++m_evtCount;
518
519 if (!m_counterTool.empty() && !m_counterTool->preNext().isSuccess()) {
520 ATH_MSG_WARNING("Failed to preNext() CounterTool.");
521 }
523 && (m_skipEventRanges.empty() || m_evtCount < m_skipEventRanges.front().first))
524 {
525 return StatusCode::SUCCESS;
526 } else {
527 while( !m_skipEventRanges.empty() && m_evtCount >= m_skipEventRanges.front().second ) {
528 m_skipEventRanges.erase(m_skipEventRanges.begin());
529 }
530 if (m_isSecondary.value()) {
531 ATH_MSG_INFO("skipping secondary event " << m_evtCount);
532 } else {
533 ATH_MSG_INFO("skipping event " << m_evtCount);
534 }
535 }
536 }
537
538 return StatusCode::SUCCESS;
539}
static Double_t sc
Gaudi::Property< int > m_skipEvents
SkipEvents, numbers of events to skip: default = 0.
virtual StatusCode nextHandleFileTransition(IEvtSelector::Context &ctxt) const override
Handle file transition at the next iteration.

◆ previous() [1/2]

StatusCode EventSelectorAthenaPool::previous ( IEvtSelector::Context & ctxt) const
overridevirtualinherited
Parameters
ctxt[IN/OUT] current event context is interated to previous event.

Definition at line 541 of file EventSelectorAthenaPool.cxx.

541 {
542 ATH_MSG_ERROR("previous() not implemented");
543 return StatusCode::FAILURE;
544}

◆ previous() [2/2]

StatusCode EventSelectorAthenaPool::previous ( IEvtSelector::Context & ctxt,
int jump ) const
overridevirtualinherited
Parameters
ctxt[IN/OUT] current event context is interated to previous event.
jump[IN] number of events to jump (currently not supported).

Definition at line 546 of file EventSelectorAthenaPool.cxx.

546 {
547 if (jump > 0) {
548 for (int i = 0; i < jump; i++) {
549 ATH_CHECK(previous(ctxt));
550 }
551 return StatusCode::SUCCESS;
552 }
553 return StatusCode::FAILURE;
554}
virtual StatusCode previous(IEvtSelector::Context &ctxt) const override

◆ recordAttributeList()

StatusCode DoubleEventSelectorAthenaPool::recordAttributeList ( ) const
overrideprivatevirtual

Record AttributeList in StoreGate.

Reimplemented from EventSelectorAthenaPool.

Definition at line 148 of file DoubleEventSelectorAthenaPool.cxx.

149{
150 ATH_MSG_DEBUG("DoubleEventSelectorAthenaPool::recordAttributeList");
151
152 // Get access to AttributeList
153 ATH_MSG_DEBUG("Get AttributeList from the collection");
154 // MN: accessing only attribute list, ignoring token list
155 const coral::AttributeList& attrList = m_headerIterator->currentRow().attributeList();
156 ATH_MSG_DEBUG("AttributeList size " << attrList.size());
157 std::unique_ptr<AthenaAttributeList> athAttrList{};
158
159 // Decide what to do based on the type of secondary file
161 // Create empty attribute list
162 athAttrList = std::make_unique<AthenaAttributeList>();
163 // Always add ByteStream as primary input
164 ATH_CHECK(m_secondarySelector->fillAttributeList(athAttrList.get(), "", false));
165
166 // Then fill the new attribute list from the primary file
167 ATH_MSG_DEBUG("Append primary attribute list properties to the secondary one with a suffix: " << m_secondaryAttrListSuffix.value());
168 ATH_CHECK(fillAttributeList(athAttrList.get(), "_" + m_secondaryAttrListSuffix.value(), true));
169 } else {
170 // Create a new attribute list from the primary input one
171 athAttrList = std::make_unique<AthenaAttributeList>(attrList);
172 // Fill the new attribute list from the primary file
173 ATH_CHECK(fillAttributeList(athAttrList.get(), "", false));
174
175 // Fill the new attribute list from the secondary file
176 ATH_MSG_DEBUG("Append secondary attribute list properties to the primary one with a suffix: " << m_secondaryAttrListSuffix.value());
177 ATH_CHECK(m_secondarySelector->fillAttributeList(athAttrList.get(), "_" + m_secondaryAttrListSuffix.value(), true));
178 }
179
180 // Add info about secondary input
181 athAttrList->extend("hasSecondaryInput", "bool");
182 (*athAttrList)["hasSecondaryInput"].data<bool>() = true;
183
184 SG::WriteHandle<AthenaAttributeList> wh(m_attrListKey, eventStore()->name());
185 ATH_CHECK(wh.record(std::move(athAttrList)));
186
187 return StatusCode::SUCCESS;
188}
Gaudi::Property< std::string > m_secondaryAttrListSuffix
virtual StatusCode fillAttributeList(coral::AttributeList *attrList, const std::string &suffix, bool copySource) const override
Fill AttributeList with specific items from the selector and a suffix.
str wh
Definition parseDir.py:45

◆ reinit()

StatusCode EventSelectorAthenaPool::reinit ( ) const
privateinherited

Reinitialize the service when a fork() occurred/was-issued.

Definition at line 181 of file EventSelectorAthenaPool.cxx.

181 {
182 ATH_MSG_DEBUG("reinitialization...");
183
184 // reset markers
185 m_numEvt.resize(m_inputCollectionsProp.value().size(), -1);
186 m_firstEvt.resize(m_inputCollectionsProp.value().size(), -1);
187
188 // Initialize InputCollectionsIterator
189 m_inputCollectionsIterator = m_inputCollectionsProp.value().begin();
190 m_curCollection = 0;
191 if (!m_firstEvt.empty()) {
192 m_firstEvt[0] = 0;
193 }
194 m_inputCollectionsChanged = false;
195 m_evtCount = 0;
196 m_headerIterator = 0;
197 bool retError = false;
198 for (auto& tool : m_helperTools) {
199 if (!tool->postInitialize().isSuccess()) {
200 ATH_MSG_FATAL("Failed to postInitialize() " << tool->name());
201 retError = true;
202 }
203 }
204 if (retError) {
205 ATH_MSG_FATAL("Failed to postInitialize() helperTools");
206 return StatusCode::FAILURE;
207 }
208
209 // Create an m_poolCollectionConverter to read the objects in
210 m_poolCollectionConverter = getCollectionCnv();
211 if (!m_poolCollectionConverter) {
212 ATH_MSG_INFO("No Events found in any Input Collections");
213 if (m_processMetadata.value()) {
214 m_inputCollectionsIterator = m_inputCollectionsProp.value().end();
215 if (!m_inputCollectionsProp.value().empty()) --m_inputCollectionsIterator;
216 //NOTE (wb may 2016): this will make the FirstInputFile incident correspond to last file in the collection ... if want it to be first file then move iterator to begin and then move above two lines below this incident firing
217 if (m_collectionType.value() == "ImplicitCollection" && !m_firedIncident && !m_inputCollectionsProp.value().empty()) {
218 FileIncident firstInputFileIncident(name(), "FirstInputFile", *m_inputCollectionsIterator);
219 m_incidentSvc->fireIncident(firstInputFileIncident);
220 m_firedIncident = true;
221 }
222 }
223 return StatusCode::SUCCESS;
224 }
225 // Get DataHeader iterator
226 try {
227 m_headerIterator = m_poolCollectionConverter->selectAll();
228 } catch (std::exception &e) {
229 ATH_MSG_FATAL("Cannot open implicit collection - check data/software version.");
230 ATH_MSG_ERROR(e.what());
231 return StatusCode::FAILURE;
232 }
233 while (m_headerIterator == nullptr || m_headerIterator->next() == 0) { // no selected events
234 if (m_poolCollectionConverter) {
235 m_poolCollectionConverter->disconnectDb().ignore();
236 m_poolCollectionConverter.reset();
237 }
238 ++m_inputCollectionsIterator;
239 m_poolCollectionConverter = getCollectionCnv();
240 if (m_poolCollectionConverter) {
241 m_headerIterator = m_poolCollectionConverter->selectAll();
242 } else {
243 break;
244 }
245 }
246 if (!m_poolCollectionConverter || m_headerIterator == nullptr) { // no event selected in any collection
247 m_inputCollectionsIterator = m_inputCollectionsProp.value().begin();
248 m_curCollection = 0;
249 m_poolCollectionConverter = getCollectionCnv();
250 if (!m_poolCollectionConverter) {
251 return StatusCode::SUCCESS;
252 }
253 m_headerIterator = m_poolCollectionConverter->selectAll();
254 while (m_headerIterator == nullptr || m_headerIterator->next() == 0) { // empty collection
255 if (m_poolCollectionConverter) {
256 m_poolCollectionConverter->disconnectDb().ignore();
257 m_poolCollectionConverter.reset();
258 }
259 ++m_inputCollectionsIterator;
260 m_poolCollectionConverter = getCollectionCnv();
261 if (m_poolCollectionConverter) {
262 m_headerIterator = m_poolCollectionConverter->selectAll();
263 } else {
264 break;
265 }
266 }
267 }
268 if (!m_poolCollectionConverter || m_headerIterator == nullptr) {
269 return StatusCode::SUCCESS;
270 }
271 const Token& headRef = m_headerIterator->eventRef();
272 const std::string fid = headRef.dbID().toString();
273 const int tech = headRef.technology();
274 ATH_MSG_VERBOSE("reinit(): First DataHeder Token=" << headRef.toString() );
275
276 // Check if File is BS, for which Incident is thrown by SingleEventInputSvc
277 if (tech != 0x00001000 && m_processMetadata.value() && !m_firedIncident) {
278 FileIncident firstInputFileIncident(name(), "FirstInputFile", "FID:" + fid, fid);
279 m_incidentSvc->fireIncident(firstInputFileIncident);
280 m_firedIncident = true;
281 }
282 return StatusCode::SUCCESS;
283}
constexpr void toString(std::span< char, StrLen > buf, bool uppercase=true) const noexcept
Automatic conversion to string representation.

◆ releaseContext()

StatusCode EventSelectorAthenaPool::releaseContext ( IEvtSelector::Context *& ctxt) const
overridevirtualinherited
Parameters
ctxt[IN] current event context is released.

Definition at line 593 of file EventSelectorAthenaPool.cxx.

593 {
594 return StatusCode::SUCCESS;
595}

◆ resetCriteria()

StatusCode EventSelectorAthenaPool::resetCriteria ( const std::string & criteria,
IEvtSelector::Context & ctxt ) const
overridevirtualinherited

Set a selection criteria.

Parameters
criteriafilter predicate (SQL-style WHERE clause)
ctxt[IN] current event context.

Definition at line 597 of file EventSelectorAthenaPool.cxx.

598 {
599 return StatusCode::SUCCESS;
600}

◆ rewind()

StatusCode EventSelectorAthenaPool::rewind ( IEvtSelector::Context & ctxt) const
overridevirtualinherited
Parameters
ctxt[IN/OUT] current event context is rewound to first event.

Definition at line 564 of file EventSelectorAthenaPool.cxx.

564 {
565 ATH_CHECK(reinit());
566 ctxt = EventContextAthenaPool(this);
567 return StatusCode::SUCCESS;
568}

◆ seek()

StatusCode DoubleEventSelectorAthenaPool::seek ( Context & ctxt,
int evtNum ) const
overridevirtual

Seek to a given event number.

Parameters
ctxt[IN/OUT] current event context.
evtNum[IN] The event number to which to seek.

Reimplemented from EventSelectorAthenaPool.

Definition at line 122 of file DoubleEventSelectorAthenaPool.cxx.

123{
124 ATH_MSG_DEBUG("DoubleEventSelectorAthenaPool::seek");
125
127 ATH_CHECK(m_secondarySelector->seek(ctxt, evtNum));
128
129 return StatusCode::SUCCESS;
130}
virtual StatusCode seek(Context &ctxt, int evtnum) const override
Seek to a given event number.

◆ size()

int DoubleEventSelectorAthenaPool::size ( Context & ctxt) const
overridevirtual

Return the size of the collection.

Parameters
ctxt[IN/OUT] current event context.

Reimplemented from EventSelectorAthenaPool.

Definition at line 133 of file DoubleEventSelectorAthenaPool.cxx.

134{
135 ATH_MSG_DEBUG("DoubleEventSelectorAthenaPool::size");
136
137 int sz1 = EventSelectorAthenaPool::size(ctxt);
138 int sz2 = m_secondarySelector->size(ctxt);
139
140 if (sz2 < sz1) {
141 ATH_MSG_WARNING("Fewer secondary input events than primary input events. Expect trouble!");
142 }
143
144 return sz1;
145}
virtual int size(Context &ctxt) const override
Return the size of the collection.

◆ start()

StatusCode EventSelectorAthenaPool::start ( )
overridevirtualinherited

Definition at line 285 of file EventSelectorAthenaPool.cxx.

285 {
286 if (m_poolCollectionConverter) {
287 // Reset iterators and apply new query
288 m_poolCollectionConverter->disconnectDb().ignore();
289 m_poolCollectionConverter.reset();
290 }
291 m_inputCollectionsIterator = m_inputCollectionsProp.value().begin();
292 m_curCollection = 0;
293 m_poolCollectionConverter = getCollectionCnv(true);
294 if (!m_poolCollectionConverter) {
295 ATH_MSG_INFO("No Events found in any Input Collections");
296 m_inputCollectionsIterator = m_inputCollectionsProp.value().end();
297 if (!m_inputCollectionsProp.value().empty()) {
298 --m_inputCollectionsIterator; //leave iterator in state of last input file
299 }
300 } else {
301 m_headerIterator = m_poolCollectionConverter->selectAll();
302 }
303 m_evtCount = 0;
304 delete m_endIter;
305 m_endIter = nullptr;
306 m_endIter = new EventContextAthenaPool(nullptr);
307 return StatusCode::SUCCESS;
308}

◆ stop()

StatusCode EventSelectorAthenaPool::stop ( )
overridevirtualinherited

Definition at line 310 of file EventSelectorAthenaPool.cxx.

310 {
311 // Fire EndInputFile for any file still open (the event loop may end
312 // before the file is fully read).
313 m_inputFileGuard.reset();
314
315 IEvtSelector::Context* ctxt(nullptr);
316 if (!releaseContext(ctxt).isSuccess()) {
317 ATH_MSG_WARNING("Cannot release context");
318 }
319 return StatusCode::SUCCESS;
320}
virtual StatusCode releaseContext(IEvtSelector::Context *&ctxt) const override

Member Data Documentation

◆ ATLAS_THREAD_SAFE [1/11]

std::vector<std::pair<long,long> > m_skipEventRanges EventSelectorAthenaPool::ATLAS_THREAD_SAFE
mutableprivateinherited

Definition at line 214 of file EventSelectorAthenaPool.h.

◆ ATLAS_THREAD_SAFE [2/11]

std::vector<int> m_firstEvt EventSelectorAthenaPool::ATLAS_THREAD_SAFE
mutableprivateinherited

Definition at line 207 of file EventSelectorAthenaPool.h.

◆ ATLAS_THREAD_SAFE [3/11]

std::vector<int> m_numEvt EventSelectorAthenaPool::ATLAS_THREAD_SAFE
mutableprivateinherited

Definition at line 206 of file EventSelectorAthenaPool.h.

◆ ATLAS_THREAD_SAFE [4/11]

ToolHandleArray<IAthenaSelectorTool> m_helperTools EventSelectorAthenaPool::ATLAS_THREAD_SAFE {this, "HelperTools", {}, ""}
mutableprivateinherited

HelperTools, vector of names of AlgTools that are executed by the EventSelector.

Definition at line 186 of file EventSelectorAthenaPool.h.

186{this, "HelperTools", {}, ""};

◆ ATLAS_THREAD_SAFE [5/11]

bool m_inputCollectionsChanged EventSelectorAthenaPool::ATLAS_THREAD_SAFE
mutableprivateinherited

flag to notify the EvSel that the inputs were changed and reinit() needs to be called ASAP

Definition at line 179 of file EventSelectorAthenaPool.h.

◆ ATLAS_THREAD_SAFE [6/11]

std::vector<std::string>::const_iterator m_inputCollectionsIterator EventSelectorAthenaPool::ATLAS_THREAD_SAFE
mutableprivateinherited

Definition at line 176 of file EventSelectorAthenaPool.h.

◆ ATLAS_THREAD_SAFE [7/11]

std::optional<InputFileIncidentGuard> m_inputFileGuard EventSelectorAthenaPool::ATLAS_THREAD_SAFE
mutableprivateinherited

RAII guard: guarantees a matching EndInputFile for every BeginInputFile.

Definition at line 158 of file EventSelectorAthenaPool.h.

◆ ATLAS_THREAD_SAFE [8/11]

std::map<SG::SourceID, int> m_activeEventsPerSource EventSelectorAthenaPool::ATLAS_THREAD_SAFE
mutableprivateinherited

Definition at line 156 of file EventSelectorAthenaPool.h.

◆ ATLAS_THREAD_SAFE [9/11]

Guid m_guid EventSelectorAthenaPool::ATLAS_THREAD_SAFE {}
mutableprivateinherited

Definition at line 155 of file EventSelectorAthenaPool.h.

155{};

◆ ATLAS_THREAD_SAFE [10/11]

std::unique_ptr<pool::ICollectionCursor> m_headerIterator EventSelectorAthenaPool::ATLAS_THREAD_SAFE {}
mutableprivateinherited

Definition at line 154 of file EventSelectorAthenaPool.h.

154{};

◆ ATLAS_THREAD_SAFE [11/11]

std::unique_ptr<PoolCollectionConverter> m_poolCollectionConverter EventSelectorAthenaPool::ATLAS_THREAD_SAFE {}
mutableprivateinherited

Definition at line 153 of file EventSelectorAthenaPool.h.

153{};

◆ m_athenaPoolCnvSvc

ServiceHandle<IAthenaPoolCnvSvc> EventSelectorAthenaPool::m_athenaPoolCnvSvc {this, "ConversionService", "AthenaPoolCnvSvc", ""}
privateinherited

Definition at line 160 of file EventSelectorAthenaPool.h.

160{this, "ConversionService", "AthenaPoolCnvSvc", ""};

◆ m_attrListKey

std::string EventSelectorAthenaPool::m_attrListKey {"Input"}
privateinherited

AttributeList SG key.

Definition at line 172 of file EventSelectorAthenaPool.h.

172{"Input"};

◆ m_callLock

CallMutex EventSelectorAthenaPool::m_callLock
mutableprivateinherited

Definition at line 220 of file EventSelectorAthenaPool.h.

◆ m_collectionType

Gaudi::Property<std::string> EventSelectorAthenaPool::m_collectionType {this, "CollectionType", "ImplicitCollection", ""}
privateinherited

CollectionType, type of the collection: default = "ImplicitCollection".

Definition at line 169 of file EventSelectorAthenaPool.h.

169{this, "CollectionType", "ImplicitCollection", ""};

◆ m_counterTool

ToolHandle<IAthenaSelectorTool> EventSelectorAthenaPool::m_counterTool {this, "CounterTool", "", ""}
privateinherited

Definition at line 187 of file EventSelectorAthenaPool.h.

187{this, "CounterTool", "", ""};

◆ m_curCollection

std::atomic_long EventSelectorAthenaPool::m_curCollection {}
mutableprivateinherited

Definition at line 205 of file EventSelectorAthenaPool.h.

205{};

◆ m_endIter

EventContextAthenaPool* EventSelectorAthenaPool::m_endIter {}
privateinherited

Definition at line 152 of file EventSelectorAthenaPool.h.

152{};

◆ m_eventsPerLB

Gaudi::CheckedProperty<uint32_t> EventSelectorAthenaPool::m_eventsPerLB {this, "EventsPerLB", 1000, ""}
privateinherited

Definition at line 201 of file EventSelectorAthenaPool.h.

201{this, "EventsPerLB", 1000, ""};

◆ m_eventsPerRun

Gaudi::CheckedProperty<uint64_t> EventSelectorAthenaPool::m_eventsPerRun {this, "EventsPerRun", 1000000, ""}
privateinherited

Definition at line 199 of file EventSelectorAthenaPool.h.

199{this, "EventsPerRun", 1000000, ""};

◆ m_evtCount

std::atomic_int EventSelectorAthenaPool::m_evtCount {}
mutableprivateinherited

Definition at line 216 of file EventSelectorAthenaPool.h.

216{}; // internal count of events

◆ m_firedIncident

std::atomic_bool EventSelectorAthenaPool::m_firedIncident {}
mutableprivateinherited

Definition at line 217 of file EventSelectorAthenaPool.h.

217{};

◆ m_firstEventNo

Gaudi::CheckedProperty<uint64_t> EventSelectorAthenaPool::m_firstEventNo {this, "FirstEvent", 1, ""}
privateinherited

Definition at line 197 of file EventSelectorAthenaPool.h.

197{this, "FirstEvent", 1, ""};

◆ m_firstLBNo

Gaudi::CheckedProperty<uint32_t> EventSelectorAthenaPool::m_firstLBNo {this, "FirstLB", 0, ""}
privateinherited

Definition at line 200 of file EventSelectorAthenaPool.h.

200{this, "FirstLB", 0, ""};

◆ m_incidentSvc

ServiceHandle<IIncidentSvc> EventSelectorAthenaPool::m_incidentSvc {this, "IncidentSvc", "IncidentSvc", ""}
privateinherited

Definition at line 161 of file EventSelectorAthenaPool.h.

161{this, "IncidentSvc", "IncidentSvc", ""};

◆ m_initTimeStamp

Gaudi::CheckedProperty<uint32_t> EventSelectorAthenaPool::m_initTimeStamp {this, "InitialTimeStamp", 0, ""}
privateinherited

Definition at line 202 of file EventSelectorAthenaPool.h.

202{this, "InitialTimeStamp", 0, ""};

◆ m_inputCollectionsProp

Gaudi::Property<std::vector<std::string> > EventSelectorAthenaPool::m_inputCollectionsProp {this, "InputCollections", {}, ""}
privateinherited

InputCollections, vector with names of the input collections.

Definition at line 175 of file EventSelectorAthenaPool.h.

175{this, "InputCollections", {}, ""};

◆ m_isSecondary

Gaudi::Property<bool> EventSelectorAthenaPool::m_isSecondary {this, "IsSecondary", false, ""}
privateinherited

IsSecondary, know if this is an instance of secondary event selector.

Definition at line 165 of file EventSelectorAthenaPool.h.

165{this, "IsSecondary", false, ""};

◆ m_keepInputFilesOpen

Gaudi::Property<bool> EventSelectorAthenaPool::m_keepInputFilesOpen {this, "KeepInputFilesOpen", false, ""}
privateinherited

KeepInputFilesOpen, boolean flag to keep files open after PoolCollection reaches end: default = false.

Needed for PilUp to run without PoolFileCatalog. Relies on POOL to close files when reaching DB_AGE_LIMIT.

Definition at line 183 of file EventSelectorAthenaPool.h.

183{this, "KeepInputFilesOpen", false, ""};

◆ m_oldRunNo

Gaudi::CheckedProperty<uint32_t> EventSelectorAthenaPool::m_oldRunNo {this, "OldRunNumber", 0, ""}
privateinherited

Definition at line 193 of file EventSelectorAthenaPool.h.

193{this, "OldRunNumber", 0, ""};

◆ m_overrideRunNumber

Gaudi::Property<bool> EventSelectorAthenaPool::m_overrideRunNumber {this, "OverrideRunNumber", false, ""}
privateinherited

Definition at line 194 of file EventSelectorAthenaPool.h.

194{this, "OverrideRunNumber", false, ""};

◆ m_overrideRunNumberFromInput

Gaudi::Property<bool> EventSelectorAthenaPool::m_overrideRunNumberFromInput {this, "OverrideRunNumberFromInput", false, ""}
privateinherited

Definition at line 195 of file EventSelectorAthenaPool.h.

195{this, "OverrideRunNumberFromInput", false, ""};

◆ m_processMetadata

Gaudi::Property<bool> EventSelectorAthenaPool::m_processMetadata {this, "ProcessMetadata", true, ""}
privateinherited

ProcessMetadata, switch on firing of FileIncidents which will trigger processing of metadata: default = true.

Definition at line 167 of file EventSelectorAthenaPool.h.

167{this, "ProcessMetadata", true, ""};

◆ m_runNo

Gaudi::CheckedProperty<uint32_t> EventSelectorAthenaPool::m_runNo {this, "RunNumber", 0, ""}
privateinherited

The following are included for compatibility with McEventSelector and are not really used.

However runNo, oldRunNo and overrideRunNumberFromInput are used to reset run number for simulated events, needed to use condition

Definition at line 192 of file EventSelectorAthenaPool.h.

192{this, "RunNumber", 0, ""};

◆ m_secondaryAttrListSuffix

Gaudi::Property<std::string> DoubleEventSelectorAthenaPool::m_secondaryAttrListSuffix {this, "SecondaryAttrListSuffix", "secondary", ""}
private

Definition at line 67 of file DoubleEventSelectorAthenaPool.h.

67{this, "SecondaryAttrListSuffix", "secondary", ""};

◆ m_secondaryByteStream

bool DoubleEventSelectorAthenaPool::m_secondaryByteStream {}
private

Definition at line 70 of file DoubleEventSelectorAthenaPool.h.

70{};

◆ m_secondarySelector

ServiceHandle<ISecondaryEventSelector> DoubleEventSelectorAthenaPool::m_secondarySelector {this, "SecondaryEventSelector", "SecondaryEventSelector", ""}
private

Definition at line 65 of file DoubleEventSelectorAthenaPool.h.

65{this, "SecondaryEventSelector", "SecondaryEventSelector", ""};

◆ m_skipEventRangesProp

Gaudi::Property<std::string> EventSelectorAthenaPool::m_skipEventRangesProp {this, "SkipEventRanges", {}, ""}
privateinherited

Skip Events - comma separated list of event to skip, ranges with '-': <start> - <end>.

Definition at line 213 of file EventSelectorAthenaPool.h.

213{this, "SkipEventRanges", {}, ""};

◆ m_skipEvents

Gaudi::Property<int> EventSelectorAthenaPool::m_skipEvents {this, "SkipEvents", 0, ""}
privateinherited

SkipEvents, numbers of events to skip: default = 0.

Definition at line 210 of file EventSelectorAthenaPool.h.

210{this, "SkipEvents", 0, ""};

◆ m_skipEventSequenceProp

Gaudi::Property<std::vector<long> > EventSelectorAthenaPool::m_skipEventSequenceProp {this, "SkipEventSequence", {}, ""}
privateinherited

Definition at line 211 of file EventSelectorAthenaPool.h.

211{this, "SkipEventSequence", {}, ""};

◆ m_sourceID

SG::SlotSpecificObj<SG::SourceID> EventSelectorAthenaPool::m_sourceID
privateinherited

Definition at line 222 of file EventSelectorAthenaPool.h.

◆ m_sourceID1

SG::SlotSpecificObj<SG::SourceID> DoubleEventSelectorAthenaPool::m_sourceID1
private

Definition at line 72 of file DoubleEventSelectorAthenaPool.h.

◆ m_sourceID2

SG::SlotSpecificObj<SG::SourceID> DoubleEventSelectorAthenaPool::m_sourceID2
private

Definition at line 73 of file DoubleEventSelectorAthenaPool.h.

◆ m_timeStampInterval

Gaudi::Property<uint32_t> EventSelectorAthenaPool::m_timeStampInterval {this, "TimeStampInterval", 0, ""}
privateinherited

Definition at line 203 of file EventSelectorAthenaPool.h.

203{this, "TimeStampInterval", 0, ""};

The documentation for this class was generated from the following files: