ATLAS Offline Software
Loading...
Searching...
No Matches
LArfSamplMC.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
9
10
12 return (CONTAINER::initialize());
13}
14
16
17
18/* retrieve fSampl ******************************************************
19 */
20const float& LArfSamplMC::FSAMPL(const HWIdentifier&) const
21{
22 std::cout << "LArfSampleMC is deprecated. Use LArfSampleSym" << std::endl;
23 std::abort();
24 return LArfSamplMC::dummy;
25}
26
27const float& LArfSamplMC::FSAMPL(const Identifier&) const
28{
29 std::cout << "LArfSampleMC is deprecated. Use LArfSampleSym" << std::endl;
30 std::abort();
31 return LArfSamplMC::dummy;
32}
33
virtual const float & FSAMPL(const HWIdentifier &CellID) const
virtual ~LArfSamplMC()
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
static constexpr float dummy
Definition LArfSamplMC.h:38