ATLAS Offline Software
Loading...
Searching...
No Matches
LArNoiseMC.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
5
6
9
11{
12 return (CONTAINER::initialize()) ;
13}
14
16
17
18/* retrieve Noise ******************************************************
19 */
20const float& LArNoiseMC::noise(const HWIdentifier&, int) const
21{
22 std::cout << "LArNoiseMC is deprecated. Use LArNoiseSym" << std::endl;
23 std::abort();
24}
25
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
virtual ~LArNoiseMC()
virtual const float & noise(const HWIdentifier &CellID, int gain) const