ATLAS Offline Software
Loading...
Searching...
No Matches
LArMinBiasAverageSC.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef LARCOOLCONDITIONS_LARMINBIASAVERAGESC_H
5#define LARCOOLCONDITIONS_LARMINBIASAVERAGESC_H
6
10
11
13
16 public LArSingleFloatBlob {
17
18public:
21
22 virtual ~LArMinBiasAverageSC();
23
24 bool good() const { return m_isInitialized && m_nChannels>0; }
25
26 // retrieving LArMinBiasAverage using online ID
27 virtual const float& minBiasAverage(const HWIdentifier& chid) const;
28
29private:
30 //static const float errorcode;
31
32};
34CLASS_DEF( LArMinBiasAverageSC , 265616076 , 1 )
36
37#endif
38
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class is a collection of AttributeLists where each one is associated with a channel number.
LArCondSuperCellBase(const std::string &name)
virtual const float & minBiasAverage(const HWIdentifier &chid) const
access to average of E in minimum bias events index by Identifier