ATLAS Offline Software
LAruA2MeVMC.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
8 #include <iostream>
9 using namespace std ;
10 
12 { }
13 
15  return (CONTAINER::initialize());
16 }
17 
19 
20 
21 /* retrieve uA2MeV ******************************************************
22  */
23 const float& LAruA2MeVMC::UA2MEV(const HWIdentifier&) const {
24  std::cout << "LAruA2MeVMC is deprecated! Use LAruA2MeVSym" << std::endl;
25  std::abort();
26  return dummy;
27 }
getMessageSvc.h
singleton-like access to IMessageSvc via open function and helper
LAruA2MeVMC.h
LAruA2MeVMC::UA2MEV
virtual const float & UA2MEV(const HWIdentifier &CellID) const
Definition: LAruA2MeVMC.cxx:23
LAruA2MeVComplete
This class implements the ILAruA2MeV interface.
Definition: LAruA2MeVComplete.h:23
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LAruA2MeVMC::~LAruA2MeVMC
virtual ~LAruA2MeVMC()
Definition: LAruA2MeVMC.cxx:18
LAruA2MeVMC::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
Definition: LAruA2MeVMC.cxx:14
LAruA2MeVMC::dummy
constexpr static float dummy
Definition: LAruA2MeVMC.h:35
LArConditionsContainer< LArSingleFloatP >::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
LAruA2MeVMC::LAruA2MeVMC
LAruA2MeVMC()
Definition: LAruA2MeVMC.cxx:11