The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
TagCollectionStream Class Reference

Specialized output stream class for event tag collections, where the basic Event entry point should be placed as well into the collection itself. More...

#include <PersistencySvc/TagCollectionStream.h>

Inheritance diagram for TagCollectionStream:
Collaboration diagram for TagCollectionStream:

Public Member Functions

 TagCollectionStream (const std::string &name, ISvcLocator *pSvcLocator)
 Standard algorithm Constructor.
 
StatusCode initialize () override
 Initialize TagCollectionStream.
 
StatusCode finalize () override
 Terminate TagCollectionStream.
 
- Public Member Functions inherited from OutputStream
StatusCode start () override
 Start OutputStream.
 
StatusCode initialize () override
 Initialize OutputStream.
 
StatusCode finalize () override
 Terminate OutputStream.
 
StatusCode execute () override
 Working entry point.
 
virtual StatusCode connectConversionSvc ()
 
virtual bool collect (IRegistry *dir, int level)
 Store agent's classback.
 
virtual StatusCode collectObjects ()
 Collect all objects to be written to the output stream.
 
void clearSelection ()
 Clear list of selected objects.
 
- Public Member Functions inherited from Algorithm
 LegacyAlgorithmAdapter (std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
 
- Public Member Functions inherited from Gaudi::details::LegacyAlgorithmAdapter
 LegacyAlgorithmAdapter (std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
 
const EventContextgetContext () const
 
bool isExecuted () const
 Has this algorithm been executed since the last reset?
 
void setExecuted (bool state) const
 Set the executed flag to the specified state.
 
bool filterPassed () const
 Did this algorithm pass or fail its filter criterion for the last event?
 
void setFilterPassed (bool state) const
 Set the filter passed flag to the specified state.
 
- Public Member Functions inherited from Gaudi::Algorithm
 Algorithm (std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
 Constructor.
 
StatusCode sysStart () override
 Reinitialization method invoked by the framework.
 
StatusCode sysInitialize () override
 Initialization method invoked by the framework.
 
StatusCode sysReinitialize () override
 Reinitialization method invoked by the framework.
 
StatusCode sysRestart () override
 Restart method invoked by the framework.
 
StatusCode sysExecute (const EventContext &ctx) override
 The actions to be performed by the algorithm on an event.
 
StatusCode sysStop () override
 System stop.
 
StatusCode sysFinalize () override
 System finalization.
 
const std::string & name () const override
 The identifying name of the algorithm object.
 
const Gaudi::StringKeynameKey () const override
 
const std::string & type () const override
 The type of the algorithm object.
 
void setType (std::string type) override
 
const std::string & version () const override
 
unsigned int index () const override
 
StatusCode configure () override
 Dummy implementation of IStateful::configure() method.
 
StatusCode terminate () override
 Dummy implementation of IStateful::terminate() method.
 
StatusCode initialize () override
 the default (empty) implementation of IStateful::initialize() method
 
StatusCode start () override
 the default (empty) implementation of IStateful::start() method
 
StatusCode stop () override
 the default (empty) implementation of IStateful::stop() method
 
StatusCode finalize () override
 the default (empty) implementation of IStateful::finalize() method
 
StatusCode reinitialize () override
 the default (empty) implementation of IStateful::reinitialize() method
 
StatusCode restart () override
 the default (empty) implementation of IStateful::restart() method
 
Gaudi::StateMachine::State FSMState () const override
 returns the current state of the algorithm
 
Gaudi::StateMachine::State targetFSMState () const override
 returns the state the algorithm will be in after the ongoing transition
 
bool isEnabled () const override
 Is this algorithm enabled or disabled?
 
bool isSequence () const override
 Are we a Sequence?
 
unsigned int errorCount () const
 Get the number of failures of the algorithm.
 
SmartIF< IServiceservice (std::string_view name, const bool createIf=true, const bool quiet=false) const
 Return a pointer to the service identified by name (or "type/name")
 
template<class T>
SmartIF< T > service (std::string_view name, bool createIf=true, bool quiet=false) const
 
SmartIF< IAuditorSvc > & auditorSvc () const
 The standard auditor service.May not be invoked before sysInitialize() has been invoked.
 
SmartIF< IChronoStatSvc > & chronoSvc () const
 The standard Chrono & Stat service, Return a pointer to the service if present.
 
SmartIF< IDataProviderSvc > & detSvc () const
 The standard detector data service.
 
SmartIF< IConversionSvc > & detCnvSvc () const
 The standard detector data persistency conversion service.
 
SmartIF< IDataProviderSvc > & eventSvc () const
 The standard event data service.
 
SmartIF< IDataProviderSvc > & evtSvc () const
 shortcut for method eventSvc
 
SmartIF< IConversionSvc > & eventCnvSvc () const
 The standard event data persistency conversion service.
 
SmartIF< IHistogramSvc > & histoSvc () const
 The standard histogram service.
 
SmartIF< INTupleSvc > & ntupleSvc () const
 The standard N tuple service.
 
SmartIF< IRndmGenSvc > & randSvc () const
 The standard RandomGen service, Return a pointer to the service if present.
 
SmartIF< IToolSvc > & toolSvc () const
 The standard ToolSvc service, Return a pointer to the service if present.
 
SmartIF< IExceptionSvc > & exceptionSvc () const
 Get the exception Service.
 
SmartIF< IAlgContextSvc > & contextSvc () const
 get Algorithm Context Service
 
SmartIF< ITimelineSvc > & timelineSvc () const
 
SmartIF< ISvcLocator > & serviceLocator () const override
 The standard service locator.
 
SmartIF< ISvcLocator > & svcLoc () const
 shortcut for method serviceLocator
 
SmartIF< IHiveWhiteBoard > & whiteboard () const
 
SmartIF< IAlgExecStateSvc > & algExecStateSvc () const
 
bool registerContext () const
 register for Algorithm Context Service?
 
template<class T>
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, ToolHandle< T > &hndl, const std::string &doc="none")
 
template<class T>
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, ToolHandleArray< T > &hndlArr, const std::string &doc="none")
 
SmartIF< IMonitorSvc > & monitorSvc () const
 Access the monitor service.
 
template<class T>
void declareInfo (const std::string &name, const T &var, const std::string &desc) const
 Declare monitoring information.
 
void declareInfo (const std::string &name, const std::string &format, const void *var, int size, const std::string &desc) const
 Declare monitoring information (special case)
 
void acceptDHVisitor (IDataHandleVisitor *) const override
 
void registerTool (IAlgTool *tool) const
 
void deregisterTool (IAlgTool *tool) const
 
template<class T>
StatusCode declareTool (ToolHandle< T > &handle, bool createIf=true)
 
template<class T>
StatusCode declareTool (ToolHandle< T > &handle, const std::string &toolTypeAndName, bool createIf=true)
 
template<class T>
void addToolsArray (ToolHandleArray< T > &hndlArr)
 
const std::vector< IAlgTool * > & tools () const
 
bool isAsynchronous () const
 
void setAsynchronous (bool value)
 
unsigned int cardinality () const override
 Return the cardinality.
 
const std::vector< std::string > & neededResources () const override
 
AlgExecStateRef execState (const EventContext &ctx) const override
 get the AlgExecStateRef of current algorithm Actually a small wrapper around it, thus the plain object return type
 
std::ostream & toControlFlowExpression (std::ostream &os) const override
 Produce string represention of the control flow expression.
 
- Public Member Functions inherited from DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > > >
std::vector< Gaudi::DataHandle * > inputHandles () const override
 
std::vector< Gaudi::DataHandle * > outputHandles () const override
 
virtual const DataObjIDCollextraInputDeps () const override
 
virtual const DataObjIDCollextraOutputDeps () const override
 
void declare (Gaudi::DataHandle &handle) override
 
void renounce (Gaudi::DataHandle &handle) override
 
bool renounceInput (const DataObjID &id) override
 
const DataObjIDCollinputDataObjs () const override
 
const DataObjIDColloutputDataObjs () const override
 
void addDependency (const DataObjID &id, const Gaudi::DataHandle::Mode &mode) override
 
- Public Member Functions inherited from extends< PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >, IDataHandleHolder >
void const * i_cast (const InterfaceID &tid) const override
 Implementation of IInterface::i_cast.
 
StatusCode queryInterface (const InterfaceID &ti, void **pp) override
 Implementation of IInterface::queryInterface.
 
std::vector< std::string > getInterfaceNames () const override
 Implementation of IInterface::getInterfaceNames.
 
- Public Member Functions inherited from PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >
StatusCode setProperty (const Gaudi::Details::PropertyBase &p)
 Set the property from a property.
 
StatusCode setProperty (const std::string &name, const char *v)
 Special case for string literals.
 
StatusCode setProperty (const std::string &name, const std::string &v)
 Special case for std::string.
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value
 
 PropertyHolder ()=default
 
Gaudi::Details::PropertyBasedeclareProperty (Gaudi::Details::PropertyBase &prop)
 Declare a property.
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, TYPE &value, const std::string &doc="none")
 Helper to wrap a regular data member and use it as a regular property.
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none")
 Declare a PropertyBase instance setting name and documentation.
 
