The Gaudi Framework  master (594c33fa)
TagCollectionStream Class Reference

#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. More...
 
StatusCode initialize () override
 Initialize TagCollectionStream. More...
 
StatusCode finalize () override
 Terminate TagCollectionStream. More...
 
- Public Member Functions inherited from OutputStream
StatusCode start () override
 Start OutputStream. More...
 
StatusCode initialize () override
 Initialize OutputStream. More...
 
StatusCode finalize () override
 Terminate OutputStream. More...
 
StatusCode execute () override
 Working entry point. More...
 
virtual StatusCode connectConversionSvc ()
 
virtual bool collect (IRegistry *dir, int level)
 Store agent's classback. More...
 
virtual StatusCode collectObjects ()
 Collect all objects to be written to the output stream. More...
 
void clearSelection ()
 Clear list of selected objects. More...
 
- 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? More...
 
void setExecuted (bool state) const
 Set the executed flag to the specified state. More...
 
bool filterPassed () const
 Did this algorithm pass or fail its filter criterion for the last event? More...
 
void setFilterPassed (bool state) const
 Set the filter passed flag to the specified state. More...
 
- Public Member Functions inherited from Gaudi::Algorithm
 Algorithm (std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
 Constructor. More...
 
StatusCode sysStart () override
 Reinitialization method invoked by the framework. More...
 
StatusCode sysInitialize () override
 Initialization method invoked by the framework. More...
 
StatusCode sysReinitialize () override
 Reinitialization method invoked by the framework. More...
 
StatusCode sysRestart () override
 Restart method invoked by the framework. More...
 
StatusCode sysExecute (const EventContext &ctx) override
 The actions to be performed by the algorithm on an event. More...
 
StatusCode sysStop () override
 System stop. More...
 
StatusCode sysFinalize () override
 System finalization. More...
 
const std::stringname () const override
 The identifying name of the algorithm object. More...
 
const Gaudi::StringKeynameKey () const override
 
const std::stringtype () const override
 The type of the algorithm object. More...
 
void setType (std::string type) override
 
const std::stringversion () const override
 
unsigned int index () const override
 
StatusCode configure () override
 Dummy implementation of IStateful::configure() method. More...
 
StatusCode terminate () override
 Dummy implementation of IStateful::terminate() method. More...
 
StatusCode initialize () override
 the default (empty) implementation of IStateful::initialize() method More...
 
StatusCode start () override
 the default (empty) implementation of IStateful::start() method More...
 
StatusCode stop () override
 the default (empty) implementation of IStateful::stop() method More...
 
StatusCode finalize () override
 the default (empty) implementation of IStateful::finalize() method More...
 
StatusCode reinitialize () override
 the default (empty) implementation of IStateful::reinitialize() method More...
 
StatusCode restart () override
 the default (empty) implementation of IStateful::restart() method More...
 
Gaudi::StateMachine::State FSMState () const override
 returns the current state of the algorithm More...
 
Gaudi::StateMachine::State targetFSMState () const override
 returns the state the algorithm will be in after the ongoing transition More...
 
bool isEnabled () const override
 Is this algorithm enabled or disabled? More...
 
bool isSequence () const override
 Are we a Sequence? More...
 
unsigned int errorCount () const
 Get the number of failures of the algorithm. More...
 
template<class T >
StatusCode service (std::string_view name, T *&psvc, bool createIf=true) const
 Access a service by name, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode service (std::string_view svcType, std::string_view svcName, T *&psvc) const
 Access a service by name and type, creating it if it doesn't already exist. More...
 
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") More...
 
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. More...
 
SmartIF< IChronoStatSvc > & chronoSvc () const
 The standard Chrono & Stat service, Return a pointer to the service if present. More...
 
SmartIF< IDataProviderSvc > & detSvc () const
 The standard detector data service. More...
 
SmartIF< IConversionSvc > & detCnvSvc () const
 The standard detector data persistency conversion service. More...
 
SmartIF< IDataProviderSvc > & eventSvc () const
 The standard event data service. More...
 
SmartIF< IDataProviderSvc > & evtSvc () const
 shortcut for method eventSvc More...
 
SmartIF< IConversionSvc > & eventCnvSvc () const
 The standard event data persistency conversion service. More...
 
SmartIF< IHistogramSvc > & histoSvc () const
 The standard histogram service. More...
 
SmartIF< INTupleSvc > & ntupleSvc () const
 The standard N tuple service. More...
 
SmartIF< IRndmGenSvc > & randSvc () const
 The standard RandomGen service, Return a pointer to the service if present. More...
 
SmartIF< IToolSvc > & toolSvc () const
 The standard ToolSvc service, Return a pointer to the service if present. More...
 
SmartIF< IExceptionSvc > & exceptionSvc () const
 Get the exception Service. More...
 
SmartIF< IAlgContextSvc > & contextSvc () const
 get Algorithm Context Service More...
 
SmartIF< ITimelineSvc > & timelineSvc () const
 
SmartIF< ISvcLocator > & serviceLocator () const override
 The standard service locator. More...
 
SmartIF< ISvcLocator > & svcLoc () const
 shortcut for method serviceLocator More...
 
SmartIF< IHiveWhiteBoard > & whiteboard () const
 
SmartIF< IAlgExecStateSvc > & algExecStateSvc () const
 
bool registerContext () const
 register for Algorithm Context Service? More...
 
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. More...
 
template<class T >
void declareInfo (const std::string &name, const T &var, const std::string &desc) const
 Declare monitoring information. More...
 
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) More...
 
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, std::string toolTypeAndName, bool createIf=true)
 
