|
ATLAS Offline Software
|
Go to the documentation of this file.
17 MsgStream
mlog(
msgSvc(),
"TrigMissingETConverter" );
31 MsgStream
mlog(
msgSvc(),
"TrigMissingETConverter" );
35 static const pool::Guid p2_guid(
"9972F10B-2B6A-42A7-AF71-D8FB60F07C6D");
36 static const pool::Guid p1_guid(
"A65F0499-A789-4D66-9930-E8651FE91F8A");
37 static const pool::Guid p0_guid(
"1403772C-7444-4340-930B-ABD51C243A09");
41 std::unique_ptr< TrigMissingET_p2 > col_vect( poolReadObject< TrigMissingET_p2 >() );
48 std::unique_ptr< TrigMissingET_p1 > col_vect( poolReadObject< TrigMissingET_p1 >() );
55 return this->poolReadObject<TrigMissingET>();
58 throw std::runtime_error(
"Unsupported persistent version");
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
virtual TrigMissingET_PERS * createPersistent(TrigMissingET *transObj)
msgSvc
Provide convenience handles for various services.
Compatibility for old converter classes that don't get passed the key.
virtual TrigMissingET * createTransient()
Class for LVL2/EF MissingET trigger.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
TrigMissingETCnv(ISvcLocator *svcloc)