ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
28
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
42CLASS_DEF( ILArAutoCorr, 8124,1)
43
44#include "AthenaKernel/CondCont.h"
45CLASS_DEF( CondCont<ILArAutoCorr>,253577051 , 1 )
46
47
48
49#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Proxy for accessing a range of float values like a vector.
Hold mapping of ranges to condition objects.
Definition CondCont.h:889
This class defines the interface for accessing AutoCorrelation parameters for each channel @stereotyp...
LArVectorProxy AutoCorrRef_t
virtual ~ILArAutoCorr()
virtual AutoCorrRef_t autoCorr(const HWIdentifier &CellID, int gain) const =0
Proxy for accessing a range of float values like a vector.