template<class T >
void addToolsArray (ToolHandleArray< T > &hndlArr)
 
const std::vector< IAlgTool * > & tools () const
 
bool isBlocking () const
 
void setBlocking (bool value)
 
unsigned int cardinality () const override
 Return the cardinality. More...
 
const std::vector< std::string > & neededResources () const override
 
AlgExecStateexecState (const EventContext &ctx) const override
 reference to AlgExecState of Alg More...
 
std::ostreamtoControlFlowExpression (std::ostream &os) const override
 Produce string represention of the control flow expression. More...
 
- 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 * i_cast (const InterfaceID &tid) const override
 Implementation of IInterface::i_cast. More...
 
StatusCode queryInterface (const InterfaceID &ti, void **pp) override
 Implementation of IInterface::queryInterface. More...
 
std::vector< std::stringgetInterfaceNames () const override
 Implementation of IInterface::getInterfaceNames. More...
 
- Public Member Functions inherited from PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >
 PropertyHolder ()=default
 
Gaudi::Details::PropertyBasedeclareProperty (Gaudi::Details::PropertyBase &prop)
 Declare a property. More...
 
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. More...
 
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. More...
 
Gaudi::Details::PropertyBasedeclareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="")
 Declare a remote property. More...
 
StatusCode setProperty (const std::string &name, const Gaudi::Details::PropertyBase &p) override
 set the property from another property with a different name More...
 
StatusCode setProperty (const std::string &s) override
 set the property from the formatted string More...
 
StatusCode setProperty (const Gaudi::Details::PropertyBase &p)
 Set the property from a property. More...
 
virtual StatusCode setProperty (const std::string &name, const Gaudi::Details::PropertyBase &p)=0
 Set the property from a property with a different name. More...
 
virtual StatusCode setProperty (const std::string &s)=0
 Set the property by string. More...
 
StatusCode setProperty (const std::string &name, const char *v)
 Special case for string literals. More...
 
StatusCode setProperty (const std::string &name, const std::string &v)
 Special case for std::string. More...
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value More...
 
StatusCode setPropertyRepr (const std::string &n, const std::string &r) override
 set the property from name and value string representation More...
 
StatusCode getProperty (Gaudi::Details::PropertyBase *p) const override
 get the property More...
 
const Gaudi::Details::PropertyBasegetProperty (std::string_view name) const override
 get the property by name More...
 
StatusCode getProperty (std::string_view n, std::string &v) const override
 convert the property to the string More...
 
const std::vector< Gaudi::Details::PropertyBase * > & getProperties () const override
 get all properties More...
 