Gaudi::Details::PropertyBasedeclareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="")
 Declare a remote property.
 
StatusCode setProperty (const std::string &name, const Gaudi::Details::PropertyBase &p) override
 set the property from another property with a different name
 
StatusCode setProperty (const std::string &s) override
 set the property from the formatted string
 
StatusCode setProperty (const Gaudi::Details::PropertyBase &p)
 Set the property from a property.
 
StatusCode setProperty (const std::string &name, const char *v)
 Special case for string literals.
 
StatusCode setProperty (const std::string &name, const std::string &v)
 Special case for std::string.
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value
 
StatusCode setPropertyRepr (const std::string &n, const std::string &r) override
 set the property from name and value string representation
 
StatusCode getProperty (Gaudi::Details::PropertyBase *p) const override
 get the property
 
const Gaudi::Details::PropertyBasegetProperty (std::string_view name) const override
 get the property by name
 
StatusCode getProperty (std::string_view n, std::string &v) const override
 convert the property to the string
 
const std::vector< Gaudi::Details::PropertyBase * > & getProperties () const override
 get all properties
 
bool hasProperty (std::string_view name) const override
 Return true if we have a property with the given name.
 
Gaudi::Details::PropertyBaseproperty (std::string_view name) const
 \fixme property and bindPropertiesTo should be protected
 
