Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef ATHENAROOTCOMPS_ATHENA_XAODEVENTSELECTOR_H
12 #define ATHENAROOTCOMPS_ATHENA_XAODEVENTSELECTOR_H 1
17 #include "GaudiKernel/IEvtSelector.h"
18 #include "GaudiKernel/IIoComponent.h"
19 #include "GaudiKernel/IIncidentSvc.h"
20 #include "GaudiKernel/MsgStream.h"
21 #include "Gaudi/Property.h"
22 #include "GaudiKernel/ServiceHandle.h"
32 #include <unordered_map>
40 namespace Athena {
class xAODEventContext; }
48 public extends<::AthService,
74 virtual void handle(
const Incident& incident)
override;
78 virtual StatusCode createContext( Context*& refpCtxt )
const override;
80 virtual StatusCode last( Context& refContext )
const override;
82 virtual StatusCode next( Context& refCtxt,
int jump )
const override;
85 virtual StatusCode rewind( Context& refCtxt )
const override;
87 virtual StatusCode createAddress(
const Context& refCtxt,
88 IOpaqueAddress*& )
const override;
89 virtual StatusCode releaseContext( Context*& refCtxt )
const override;
90 virtual StatusCode resetCriteria(
const std::string& cr,
91 Context& ctx )
const override;
100 virtual StatusCode seek (Context& refCtxt,
int evtnum)
const override;
106 virtual int curEvent (
const Context& refCtxt)
const override;
126 const EventContext& ctx)
override;
130 virtual int size (Context& refCtxt)
const override;
141 TFile* fetchNtupleFile(
const std::string&
fname)
const;
144 StatusCode createMetaDataRootBranchAddresses()
const;
155 int find_coll_idx(
int evtidx)
const;
233 bool m_fillEventInfo =
false;
235 bool m_readMetadataWithPool =
false;
237 bool m_printPerfStats =
false;
239 bool m_printEventProxyWarnings =
true;
241 #ifndef XAOD_ANALYSIS
254 #endif //> ATHENAROOTCOMPS_ATHENA_XAODEVENTSELECTOR_H
long m_nbrEvts
Number of Events read so far.
ServiceHandle< IProxyProviderSvc > m_ppSvc
Handle to the proxy provider svc.
def finalize(self)
_info( "content of StoreGate..." ) self.sg.dump()
std::unordered_map< SG::TransientAddress *, bool > m_rootAddresses
long m_skipEvts
Number of events to skip at the beginning.
std::vector< CollMetaData > m_collEvts
cache of the number of entries for each collection
StringArrayProperty m_inputCollectionsName
List of input files containing TTree.
StringProperty m_tupleName
Name of TTree to load from collection of input files.
xAOD::xAODTEvent * m_tevent
current TEvent being read
long m_curEvt
current event index
The Athena Transient Store API.
Some weak symbol referencing magic...
::StatusCode StatusCode
StatusCode definition for legacy code.
ServiceHandle< IPoolSvc > m_poolSvc
Handle to the PoolSvc (used in Hybrid mode when user is reading metadata with pool)
ServiceHandle< StoreGateSvc > m_ometaStore
Pointer to the StoreGateSvc output metadata store.
ServiceHandle< IDictLoaderSvc > m_dictsvc
Pointer to the IDictLoaderSvc.
This file contains the class definition for the IPoolSvc interface class.
StringProperty m_metadataName
Name of TTree to load from metadata of input files.
ServiceHandle< StoreGateSvc > m_imetaStore
Pointer to the StoreGateSvc input metadata store.
StringProperty m_collectionType
long m_collIdx
current collection index (into m_inputCollectionsName)
TFile * m_tfile
current TFile being read
Class implementing the GAUDI IEvtSelector interface using ROOT TTree as a backend.
Extension to IEvtSelector to allow for seeking.
Define macros for attributes used to control the static checker.
ServiceHandle< IIncidentSvc > m_incsvc
Handle to the incident service.
ServiceHandle< IClassIDSvc > m_clidsvc
Pointer to the IClassIDSvc.
ServiceHandle< StoreGateSvc > m_dataStore
Pointer to the StoreGateSvc event store.
void DebugAids::stacktraceLine ATLAS_NOT_THREAD_SAFE(IOFD fd, unsigned long addr)
Write out stack trace line to FD.