ATLAS Offline Software
LArAutoCorrSC.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 
7 #ifndef LARCOOLCONDITIONS_LARAUTOCORRSUPERCELL_H
8 #define LARCOOLCONDITIONS_LARAUTOCORRSUPERCELL_H
9 
13 
15 
18 {
19  private:
20  LArAutoCorrSC();
21 
22  public:
23  LArAutoCorrSC(const CondAttrListCollection* attrList);
24  virtual ~LArAutoCorrSC( );
25 
26  bool good() const { return m_isInitialized && m_nChannels>0; }
27 
28  virtual AutoCorrRef_t autoCorr(const HWIdentifier& CellID, int gain) const ;
29 
30 };
31 #include "AthenaKernel/CondCont.h"
32 CLASS_DEF( LArAutoCorrSC , 219258685, 1 )
34 
35 
36 #endif
LArAutoCorrSC::good
bool good() const
Definition: LArAutoCorrSC.h:26
LArAutoCorrBlob::m_nChannels
unsigned m_nChannels
Definition: LArAutoCorrBlob.h:37
CONDCONT_DEF
CONDCONT_DEF(LArAutoCorrSC, 169266589, ILArAutoCorr)
CondCont.h
Hold mappings of ranges to condition objects.
ILArAutoCorr::AutoCorrRef_t
LArVectorProxy AutoCorrRef_t
Definition: ILArAutoCorr.h:33
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArAutoCorrSC
Definition: LArAutoCorrSC.h:18
LArAutoCorrSC::autoCorr
virtual AutoCorrRef_t autoCorr(const HWIdentifier &CellID, int gain) const
Definition: LArAutoCorrSC.cxx:26
LArAutoCorrSC::~LArAutoCorrSC
virtual ~LArAutoCorrSC()
Definition: LArAutoCorrSC.cxx:12
HWIdentifier
Definition: HWIdentifier.h:13
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number....
Definition: CondAttrListCollection.h:52
ILArAutoCorr
This class defines the interface for accessing AutoCorrelation parameters for each channel @stereotyp...
Definition: ILArAutoCorr.h:29
LArAutoCorrBlob
Definition: LArAutoCorrBlob.h:17
LArCondSuperCellBase
Definition: LArCondSuperCellBase.h:19
LArAutoCorrBlob.h
LArCondSuperCellBase.h
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
ILArAutoCorr.h
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition: LArCondSuperCellBase.h:26
LArAutoCorrSC::LArAutoCorrSC
LArAutoCorrSC()
Definition: LArAutoCorrSC.cxx:8