ATLAS Offline Software
Loading...
Searching...
No Matches
LArAutoCorrMC.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
7#ifndef LARRAWCONDITIONS_LARAUTOCORRMC_H
8#define LARRAWCONDITIONS_LARAUTOCORRMC_H
9
12#include <vector>
13
14
23
25
26 public:
28
29 virtual ~LArAutoCorrMC( );
30 virtual StatusCode initialize( ) ;
31
32 // retrieving AutoCorr using online ID
33
34 virtual AutoCorrRef_t autoCorr(const HWIdentifier& CellID, int gain) const ;
35
36};
37
39CLASS_DEF( LArAutoCorrMC, 217258659,1)
41#endif
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
Provide an interface for finding inheritance information at run time.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class defines the interface for accessing AutoCorrelation parameters for each channel @stereotyp...
LArVectorProxy AutoCorrRef_t
Implementation of the interface ILArAutoCorr for MC Derives from LArAutoCorrComplete,...
virtual AutoCorrRef_t autoCorr(const HWIdentifier &CellID, int gain) const
virtual ~LArAutoCorrMC()
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.