Go to the documentation of this file.
20 #ifndef GAUDISVC_PERSISTENCYSVC_EVTCOLLECTIONSTREAM_H
21 #define GAUDISVC_PERSISTENCYSVC_EVTCOLLECTIONSTREAM_H
39 "name of the service managing the data store" };
63 #endif // GAUDISVC_PERSISTENCYSVC_EVTCOLLECTIONSTREAM_H
StatusCode execute() override
Working entry point.
Alias for backward compatibility.
std::vector< std::unique_ptr< DataStoreItem > > m_itemList
Vector of items to be saved to this stream.
void clearItems()
Clear item list.
A small to stream Data I/O.
StatusCode initialize() override
Initialize EvtCollectionStream.
StatusCode finalize() override
Terminate EvtCollectionStream.
Gaudi::Property< std::string > m_storeName
SmartIF< INTupleSvc > m_pTupleSvc
Reference to Tuple service for event collection (may or may not be NTuple service)
Algorithm(std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
Constructor.
void addItem(const std::string &descriptor)
Add item to output streamer list.
Gaudi::Property< std::vector< std::string > > m_itemNames
Implementation of property with value of concrete type.