![]() |
ATLAS Offline Software
|
#include <MuonCalibStreamCnvSvc.h>
Public Types | |
| typedef std::unordered_map< CLID, WorkerEntry > | Workers |
Public Member Functions | |
| MuonCalibStreamCnvSvc (const std::string &name, ISvcLocator *svc) | |
| Standard constructor. | |
| virtual | ~MuonCalibStreamCnvSvc () |
| Standard Destructor. | |
| virtual StatusCode | initialize () override |
| Initialize the service. | |
| virtual StatusCode | updateServiceState (IOpaqueAddress *pAddress) override |
| Update state of the service. | |
| virtual StatusCode | finalize () override |
@c IConversionSvc implementation | |
| virtual long | repSvcType () const override |
| Retrieve the class type of the data store the converter uses. | |
| virtual const CLID & | objType () const override |
| Implementation of IConverter: dummy call. | |
| virtual StatusCode | setDataProvider (IDataProviderSvc *pService) override |
| Implementation of IConverter: Set Data provider service. | |
| virtual SmartIF< IDataProviderSvc > & | dataProvider () const override |
| Implementation of IConverter: Get Data provider service. | |
| virtual StatusCode | setConversionSvc (IConversionSvc *svc) override |
| Implementation of IConverter: Set conversion service the converter is connected to. | |
| virtual SmartIF< IConversionSvc > & | conversionSvc () const override |
| Implementation of IConverter: Get conversion service the converter is connected to. | |
| virtual StatusCode | setAddressCreator (IAddressCreator *creator) override |
| Set address creator facility. | |
| virtual SmartIF< IAddressCreator > & | addressCreator () const override |
| Retrieve address creator facility. | |
| virtual StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) override |
| Implementation of IConverter: Create the transient representation of an object. | |
| virtual StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Implementation of IConverter: Resolve the references of the created transient object. | |
| virtual StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) override |
| Implementation of IConverter: Update the transient object from the other representation. | |
| virtual StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Implementation of IConverter: Update the references of an updated transient object. | |
| virtual StatusCode | createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) override |
| Implementation of IConverter: Convert the transient object to the requested representation. | |
| virtual StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Implementation of IConverter: Resolve the references of the converted object. | |
| virtual StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Implementation of IConverter: Update the converted representation of a transient object. | |
| virtual StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Implementation of IConverter: Update the references of an already converted object. | |
| virtual StatusCode | addConverter (const CLID &clid) override |
| Add converter object to conversion service. | |
| virtual StatusCode | addConverter (IConverter *pConverter) override |
| Add converter object to conversion service. | |
| virtual StatusCode | removeConverter (const CLID &clid) override |
| Remove converter object from conversion service (if present). | |
| virtual IConverter * | converter (const CLID &wanted) override |
| Retrieve converter from list. | |
| virtual StatusCode | connectOutput (const std::string &outputFile, const std::string &openMode) override |
| Connect the output file to the service with open mode. | |
| virtual StatusCode | connectOutput (const std::string &output) override |
| Connect the output file to the service. | |
| virtual StatusCode | commitOutput (const std::string &output, bool do_commit) override |
| Commit pending output. | |
| virtual StatusCode | disconnectOutput (const std::string &output) |
| Disconnect output files from the service. | |
Protected Attributes | |
| std::vector< std::string > | m_initCnvs |
@c IAddressCreator interface implementation | |
| SmartIF< IDataProviderSvc > | m_dataSvc |
| Pointer to data provider service. | |
| SmartIF< IAddressCreator > | m_addressCreator |
| Pointer to the address creation service interface. | |
| SmartIF< IConversionSvc > | m_cnvSvc |
| Pointer to the IConversionSvc interface of this. | |
| long | m_type |
| Conversion service type. | |
| Workers | m_workers |
| List of conversion workers. | |
| CallMutex | m_conv_mut |
| virtual StatusCode | createAddress (long svc_type, const CLID &clid, const std::string *par, const unsigned long *ip, IOpaqueAddress *&refpAddress) override |
| Create a Generic address using explicit arguments to identify a single object. | |
| virtual StatusCode | createAddress (long svc_type, const CLID &clid, const std::string &refAddress, IOpaqueAddress *&refpAddress) override |
| Convert an address in string form to object form. | |
| virtual StatusCode | convertAddress (const IOpaqueAddress *pAddress, std::string &refAddress) override |
| Convert an address to string form. | |
| typedef std::recursive_mutex | CallMutex |
| Mutex to protect Converter creation. | |
| virtual SmartIF< IAddressCreator > & | addressCreator () |
| Retrieve address creation interface. | |
| virtual IConverter * | createConverter (long typ, const CLID &clid, const ICnvFactory *fac) |
| Create new Converter using factory. | |
| virtual StatusCode | configureConverter (long typ, const CLID &clid, IConverter *cnv) |
| Configure the new converter before initialize is called. | |
| virtual StatusCode | initializeConverter (long typ, const CLID &clid, IConverter *cnv) |
| Initialize the new converter. | |
| virtual StatusCode | activateConverter (long typ, const CLID &clid, IConverter *cnv) |
| Activate the new converter after initialization. | |
| virtual void | loadConverter (DataObject *pObject) |
| Load converter or dictionary needed by the converter. | |
| StatusCode | makeCall (int typ, bool ignore_add, bool ignore_obj, bool update, IOpaqueAddress *&pAddress, DataObject *&pObject) |
Definition at line 7 of file MuonCalibStreamCnvSvc.h.
|
protectedinherited |
Mutex to protect Converter creation.
Definition at line 320 of file AthCnvSvc.h.
|
inherited |
Definition at line 105 of file AthCnvSvc.h.
| MuonCalibStreamCnvSvc::MuonCalibStreamCnvSvc | ( | const std::string & | name, |
| ISvcLocator * | svc ) |
Standard constructor.
Definition at line 19 of file MuonCalibStreamCnvSvc.cxx.
|
virtual |
|
protectedvirtualinherited |
Activate the new converter after initialization.
Definition at line 507 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Add converter object to conversion service.
Definition at line 307 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Add converter object to conversion service.
Definition at line 336 of file AthCnvSvc.cxx.
|
inlineprotectedvirtualinherited |
Retrieve address creation interface.
Definition at line 297 of file AthCnvSvc.h.
|
overridevirtualinherited |
Retrieve address creator facility.
Definition at line 232 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Commit pending output.
Definition at line 400 of file AthCnvSvc.cxx.
|
protectedvirtualinherited |
Configure the new converter before initialize is called.
Definition at line 481 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Connect the output file to the service.
Definition at line 393 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Connect the output file to the service with open mode.
Definition at line 385 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Get conversion service the converter is connected to.
Definition at line 203 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Convert an address to string form.
Definition at line 430 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Retrieve converter from list.
Definition at line 365 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Convert an address in string form to object form.
Definition at line 439 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Create a Generic address using explicit arguments to identify a single object.
Definition at line 418 of file AthCnvSvc.cxx.
|
protectedvirtualinherited |
Create new Converter using factory.
Definition at line 462 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Create the transient representation of an object.
Definition at line 244 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Convert the transient object to the requested representation.
Definition at line 276 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Get Data provider service.
Definition at line 183 of file AthCnvSvc.cxx.
|
virtualinherited |
Disconnect output files from the service.
Definition at line 408 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Resolve the references of the created transient object.
Definition at line 252 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Resolve the references of the converted object.
Definition at line 284 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Definition at line 112 of file AthCnvSvc.cxx.
|
overridevirtual |
Initialize the service.
Reimplemented from AthCnvSvc.
Definition at line 31 of file MuonCalibStreamCnvSvc.cxx.
|
protectedvirtualinherited |
Initialize the new converter.
Definition at line 496 of file AthCnvSvc.cxx.
|
protectedvirtualinherited |
Load converter or dictionary needed by the converter.
Definition at line 518 of file AthCnvSvc.cxx.
|
protectedinherited |
Definition at line 524 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: dummy call.
Definition at line 150 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Remove converter object from conversion service (if present).
Definition at line 350 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Retrieve the class type of the data store the converter uses.
Definition at line 143 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Set address creator facility.
Definition at line 214 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Set conversion service the converter is connected to.
Definition at line 195 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Set Data provider service.
| pService | Pointer to data provider service |
Definition at line 160 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Update the transient object from the other representation.
Definition at line 260 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Update the references of an updated transient object.
Definition at line 268 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Update the converted representation of a transient object.
Definition at line 292 of file AthCnvSvc.cxx.
|
overridevirtualinherited |
Implementation of IConverter: Update the references of an already converted object.
Definition at line 300 of file AthCnvSvc.cxx.
|
overridevirtual |
Update state of the service.
Reimplemented from AthCnvSvc.
Definition at line 59 of file MuonCalibStreamCnvSvc.cxx.
|
protectedinherited |
Pointer to the address creation service interface.
Definition at line 312 of file AthCnvSvc.h.
|
protectedinherited |
Pointer to the IConversionSvc interface of this.
Definition at line 314 of file AthCnvSvc.h.
|
protectedinherited |
Definition at line 321 of file AthCnvSvc.h.
|
protectedinherited |
Pointer to data provider service.
Definition at line 310 of file AthCnvSvc.h.
|
protected |
Definition at line 18 of file MuonCalibStreamCnvSvc.h.
|
protectedinherited |
Conversion service type.
Definition at line 316 of file AthCnvSvc.h.
|
protectedinherited |
List of conversion workers.
Definition at line 318 of file AthCnvSvc.h.