bool hasProperty (std::string_view name) const override
 Return true if we have a property with the given name. More...
 
Gaudi::Details::PropertyBaseproperty (std::string_view name) const
 \fixme property and bindPropertiesTo should be protected More...
 
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) More...
 
bool msgLevel (MSG::Level lvl) const
 get the output level from the embedded MsgStream More...
 

Protected Member Functions

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

Protected Attributes

Gaudi::Property< std::stringm_addrLeaf
 
Gaudi::Property< std::stringm_addrColName
 
Gaudi::Property< std::stringm_collSvcName { this, "TagCollectionSvc", "NTupleSvc", "name of the collection service" }
 
Gaudi::Property< bool > m_objectsFirst
 
Gaudi::Property< std::stringm_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. More...
 
std::string m_topLeafName
 Name of the top leaf (performance cache) More...
 
bool m_isTopLeaf = false
 Short cut flag to indicate if the address leaf is the top leaf (performace cache) More...
 
SmartIF< INTupleSvcm_collectionSvc
 Keep reference to the tuple service. More...
 
std::unique_ptr< GenericAddressm_addr
 Address buffer. More...
 
NTuple::Item< IOpaqueAddress * > m_item
 Address item buffer. More...
 
- 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::stringm_output { this, "Output", {}, "name of the output file specification" }
 
Gaudi::Property< std::stringm_outputName { this, "OutputFile", {}, "name of the output file" }
 
Gaudi::Property< std::stringm_storeName
 
Gaudi::Property< std::stringm_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? in the baseclass, always fire the incidents by default in e.g. More...
 
SmartIF< IIncidentSvcm_incidentSvc
 Reference to the incident service. More...
 
std::string m_outputType = "UPDATE"
 Output type: NEW(NEW,CREATE,WRITE,RECREATE), UPDATE) More...
 
SmartIF< IDataProviderSvcm_pDataProvider
 Keep reference to the data provider service. More...
 
SmartIF< IDataManagerSvcm_pDataManager
 Keep reference to the data manager service. More...
 
SmartIF< IConversionSvcm_pConversionSvc
 Keep reference to the data conversion service. More...
 
DataStoreItemm_currentItem
 Keep track of the current item. More...
 
Items m_itemList
 Vector of items to be saved to this stream. More...
 
Items m_optItemList
 Vector of optional items to be saved to this stream. More...
 
AlgDependentItems m_algDependentItems
 Items to be saved for specific algorithms. More...
 
IDataSelector m_objects
 Collection of objects being selected. More...
 
int m_events
 Number of events written to this output stream. More...
 
std::vector< Gaudi::Algorithm * > m_acceptAlgs
 Vector of Algorithms that this stream accepts. More...
 
std::vector< Gaudi::Algorithm * > m_requireAlgs
 Vector of Algorithms that this stream requires. More...
 
std::vector< Gaudi::Algorithm * > m_vetoAlgs
 Vector of Algorithms that this stream is vetoed by. More...
 
- Protected Attributes inherited from Gaudi::Algorithm
std::unique_ptr< IDataHandleVisitorm_updateDataHandles
 Hook for for derived classes to provide a custom visitor for data handles. More...
 
- 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::stringItemNames
 
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 = extends
 Typedef to this class. More...
 
using extend_interfaces_base = extend_interfaces< Interfaces... >
 Typedef to the base of this class. More...
 
- Public Types inherited from PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >
using PropertyHolderImpl = PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >
 Typedef used to refer to this class from derived classes, as in. More...
 
- Public Types inherited from CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > >
using base_class = CommonMessaging
 
- Public Types inherited from extend_interfaces< Interfaces... >
using ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type
 take union of the ext_iids of all Interfaces... More...
 
- 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 71 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() } {}

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;
35  return StatusCode::FAILURE;
36  }
37  m_addrColumn = nt->find( m_addrColName );
38  if ( m_addrColumn ) return StatusCode::SUCCESS;
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 }

◆ finalize()

StatusCode TagCollectionStream::finalize ( )
override