void bindPropertiesTo (Gaudi::Interfaces::IOptionsSvc &optsSvc)
 
 PropertyHolder (const PropertyHolder &)=delete
 
PropertyHolderoperator= (const PropertyHolder &)=delete
 
- Public Member Functions inherited from CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > >
MSG::Level msgLevel () const
 get the cached level (originally extracted from the embedded MsgStream)
 
bool msgLevel (MSG::Level lvl) const
 get the output level from the embedded MsgStream
 
- Public Member Functions inherited from CommonMessagingBase
virtual ~CommonMessagingBase ()=default
 Virtual destructor.
 
const SmartIF< IMessageSvc > & msgSvc () const
 The standard message service.
 
MsgStreammsgStream () const
 Return an uninitialized MsgStream.
 
MsgStreammsgStream (const MSG::Level level) const
 Predefined configurable message stream for the efficient printouts.
 
MsgStreamalways () const
 shortcut for the method msgStream(MSG::ALWAYS)
 
MsgStreamfatal () const
 shortcut for the method msgStream(MSG::FATAL)
 
MsgStreamerr () const
 shortcut for the method msgStream(MSG::ERROR)
 
MsgStreamerror () const
 shortcut for the method msgStream(MSG::ERROR)
 
MsgStreamwarning () const
 shortcut for the method msgStream(MSG::WARNING)
 
MsgStreaminfo () const
 shortcut for the method msgStream(MSG::INFO)
 
MsgStreamdebug () const
 shortcut for the method msgStream(MSG::DEBUG)
 
MsgStreamverbose () const
 shortcut for the method msgStream(MSG::VERBOSE)
 
MsgStreammsg () const
 shortcut for the method msgStream(MSG::INFO)
 

Protected Member Functions

StatusCode writeObjects () override
 OutputStream override: Select the different objects and write them to file.
 
