ATLAS Offline Software
LArMphysOverMcalMC.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 //float LArMphysOverMcalMC::dummy=LArElecCalib::ERRORCODE;
8 
11 {}
12 
14  return (CONTAINER::initialize()) ;
15 }
16 
18 
19 
20 /* retrieve MphysOverMcal ******************************************************
21  */
22 const float& LArMphysOverMcalMC::MphysOverMcal(const HWIdentifier&, int) const
23 {
24  std::cout << "LArMphysOverMcalMC is deprecated. Use LArMphysOverMcalSym" << std::endl;
25  return dummy;
26 }
27 
LArMphysOverMcalMC::dummy
constexpr static float dummy
Definition: LArMphysOverMcalMC.h:35
LArMphysOverMcalMC::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
Definition: LArMphysOverMcalMC.cxx:13
LArMphysOverMcalMC::~LArMphysOverMcalMC
virtual ~LArMphysOverMcalMC()
Definition: LArMphysOverMcalMC.cxx:17
LArMphysOverMcalMC.h
HWIdentifier
Definition: HWIdentifier.h:13
LArMphysOverMcalComplete
This class implements the ILArMphysOverMcal interface.
Definition: LArMphysOverMcalComplete.h:29
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArConditionsContainer< LArSingleFloatP >::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
LArMphysOverMcalMC::LArMphysOverMcalMC
LArMphysOverMcalMC()
Definition: LArMphysOverMcalMC.cxx:9
LArMphysOverMcalMC::MphysOverMcal
virtual const float & MphysOverMcal(const HWIdentifier &CellID, int gain=0) const
Definition: LArMphysOverMcalMC.cxx:22