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 initialize() override
Initialize EvtCollectionStream.
Gaudi::Property< std::vector< std::string > > m_itemNames
Implementation of property with value of concrete type.
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.
Gaudi::Property< std::string > m_storeName
This class is used for returning status codes from appropriate routines.
std::vector< std::unique_ptr< DataStoreItem > > m_itemList
Vector of items to be saved to this stream.
Alias for backward compatibility.
void clearItems()
Clear item list.
void addItem(const std::string &descriptor)
Add item to output streamer list.
StatusCode finalize() override
Terminate EvtCollectionStream.
StatusCode execute() override
Working entry point.
A small to stream Data I/O.