virtual StatusCode connectAddress ()
 Connect address column, if not already connected.
 
StatusCode writeData ()
 Write data objects.
 
StatusCode writeTuple ()
 Write tuple data.
 
StatusCode writeRecord ()
 Write full event record.
 
- Protected Member Functions inherited from OutputStream
Gaudi::AlgorithmdecodeAlgorithm (const std::string &theName)
 Decode a single algorithm name.
 
void decodeAlgorithms (Gaudi::Property< std::vector< std::string > > &theNames, std::vector< Gaudi::Algorithm * > &theAlgs)
 Decode specified list of Algorithms.
 
bool isEventAccepted () const
 Test whether this event should be output.
 
DataStoreItemfindItem (const std::string &path)
 Find single item identified by its path (exact match)
 
virtual bool hasInput () const
 Tell if the instance has been configured with input items or not.
 
- Protected Member Functions inherited from Gaudi::details::LegacyAlgorithmAdapter
bool isReEntrant () const override
 
- Protected Member Functions inherited from Gaudi::Algorithm
std::vector< IAlgTool * > & tools ()
 
bool isInitialized () const override
 Has the Algorithm already been initialized?
 
bool isFinalized () const override
 Has the Algorithm already been finalized?
 
void setIndex (const unsigned int &idx) override
 set instantiation index of Alg
 
bool isReEntrant () const override
 
- Protected Member Functions inherited from DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > > >
void initDataHandleHolder ()
 initializes all handles - called by the sysInitialize method of any descendant of this
 
- Protected Member Functions inherited from CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > >
MSG::Level setUpMessaging () const
 Set up local caches.
 
MSG::Level resetMessaging ()
 Reinitialize internal states.
 
void updateMsgStreamOutputLevel (int level)
 Update the output level of the cached MsgStream.
 

Protected Attributes

Gaudi::Property< std::string > m_addrLeaf
 
Gaudi::Property< std::string > m_addrColName
 
Gaudi::Property< std::string > m_collSvcName { this, "TagCollectionSvc", "NTupleSvc", "name of the collection service" }
 
Gaudi::Property< bool > m_objectsFirst
 
Gaudi::Property< std::string > m_tagName { this, "Collection", "", "name of the tag collection in the transient store" }
 
INTupleItemm_addrColumn = nullptr
 NTuple column to hold the opaque address of the address leaf.
 
std::string m_topLeafName
 Name of the top leaf (performance cache)
 
bool m_isTopLeaf = false
 Short cut flag to indicate if the address leaf is the top leaf (performace cache)
 
SmartIF< INTupleSvcm_collectionSvc
 Keep reference to the tuple service.
 
std::unique_ptr< GenericAddressm_addr
 Address buffer.
 
NTuple::Item< IOpaqueAddress * > m_item
 Address item buffer.
 
- Protected Attributes inherited from OutputStream
Gaudi::Property< ItemNamesm_itemNames { this, "ItemList", {}, "vector of item names to be saved to this stream" }
 
Gaudi::Property< ItemNamesm_optItemNames
 
Gaudi::Property< AlgDependentItemNamesm_algDependentItemList
 
Gaudi::Property< bool > m_doPreLoad
 
Gaudi::Property< bool > m_doPreLoadOpt
 
Gaudi::Property< std::string > m_output { this, "Output", {}, "name of the output file specification" }
 
Gaudi::Property< std::string > m_outputName { this, "OutputFile", {}, "name of the output file" }
 
Gaudi::Property< std::string > m_storeName
 
Gaudi::Property< std::string > m_persName
 
Gaudi::Property< std::vector< std::string > > m_acceptNames
 
Gaudi::Property< std::vector< std::string > > m_requireNames
 
Gaudi::Property< std::vector< std::string > > m_vetoNames
 
Gaudi::Property< bool > m_verifyItems
 
bool m_fireIncidents = true
 should I fire incidents for writing opening/closing etc?
 
SmartIF< IIncidentSvcm_incidentSvc
 Reference to the incident service.
 
std::string m_outputType = "UPDATE"
 Output type: NEW(NEW,CREATE,WRITE,RECREATE), UPDATE)
 
