ATLAS Offline Software
Loading...
Searching...
No Matches
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>
9using namespace std ;
10
13
15 return (CONTAINER::initialize());
16}
17
19
20
21/* retrieve uA2MeV ******************************************************
22 */
23const float& LAruA2MeVMC::UA2MEV(const HWIdentifier&) const {
24 std::cout << "LAruA2MeVMC is deprecated! Use LAruA2MeVSym" << std::endl;
25 std::abort();
26 return dummy;
27}
virtual const float & UA2MEV(const HWIdentifier &CellID) const
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
static constexpr float dummy
Definition LAruA2MeVMC.h:35
virtual ~LAruA2MeVMC()
singleton-like access to IMessageSvc via open function and helper
STL namespace.