Terminate TagCollectionStream.

Definition at line 100 of file TagCollectionStream.cpp.

100  {
103  m_addrColumn = nullptr;
104  return status;
105 }

◆ 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;
96  return StatusCode::FAILURE;
97 }

◆ writeData()

StatusCode TagCollectionStream::writeData ( )
protected

Write data objects.

Definition at line 118 of file TagCollectionStream.cpp.

118  {
120  if ( !sc.isSuccess() ) {
121  error() << "Failed to write tag collection " << m_tagName << ". "
122  << "[Object write error]" << endmsg;
123  }
124  return sc;
125 }

◆ 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  {
136  if ( status.isSuccess() ) {
137  status = m_objectsFirst ? writeData() : StatusCode::SUCCESS;
138  if ( status.isSuccess() && !m_addrColName.empty() ) {
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  }
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];
159  if ( m_isTopLeaf ) return writeRecord();
160  // Handle redirection mode. Normal tag collection mode
161  // is the same like leaving this out....
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 }

◆ 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 }

◆ 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 91 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 75 of file TagCollectionStream.h.

◆ m_addrColumn

INTupleItem* TagCollectionStream::m_addrColumn = nullptr
protected

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

Definition at line 83 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 73 of file TagCollectionStream.h.

◆ m_collectionSvc

SmartIF<INTupleSvc> TagCollectionStream::m_collectionSvc
protected

Keep reference to the tuple service.

Definition at line 89 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 77 of file TagCollectionStream.h.

◆ 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 87 of file TagCollectionStream.h.

◆ m_item

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

Address item buffer.

Definition at line 93 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 78 of file TagCollectionStream.h.

◆ m_tagName

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

Definition at line 80 of file TagCollectionStream.h.

◆ m_topLeafName

std::string TagCollectionStream::m_topLeafName
protected

Name of the top leaf (performance cache)

Definition at line 85 of file TagCollectionStream.h.