SmartIF< IDataProviderSvcm_pDataProvider
 Keep reference to the data provider service.
 
SmartIF< IDataManagerSvcm_pDataManager
 Keep reference to the data manager service.
 
SmartIF< IConversionSvcm_pConversionSvc
 Keep reference to the data conversion service.
 
DataStoreItemm_currentItem
 Keep track of the current item.
 
Items m_itemList
 Vector of items to be saved to this stream.
 
Items m_optItemList
 Vector of optional items to be saved to this stream.
 
AlgDependentItems m_algDependentItems
 Items to be saved for specific algorithms.
 
IDataSelector m_objects
 Collection of objects being selected.
 
int m_events
 Number of events written to this output stream.
 
std::vector< Gaudi::Algorithm * > m_acceptAlgs
 Vector of Algorithms that this stream accepts.
 
std::vector< Gaudi::Algorithm * > m_requireAlgs
 Vector of Algorithms that this stream requires.
 
std::vector< Gaudi::Algorithm * > m_vetoAlgs
 Vector of Algorithms that this stream is vetoed by.
 
- Protected Attributes inherited from Gaudi::Algorithm
std::unique_ptr< IDataHandleVisitorm_updateDataHandles
 Hook for for derived classes to provide a custom visitor for data handles.
 
- Protected Attributes inherited from DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > > >
DataObjIDColl m_inputDataObjs
 
DataObjIDColl m_outputDataObjs
 

Additional Inherited Members

- Public Types inherited from OutputStream
typedef std::vector< DataStoreItem * > Items
 
typedef std::vector< std::string > ItemNames
 
typedef std::map< Gaudi::Algorithm *, ItemsAlgDependentItems
 
typedef std::map< std::string, ItemNamesAlgDependentItemNames
 
- Public Types inherited from Gaudi::Algorithm
typedef Gaudi::PluginService::Factory< IAlgorithm *(const std::string &, ISvcLocator *)> Factory
 
- Public Types inherited from extends< PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >, IDataHandleHolder >
using base_class
 Typedef to this class.
 
using extend_interfaces_base
 Typedef to the base of this class.
 
- Public Types inherited from PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >
using PropertyHolderImpl
 Typedef used to refer to this class from derived classes, as in.
 
- Public Types inherited from CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > >
using base_class
 
- Public Types inherited from extend_interfaces< Interfaces... >
using ext_iids
 take union of the ext_iids of all Interfaces...
 
- Public Attributes inherited from Gaudi::Algorithm
friend AlgorithmManager
 

Detailed Description

Specialized output stream class for event tag collections, where the basic Event entry point should be placed as well into the collection itself.

The TagCollectionStream is a rather specialized object combining features of NTuple I/O and object I/O. The main working points are:

1) Write a "normal" tag collection. The address column [property AddressColumn, default:"Address"] is added to the Ntuple identified by its name [mandatory property Collection]. The address column is set to the opaque address of the specified leaf [property "AddressLeaf", default:"/Event"]. The NTuple must be registered to the TES of the service [property: TagCollectionSvc, default:"NTupleSvc"]. This is the normal mode event tag collections work.

2) Write a tag collection with "REDIRECTED INPUT". Example: The collection is created from an intermediate file (MINI DST), but the Address column of the NTuple should point to the file e.g. containing the raw data.

  • Set the property "AddressLeaf" to something different from "/Event" e.g. "/Event/DAQ/RawEvent"

Note: The actual address of "/Event" get changed. No other output should be created after writing such a tag collection.

3) Write an "EMBEDDED COLLECTION". In this mode the OutputStream and the NTuple stream are combined. depending on the property TagCollectionStream.ObjectsFirst the objects are written first and the the tags. The tag file and the file containing the objects may be identical.

Note:

  • Also if the OutputStream features are NOT used, the options must still be properly set.
  • Tags or objects are only written to the output stream if the event is accepted according to the output stream criteria (veto algorithms, etc.)
  • If the address column is not present in the N-tuple (ie. it was not added by the N-tuple creator), it is automatically added at the first write attempt.
  • If the logical N-tuple output file is not yet connected to the tuple service, it is automatically connected to the the same as the OutputStream device.

