The Gaudi Framework  master (37c0b60a)
RootHistCnv::RHistogramCnv< T, S, Q > Class Template Reference

#include <RHistogramCnv.h>

Inheritance diagram for RootHistCnv::RHistogramCnv< T, S, Q >:
Collaboration diagram for RootHistCnv::RHistogramCnv< T, S, Q >:

Classes

class  TTH
 

Public Member Functions

StatusCode createObj (IOpaqueAddress *pAddr, DataObject *&refpObj) override
 Create the transient representation of an object. More...
 
StatusCode updateObj (IOpaqueAddress *, DataObject *) override
 Update the transient object from the other representation. More...
 
TObject * createPersistent (DataObject *pObj) override
 Create the persistent representation of the histogram object. More...
 
 RHistogramCnv (ISvcLocator *svc)
 Standard constructor. More...
 
- Public Member Functions inherited from RootHistCnv::RConverter
StatusCode createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) override
 Convert the transient object to the requested representation. More...
 
long repSvcType () const override
 
StatusCode error (const std::string &msg)
 
StatusCode regTFile (const std::string &, const TFile *)
 
StatusCode findTFile (const std::string &, TFile *&)
 
std::string diskDirectory (const std::string &loc)
 
std::string directory (const std::string &loc)
 
void setDirectory (const std::string &loc)
 
void setDiskDirectory (const std::string &loc)
 
StatusCode createDirectory (const std::string &loc)
 
StatusCode createDiskDirectory (const std::string &loc)
 
std::string getDirectory ()
 
std::string convertId (const std::string &) const
 
- Public Member Functions inherited from Converter
StatusCode initialize () override
 Initialize the converter. More...
 
StatusCode finalize () override
 Initialize the converter. More...
 
StatusCode setDataProvider (IDataProviderSvc *svc) override
 Set Data provider service. More...
 
SmartIF< IDataProviderSvc > & dataProvider () const override
 Get Data provider service. More...
 
StatusCode setConversionSvc (IConversionSvc *svc) override
 Set conversion service the converter is connected to. More...
 
SmartIF< IConversionSvc > & conversionSvc () const override
 Get conversion service the converter is connected to. More...
 
StatusCode setAddressCreator (IAddressCreator *creator) override
 Set address creator facility. More...
 
SmartIF< IAddressCreator > & addressCreator () const override
 Retrieve address creator facility. More...
 
const CLIDobjType () const override
 Retrieve the class type of objects the converter produces. More...
 
virtual long i_repSvcType () const
 Retrieve the class type of the data store the converter uses. More...
 
StatusCode createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) override
 Create the transient representation of an object. More...
 
StatusCode fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override
 Resolve the references of the created transient object. More...
 
StatusCode updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) override
 Update the transient object from the other representation. More...
 
StatusCode updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override
 Update the references of an updated transient object. More...
 
StatusCode createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) override
 Convert the transient object to the requested representation. More...
 
StatusCode fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override
 Resolve the references of the converted object. More...
 
StatusCode updateRep (IOpaqueAddress *pAddress, DataObject *pObject) override
 Update the converted representation of a transient object. More...
 
StatusCode updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override
 Update the references of an already converted object. More...
 
 Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0)
 Standard Constructor. More...
 
template<class T >
StatusCode service (const std::string &name, T *&psvc, bool createIf=false) const
 Access a service by name, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode service (const std::string &type, const std::string &name, T *&psvc) const
 Access a service by name, type creating it if it doesn't already exist. More...
 
SmartIF< IServiceservice (const std::string &name, const bool createIf=true) const
 Return a pointer to the service identified by name (or "type/name") More...
 
- Public Member Functions inherited from implements< IConverter >
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...
 
 implements ()=default
 Default constructor. More...
 
 implements (const implements &)
 Copy constructor (zero the reference count) More...
 
implementsoperator= (const implements &)
 Assignment operator (do not touch the reference count). More...
 
unsigned long addRef () override
 Reference Interface instance
More...
 
unsigned long release () override
 Release Interface instance
More...
 
unsigned long refCount () const override
 Current reference count
More...
 

Static Public Member Functions

static const CLIDclassID ()
 Inquire class type. More...
 
- Static Public Member Functions inherited from RootHistCnv::RConverter
static long storageType ()
 Inquire storage type. More...
 

Additional Inherited Members

- Public Types inherited from Converter
using Factory = Gaudi::PluginService::Factory< IConverter *(ISvcLocator *)>
 
- Public Types inherited from implements< IConverter >
using base_class = implements< Interfaces... >
 Typedef to this class. More...
 
using extend_interfaces_base = extend_interfaces< Interfaces... >
 Typedef to the base of this class. More...
 
using iids = typename extend_interfaces_base::ext_iids
 
- 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...
 
- Protected Member Functions inherited from RootHistCnv::RConverter
 RConverter (const CLID &clid, ISvcLocator *svc)
 Standard constructor. More...
 
virtual StatusCode readObject (IOpaqueAddress *pAddr, DataObject *&refpObj)
 Create the transient representation of an object. More...
 
StatusCode createAddress (DataObject *pObject, TDirectory *pDir, TObject *pTObject, IOpaqueAddress *&refpAddr)
 Create address of the transient object according to the requested representation. More...
 
StatusCode createAddress (const std::string &rzdir, const CLID &clid, long id, TObject *pTobj, IOpaqueAddress *&refpAddress)
 
StatusCode createAddress (const std::string &rzdir, const CLID &clid, const std::string &title, TObject *pTobj, IOpaqueAddress *&refpAddress)
 
TDirectory * changeDirectory (DataObject *pObject)
 Switch to object directory (=Parent directory) More...
 
