ATLAS Offline Software
LArDAC2uAMCCnv.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
11 #include "LArDAC2uAMCCnv.h"
12 #include "LArSingleFloatUpdater.h"
13 
16 {
17  static const pool::Guid p0_guid("00BB980F-D174-4AD7-A5C7-DC66BA71C4D2");
18  // first try the single-float converter
20  if (p)
21  return p;
22  else if( compareClassGuid(p0_guid) ) {
23  // subset from before TP separation
24  MsgStream log(msgSvc(), "LArDAC2uAMCCnv" );
25  log << MSG::DEBUG << "Reading LArDAC2uASubset (original)" << endmsg;
26  std::unique_ptr< LArConditionsSubset<LArDAC2uAP> > subset ( poolReadObject< LArConditionsSubset<LArDAC2uAP> >() );
27  return (createTransient(subset.get()));
28 
29  }
30  throw std::runtime_error("Unsupported persistent version of LArDAC2uAMC");
31 }
32 
35 {
36  MsgStream log(msgSvc(), "LArDAC2uAMCCnv" );
37  log << MSG::DEBUG << "LArDAC2uAMCCnv::createTransient orig " << orig << endmsg;
38 
40 
41  // Copy LArDAC2uAP subset to LArSingleFloat Subset
42  LArSingleFloatUpdater copier;
43  copier.update(orig, result);
44 
45  return (result);
46 }
47 
get_generator_info.result
result
Definition: get_generator_info.py:21
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
LArDAC2uAMCCnv.h
AthenaPool converter LArDAC2uAMC.
LArSingleFloatUpdater::update
void update(const LArConditionsSubset< P > *old, LArConditionsSubset< LArSingleFloatP > *newObj)
Definition: LArSingleFloatUpdater.h:22
LArSingleFloatUpdater
Definition: LArSingleFloatUpdater.h:19
pool::Guid
::Guid Guid
Definition: T_AthenaPoolCustCnv.h:19
StdJOSetup.msgSvc
msgSvc
Provide convenience handles for various services.
Definition: StdJOSetup.py:36
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
T_AthenaPoolCoolMultChanCnv< TransientClass, LArConditionsSubset< LArSingleFloatP >, LArSingleFloatSubset_p1 >::poolReadObject
P * poolReadObject()
Read object of type P.
LArConditionsSubset
template class for use for I/O of conditions data
Definition: LArConditionsSubset.h:122
LArSingleFloatUpdater.h
LArDAC2uAMCCnv::createTransient
virtual LArConditionsSubset< LArSingleFloatP > * createTransient()
Throws and exception if object is not a LArConditionsSubset<LArSingleFloatP>
Definition: LArDAC2uAMCCnv.cxx:15
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
LArSingleFloatConverter::createTransientSingleFloat
LArConditionsSubset< LArSingleFloatP > * createTransientSingleFloat()
returns NULL if object is not a LArConditionsSubset<LArSingleFloatP>
Definition: LArSingleFloatConverter.h:52
T_AthenaPoolCustCnv< TransientClass, LArConditionsSubset< LArSingleFloatP > >::compareClassGuid
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.