Author: M.Frank Version: 1.0

Definition at line 70 of file TagCollectionStream.h.

Constructor & Destructor Documentation

◆ TagCollectionStream()

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

Standard algorithm Constructor.

Definition at line 27 of file TagCollectionStream.cpp.

28 : OutputStream( nam, pSvc ), m_addr{ new GenericAddress() } {}
std::unique_ptr< GenericAddress > m_addr
Address buffer.

Member Function Documentation

◆ connectAddress()

StatusCode TagCollectionStream::connectAddress ( )
protectedvirtual

Connect address column, if not already connected.

Definition at line 31 of file TagCollectionStream.cpp.

31 {
33 if ( !nt ) {
34 error() << "Failed to connect to the tag collection " << m_tagName << endmsg;
36 }
37 m_addrColumn = nt->find( m_addrColName );
39 StatusCode sc = nt->addItem( m_addrColName, m_item );
40 if ( sc.isSuccess() ) {
41 m_addrColumn = m_item.operator->();
42 return sc;
43 }
44 error() << "Failed to add the address column:" << m_addrColName << " to the tag collection " << m_tagName << endmsg;
45 return sc;
46}
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition MsgStream.h:198
SmartDataPtr< NTuple::Tuple > NTuplePtr
Definition NTuple.h:1019
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
bool isSuccess() const
Definition StatusCode.h:314
constexpr static const auto SUCCESS
Definition StatusCode.h:99
constexpr static const auto FAILURE
Definition StatusCode.h:100
Gaudi::Property< std::string > m_addrColName
SmartIF< INTupleSvc > m_collectionSvc
Keep reference to the tuple service.
Gaudi::Property< std::string > m_tagName
INTupleItem * m_addrColumn
NTuple column to hold the opaque address of the address leaf.
NTuple::Item< IOpaqueAddress * > m_item
Address item buffer.

◆ finalize()

StatusCode TagCollectionStream::finalize ( )
override

Terminate TagCollectionStream.

Definition at line 100 of file TagCollectionStream.cpp.

100 {
101 StatusCode status = OutputStream::finalize();
102 m_collectionSvc.reset();
103 m_addrColumn = nullptr;
104 return status;
105}
StatusCode finalize() override
Terminate OutputStream.

◆ initialize()

StatusCode TagCollectionStream::initialize ( )
override

Initialize TagCollectionStream.

Definition at line 49 of file TagCollectionStream.cpp.

49 {
50 using Parser = Gaudi::Utils::AttribStringParser;
51 std::string log_node, log_file, logical_name;
53 if ( m_collectionSvc ) {
54 std::string tmp;
55 for ( auto attrib : Parser( m_output ) ) {
56 switch ( ::toupper( attrib.tag[0] ) ) {
57 case 'C':
58 m_tagName = std::move( attrib.value );
59 break;
60 case 'A':
61 m_addrLeaf = std::move( attrib.value );
62 break;
63 default:
64 tmp += attrib.tag + "='" + attrib.value + "' ";
65 break;
66 }
67 }
68 m_output = std::move( tmp );
69 {
70 auto& tag = m_tagName.value();
71 std::string::size_type idx = ( tag[0] == SEPARATOR ) ? tag.find( SEPARATOR, 1 ) : 0;
72 log_node = tag.substr( idx, tag.find( SEPARATOR, idx + 1 ) );
73 }
74 log_file = log_node + " " + m_output + " SHARED='YES'";
75 }
76 m_addrColumn = nullptr; // reset pointer to item column
77 auto sc = OutputStream::initialize(); // Now initialize the base class
78 if ( sc.isSuccess() ) {
79 auto src_mgr = m_collectionSvc.as<IDataSourceMgr>();
80 if ( src_mgr ) {
81 auto data_mgr = m_collectionSvc.as<IDataManagerSvc>();
82 if ( data_mgr ) {
83 logical_name = data_mgr->rootName();
84 logical_name += SEPARATOR;
85 logical_name += log_node;
87 m_addrLeaf.value().substr( 0, m_addrLeaf.value().find( SEPARATOR, m_addrLeaf[0] == '/' ? 1 : 0 ) );
89 if ( src_mgr->isConnected( logical_name ) ) return sc;
90 sc = src_mgr->connect( log_file );
91 if ( sc.isSuccess() ) return sc;
92 }
93 }
94 }
95 error() << "Failed to initialize TagCollection Stream." << endmsg;
97}
void toupper(std::string &s)
SmartIF< IService > service(std::string_view name, const bool createIf=true, const bool quiet=false) const
Return a pointer to the service identified by name (or "type/name")
StatusCode initialize() override
Initialize OutputStream.
Gaudi::Property< std::string > m_output
Gaudi::Property< std::string > m_addrLeaf
std::string m_topLeafName
Name of the top leaf (performance cache)
Gaudi::Property< std::string > m_collSvcName
bool m_isTopLeaf
Short cut flag to indicate if the address leaf is the top leaf (performace cache)