- Protected Member Functions inherited from Converter
SmartIF< ISvcLocator > & serviceLocator () const
 Retrieve pointer to service locator. More...
 
SmartIF< IMessageSvc > & msgSvc () const
 Retrieve pointer to message service. More...
 
SmartIF< IDataManagerSvc > & dataManager () const
 Get Data Manager service. More...
 
- Protected Attributes inherited from implements< IConverter >
std::atomic_ulong m_refCount
 Reference counter
More...
 

Detailed Description

template<typename T, typename S, typename Q>
class RootHistCnv::RHistogramCnv< T, S, Q >

Generic converter to save/read AIDA_ROOT histograms using ROOT. This converter shortcuts the AIDA binding and takes advantage of the underlying implementation of transient histograms using ROOT.

Note: THxY::Copy cannot be used - only THxY::Add !

Author
Markus Frank

Definition at line 41 of file RHistogramCnv.h.

Constructor & Destructor Documentation

◆ RHistogramCnv()

template<typename T , typename S , typename Q >
RootHistCnv::RHistogramCnv< T, S, Q >::RHistogramCnv ( ISvcLocator svc)
inline

Standard constructor.

Definition at line 112 of file RHistogramCnv.h.

112 : RConverter( classID(), svc ) {}

Member Function Documentation

◆ classID()

const CLID & RootHistCnv::RootHistCnvH3DCnv::classID
static

Inquire class type.

Definition at line 18 of file RHistogramCnv.cpp.

18  {
19  return CLID_ProfileH;
20  }

◆ createObj()

template<typename T , typename S , typename Q >
StatusCode RootHistCnv::RHistogramCnv< T, S, Q >::createObj ( IOpaqueAddress pAddr,
DataObject *&  refpObj 
)
inlineoverride

Create the transient representation of an object.

Definition at line 59 of file RHistogramCnv.h.

59  {
60  refpObj = DataObjFactory::create( objType() ).release();
61  RootObjAddress* r = dynamic_cast<RootObjAddress*>( pAddr );
62  Q* h = dynamic_cast<Q*>( refpObj );
63  if ( r && h ) {
64  // Need to flip representation .... clumsy for the time being, because
65  // THXY constructor has no "generic" copy constructor
66  auto s = dynamic_cast<S*>( r->tObj() );
67  if ( s ) {
68  auto a = dynamic_cast<TArray*>( s );
69  if ( a ) {
70  auto p = std::make_unique<T>();
71  auto ok = TTH<S>( s ).CopyH( *p );
72  if ( ok ) {
73  p->Set( a->GetSize() );
74  p->Reset();
75  p->Add( s );
76  h->adoptRepresentation( p.release() );
77  return StatusCode::SUCCESS;
78  }
79  }
80  }
81  }
82  return error( "Cannot create histogram - invalid address." );
83  }

◆ createPersistent()

template<typename T , typename S , typename Q >
TObject* RootHistCnv::RHistogramCnv< T, S, Q >::createPersistent ( DataObject pObj)
inlineoverridevirtual

Create the persistent representation of the histogram object.

Reimplemented from RootHistCnv::RConverter.

Definition at line 87 of file RHistogramCnv.h.

87  {
88  auto h = dynamic_cast<Q*>( pObj );
89  if ( h ) {
90  auto r = dynamic_cast<T*>( h->representation() );
91  if ( r ) {
92  auto a = dynamic_cast<TArray*>( r );
93  if ( a ) {
94  auto c = std::make_unique<T>();
95  auto ok = TTH<S>( r ).CopyH( *c );
96  if ( ok ) {
97  c->Set( a->GetSize() );
98  c->Reset();
99  c->Add( r );
100  c->SetName( pObj->registry()->name().c_str() + 1 );
101  return c.release();
102  }
103  }
104  }
105  }
106  error( "Histogram object is invalid!" ).ignore();
107  return nullptr;
108  }

◆ updateObj()

template<typename T , typename S , typename Q >
StatusCode RootHistCnv::RHistogramCnv< T, S, Q >::updateObj ( IOpaqueAddress ,
DataObject  
)
inlineoverride

Update the transient object from the other representation.

Definition at line 85 of file RHistogramCnv.h.

85 { return StatusCode::SUCCESS; }

The documentation for this class was generated from the following files:
gaudirun.s
string s
Definition: gaudirun.py:346
DataObject::release
virtual unsigned long release()
release reference to object
Definition: DataObject.cpp:56
RootHistCnv::RConverter::RConverter
RConverter(const CLID &clid, ISvcLocator *svc)
Standard constructor.
Definition: RConverter.h:65
gaudirun.c
c
Definition: gaudirun.py:525
RootHistCnv::RHistogramCnv::classID
static const CLID & classID()
Inquire class type.
Definition: RHistogramCnv.cpp:18
IRegistry::name
virtual const name_type & name() const =0
Name of the directory (or key)
std::string::c_str
T c_str(T... args)
AlgSequencer.h
h
Definition: AlgSequencer.py:31
Converter::objType
const CLID & objType() const override
Retrieve the class type of objects the converter produces.
Definition: Converter.cpp:23
RootHistCnv::RConverter::error
StatusCode error(const std::string &msg)
Definition: RConverter.cpp:339
StatusCode::ignore
const StatusCode & ignore() const
Allow discarding a StatusCode without warning.
Definition: StatusCode.h:139
StatusCode::SUCCESS
constexpr static const auto SUCCESS
Definition: StatusCode.h:100
DataObject::registry
IRegistry * registry() const
Get pointer to Registry.
Definition: DataObject.h:78