ATLAS Offline Software
LArCalorimeter
LArRawConditions
src
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
5
#include "
AthenaKernel/getMessageSvc.h
"
6
#include "
LArRawConditions/LAruA2MeVMC.h
"
7
8
#include <iostream>
9
using namespace
std ;
10
11
LAruA2MeVMC::LAruA2MeVMC
() :
LAruA2MeVComplete
()
12
{ }
13
14
StatusCode
LAruA2MeVMC::initialize
(){
15
return
(
CONTAINER::initialize
());
16
}
17
18
LAruA2MeVMC::~LAruA2MeVMC
() {}
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
Generated on Thu Nov 7 2024 21:20:06 for ATLAS Offline Software by
1.8.18