ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
14 return (CONTAINER::initialize()) ;
15}
16
18
19
20/* retrieve MphysOverMcal ******************************************************
21 */
22const float& LArMphysOverMcalMC::MphysOverMcal(const HWIdentifier&, int) const
23{
24 std::cout << "LArMphysOverMcalMC is deprecated. Use LArMphysOverMcalSym" << std::endl;
25 return dummy;
26}
27
static constexpr float dummy
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
virtual const float & MphysOverMcal(const HWIdentifier &CellID, int gain=0) const