ATLAS Offline Software
ILArAutoCorr.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //Dear emacs, this is -*-c++-*-
6 #ifndef LARELECCALIB_ILARAUTOCORR_H
7 #define LARELECCALIB_ILARAUTOCORR_H
8 
9 #include "AthenaKernel/CLASS_DEF.h"
12 
29 class ILArAutoCorr {
30 
31  public:
32 
34 
35  virtual ~ILArAutoCorr() {};
36 
37  //online ID
38  virtual AutoCorrRef_t autoCorr( const HWIdentifier& CellID, int gain) const=0 ;
39 
40 } ;
41 
42 CLASS_DEF( ILArAutoCorr, 8124,1)
43 
44 #include "AthenaKernel/CondCont.h"
45 CLASS_DEF( CondCont<ILArAutoCorr>,253577051 , 1 )
46 
47 
48 
49 #endif
ILArAutoCorr::AutoCorrRef_t
LArVectorProxy AutoCorrRef_t
Definition: ILArAutoCorr.h:33
ILArAutoCorr::~ILArAutoCorr
virtual ~ILArAutoCorr()
Definition: ILArAutoCorr.h:35
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArVectorProxy.h
Proxy for accessing a range of float values like a vector.
HWIdentifier
Definition: HWIdentifier.h:13
ILArAutoCorr::autoCorr
virtual AutoCorrRef_t autoCorr(const HWIdentifier &CellID, int gain) const =0
ILArAutoCorr
This class defines the interface for accessing AutoCorrelation parameters for each channel @stereotyp...
Definition: ILArAutoCorr.h:29
HWIdentifier.h
CondCont< ILArAutoCorr >
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
CLASS_DEF.h
macros to associate a CLID to a type
LArVectorProxy
Proxy for accessing a range of float values like a vector.
Definition: LArVectorProxy.h:38