ATLAS Offline Software
Loading...
Searching...
No Matches
LArHVScaleCorrFlat.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6#ifndef LARCOOLCONDITIONS_LARHVSCALECORRFLAT_H
7#define LARCOOLCONDITIONS_LARHVSCALECORRFLAT_H
8
12
14
16 public LArCondFlatBase,
17 public LArSingleFloatBlob {
18private:
20
21public:
23 virtual ~LArHVScaleCorrFlat();
24
25 bool good() const { return m_isInitialized && m_nChannels>0; }
26
27 // retrieving HVScaleCorr using online ID
28 virtual const float& HVScaleCorr(const HWIdentifier& chid) const;
29
30};
31
33CLASS_DEF( LArHVScaleCorrFlat , 245481026 , 1 )
35#endif
Hold mappings of ranges to condition objects.
#define CONDCONT_MIXED_DEF(...)
Definition CondCont.h:1446
#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.
LArCondFlatBase(const std::string &name)
virtual const float & HVScaleCorr(const HWIdentifier &chid) const