ATLAS Offline Software
Loading...
Searching...
No Matches
LArMinBiasAverageComplete.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6
8
10
11/* Fill transient object in ATHENA *****************************************
12 */
14{
16 t.m_MinBiasAverage = minBiasAverage;
17
18 setPdata(CellID,t);
19}
20
21// retrieve Average of E in minimum bias events ****************************
22const float& LArMinBiasAverageComplete::minBiasAverage(const HWIdentifier& CellID) const {
23 const LArMinBiasAverageP& t = get(CellID);
24 return t.m_MinBiasAverage ;
25}
void setPdata(const HWIdentifier id, const LArMinBiasAverageP &payload, unsigned int gain=0)
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
virtual const float & minBiasAverage(const HWIdentifier &CellID) const
access to average of E in minimum bias events index by Identifier
void set(const HWIdentifier &CellID, float vMinBiasAverage)
c-struct reproducing the structure of the persistent data