◆ writeData()

StatusCode TagCollectionStream::writeData ( )
protected

Write data objects.

Definition at line 118 of file TagCollectionStream.cpp.

118 {
119 StatusCode sc = OutputStream::writeObjects();
120 if ( !sc.isSuccess() ) {
121 error() << "Failed to write tag collection " << m_tagName << ". "
122 << "[Object write error]" << endmsg;
123 }
124 return sc;
125}
virtual StatusCode writeObjects()
Select the different objects and write them to file.

◆ writeObjects()

StatusCode TagCollectionStream::writeObjects ( )
overrideprotectedvirtual

OutputStream override: Select the different objects and write them to file.

Reimplemented from OutputStream.

Definition at line 134 of file TagCollectionStream.cpp.

134 {
135 StatusCode status = !m_addrColumn ? connectAddress() : StatusCode::SUCCESS;
136 if ( status.isSuccess() ) {
137 status = m_objectsFirst ? writeData() : StatusCode::SUCCESS;
138 if ( status.isSuccess() && !m_addrColName.empty() ) {
139 SmartDataPtr<DataObject> top( eventSvc(), m_topLeafName );
140 if ( !top ) {
141 error() << "Failed to write tag collection " << m_tagName << ". " << m_topLeafName << " not found." << endmsg;
142 return StatusCode::FAILURE;
143 }
144 IOpaqueAddress* pA = top->registry()->address();
145 if ( !pA ) {
146 error() << "Failed to write tag collection " << m_tagName << ". " << m_topLeafName << "'s address not found."
147 << endmsg;
148 return StatusCode::FAILURE;
149 }
150 std::string* par = (std::string*)m_addr->par();
151 unsigned long* ipar = (unsigned long*)m_addr->ipar();
152 m_addr->setClID( pA->clID() );
153 m_addr->setSvcType( pA->svcType() );
154 par[0] = pA->par()[0];
155 par[1] = pA->par()[1];
156 ipar[0] = pA->ipar()[0];
157 ipar[1] = pA->ipar()[1];
158 *(IOpaqueAddress**)( m_addrColumn->buffer() ) = m_addr.get();
159 if ( m_isTopLeaf ) return writeRecord();
160 // Handle redirection mode. Normal tag collection mode
161 // is the same like leaving this out....
162 SmartDataPtr<DataObject> leaf( eventSvc(), m_addrLeaf );
163 if ( !leaf ) {
164 error() << "Failed to write tag collection " << m_tagName << ". " << m_addrLeaf << " not found." << endmsg;
165 return StatusCode::FAILURE;
166 }
167 IOpaqueAddress* redir = leaf->registry()->address();
168 if ( !redir ) {
169 error() << "Failed to write tag collection " << m_tagName << ". " << m_addrLeaf << "'s address not found."
170 << endmsg;
171 return StatusCode::FAILURE;
172 }
173 par[0] = redir->par()[0];
174 ipar[0] = ~0x0;
175 ipar[1] = redir->ipar()[1];
176 return writeRecord();
177 }
178 }
179 return status;
180}
SmartIF< IDataProviderSvc > & eventSvc() const
The standard event data service.
virtual long svcType() const =0
Retrieve service type.
virtual const unsigned long * ipar() const =0
Access to generic link parameters.
virtual const CLID & clID() const =0
Retrieve class information from link.
virtual const std::string * par() const =0
Retrieve String parameters.
StatusCode writeData()
Write data objects.
StatusCode writeRecord()
Write full event record.
virtual StatusCode connectAddress()
Connect address column, if not already connected.
Gaudi::Property< bool > m_objectsFirst

