ATLAS Offline Software
Loading...
Searching...
No Matches
LArMinBiasAverageMC.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6
9
11 return (CONTAINER::initialize()) ;
12}
13
15
16
17/* retrieve Average of E in Minimum Bias events ******************************
18 */
20
21 std::cout << "LArMinBiasAverageMC is deprecated. Use LArMinBiasAverageSym" << std::endl;
22 std::abort();
23}
24
virtual const float & minBiasAverage(const HWIdentifier &CellID) const
access to average of E in minimum bias events index by Identifier
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.