The documentation for this class was generated from the following files:
OutputStream
A small to stream Data I/O.
Definition: OutputStream.h:38
toupper
void toupper(std::string &s)
Definition: ExceptionSvc.cpp:36
std::string
STL class.
IOpaqueAddress::par
virtual const std::string * par() const =0
Retrieve String parameters.
IDataManagerSvc
Definition: IDataManagerSvc.h:55
std::move
T move(T... args)
Gaudi::Algorithm::eventSvc
SmartIF< IDataProviderSvc > & eventSvc() const
The standard event data service.
Definition: Algorithm.cpp:561
StatusCode::isSuccess
bool isSuccess() const
Definition: StatusCode.h:314
IOpaqueAddress
Definition: IOpaqueAddress.h:33
SmartIF::reset
void reset(TYPE *ptr=nullptr)
Set the internal pointer to the passed one disposing of the old one.
Definition: SmartIF.h:96
IOpaqueAddress::svcType
virtual long svcType() const =0
Retrieve service type.
OutputStream::m_output
Gaudi::Property< std::string > m_output
Definition: OutputStream.h:63
OutputStream::finalize
StatusCode finalize() override
Terminate OutputStream.
Definition: OutputStream.cpp:148
GenericAddress::setSvcType
void setSvcType(long typ)
Access : set the storage type of the class id.
Definition: GenericAddress.h:87
std::unique_ptr::get
T get(T... args)
compareOutputFiles.par
par
Definition: compareOutputFiles.py:477
GenericAddress::setClID
void setClID(const CLID &clid)
Access : Set class ID of the link.
Definition: GenericAddress.h:83
GenericAddress
Definition: GenericAddress.h:30
OutputStream::initialize
StatusCode initialize() override
Initialize OutputStream.
Definition: OutputStream.cpp:53
TagCollectionStream::m_item
NTuple::Item< IOpaqueAddress * > m_item
Address item buffer.
Definition: TagCollectionStream.h:93
TagCollectionStream::m_topLeafName
std::string m_topLeafName
Name of the top leaf (performance cache)
Definition: TagCollectionStream.h:85
StatusCode
Definition: StatusCode.h:65
INTupleItem::buffer
virtual const void * buffer() const =0
Access data buffer (CONST)
TagCollectionStream::m_isTopLeaf
bool m_isTopLeaf
Short cut flag to indicate if the address leaf is the top leaf (performace cache)
Definition: TagCollectionStream.h:87
IOpaqueAddress::clID
virtual const CLID & clID() const =0
Retrieve class information from link.
Gaudi::Property::value
const ValueType & value() const
Definition: Property.h:239
OutputStream::writeObjects
virtual StatusCode writeObjects()
Select the different objects and write them to file.
Definition: OutputStream.cpp:180
GaudiPython.Bindings.SUCCESS
SUCCESS
Definition: Bindings.py:83
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:203
TagCollectionStream::m_addrLeaf
Gaudi::Property< std::string > m_addrLeaf
Definition: TagCollectionStream.h:73
TagCollectionStream::connectAddress
virtual StatusCode connectAddress()
Connect address column, if not already connected.
Definition: TagCollectionStream.cpp:31
IOpaqueAddress::registry
virtual IRegistry * registry() const =0
Update branch name.
TagCollectionStream::m_addr
std::unique_ptr< GenericAddress > m_addr
Address buffer.
Definition: TagCollectionStream.h:91
TagCollectionStream::m_objectsFirst
Gaudi::Property< bool > m_objectsFirst
Definition: TagCollectionStream.h:78
SmartIF::as
SmartIF< IFace > as() const
return a new SmartIF instance to another interface
Definition: SmartIF.h:117
SEPARATOR
constexpr char SEPARATOR
Definition: RegistryEntry.cpp:50
std::string::substr
T substr(T... args)
IRegistry::address
virtual IOpaqueAddress * address() const =0
Retrieve opaque storage address.
IDataSourceMgr
Definition: IDataSourceMgr.h:24
TagCollectionStream::m_addrColumn
INTupleItem * m_addrColumn
NTuple column to hold the opaque address of the address leaf.
Definition: TagCollectionStream.h:83
StatusCode::SUCCESS
constexpr static const auto SUCCESS
Definition: StatusCode.h:100
SmartDataPtr
A small class used to access easily (and efficiently) data items residing in data stores.
Definition: SmartDataPtr.h:57
TagCollectionStream::writeData
StatusCode writeData()
Write data objects.
Definition: TagCollectionStream.cpp:118
Gaudi::Algorithm::service
StatusCode service(std::string_view name, T *&psvc, bool createIf=true) const
Access a service by name, creating it if it doesn't already exist.
Definition: Algorithm.h:205
GenericAddress::par
const std::string * par() const override
Retrieve string parameters.
Definition: GenericAddress.h:89
TagCollectionStream::m_collectionSvc
SmartIF< INTupleSvc > m_collectionSvc
Keep reference to the tuple service.
Definition: TagCollectionStream.h:89
TagCollectionStream::m_addrColName
Gaudi::Property< std::string > m_addrColName
Definition: TagCollectionStream.h:75
TagCollectionStream::writeTuple
StatusCode writeTuple()
Write tuple data.
Definition: TagCollectionStream.cpp:108
TagCollectionStream::m_tagName
Gaudi::Property< std::string > m_tagName
Definition: TagCollectionStream.h:80
StatusCode::FAILURE
constexpr static const auto FAILURE
Definition: StatusCode.h:101
TagCollectionStream::writeRecord
StatusCode writeRecord()
Write full event record.
Definition: TagCollectionStream.cpp:128
AlgSequencer.top
top
Definition: AlgSequencer.py:37
Gaudi::Utils::AttribStringParser
Parse attribute strings allowing iteration over the various attributes.
Definition: AttribStringParser.h:40
GenericAddress::ipar
const unsigned long * ipar() const override
Retrieve integer parameters.
Definition: GenericAddress.h:91
IOpaqueAddress::ipar
virtual const unsigned long * ipar() const =0
Access to generic link parameters.
TagCollectionStream::m_collSvcName
Gaudi::Property< std::string > m_collSvcName
Definition: TagCollectionStream.h:77