◆ writeRecord()

StatusCode TagCollectionStream::writeRecord ( )
protected

Write full event record.

Definition at line 128 of file TagCollectionStream.cpp.

128 {
129 if ( writeTuple().isSuccess() ) { return m_objectsFirst ? StatusCode::SUCCESS : writeData(); }
130 return StatusCode::FAILURE;
131}
StatusCode writeTuple()
Write tuple data.

◆ writeTuple()

StatusCode TagCollectionStream::writeTuple ( )
protected

Write tuple data.

Definition at line 108 of file TagCollectionStream.cpp.

108 {
109 StatusCode sc = m_collectionSvc->writeRecord( m_tagName );
110 if ( !sc.isSuccess() ) {
111 error() << "Failed to write tag collection " << m_tagName << ". "
112 << "[Tuple write error]" << endmsg;
113 }
114 return sc;
115}

Member Data Documentation

◆ m_addr

std::unique_ptr<GenericAddress> TagCollectionStream::m_addr
protected

Address buffer.

Definition at line 90 of file TagCollectionStream.h.

◆ m_addrColName

Gaudi::Property<std::string> TagCollectionStream::m_addrColName
protected
Initial value:
{ this, "AddressColumn", "Address",
"name of the address column of the tag collection" }

Definition at line 74 of file TagCollectionStream.h.

74 { this, "AddressColumn", "Address",
75 "name of the address column of the tag collection" };

◆ m_addrColumn

INTupleItem* TagCollectionStream::m_addrColumn = nullptr
protected

NTuple column to hold the opaque address of the address leaf.

Definition at line 82 of file TagCollectionStream.h.

◆ m_addrLeaf

Gaudi::Property<std::string> TagCollectionStream::m_addrLeaf
protected
Initial value:
{ this, "AddressLeaf", "/Event",
"name of the address leaf in the transient event store" }

Definition at line 72 of file TagCollectionStream.h.

72 { this, "AddressLeaf", "/Event",
73 "name of the address leaf in the transient event store" };

◆ m_collectionSvc

SmartIF<INTupleSvc> TagCollectionStream::m_collectionSvc
protected

Keep reference to the tuple service.

Definition at line 88 of file TagCollectionStream.h.

◆ m_collSvcName

Gaudi::Property<std::string> TagCollectionStream::m_collSvcName { this, "TagCollectionSvc", "NTupleSvc", "name of the collection service" }
protected

Definition at line 76 of file TagCollectionStream.h.

76{ this, "TagCollectionSvc", "NTupleSvc", "name of the collection service" };

◆ m_isTopLeaf

bool TagCollectionStream::m_isTopLeaf = false
protected

Short cut flag to indicate if the address leaf is the top leaf (performace cache)

Definition at line 86 of file TagCollectionStream.h.

◆ m_item

NTuple::Item<IOpaqueAddress*> TagCollectionStream::m_item
protected

Address item buffer.

Definition at line 92 of file TagCollectionStream.h.

◆ m_objectsFirst

Gaudi::Property<bool> TagCollectionStream::m_objectsFirst
protected
Initial value:
{ this, "ObjectsFirst", true,
"flag to indicate that the objects should be written first" }

Definition at line 77 of file TagCollectionStream.h.

77 { this, "ObjectsFirst", true,
78 "flag to indicate that the objects should be written first" };

◆ m_tagName

Gaudi::Property<std::string> TagCollectionStream::m_tagName { this, "Collection", "", "name of the tag collection in the transient store" }
protected

Definition at line 79 of file TagCollectionStream.h.

79{ this, "Collection", "", "name of the tag collection in the transient store" };

◆ m_topLeafName

std::string TagCollectionStream::m_topLeafName
protected

Name of the top leaf (performance cache)

Definition at line 84 of file TagCollectionStream.h.


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