ATLAS Offline Software
ILArDigitOscillationCorrTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARELECCALIB_ILARDIGITOSCILLATIONCORRTOOL_H
6 #define LARELECCALIB_ILARDIGITOSCILLATIONCORRTOOL_H
7 
8 #include "GaudiKernel/IAlgTool.h"
10 
11 class ILArDigitOscillationCorrTool: virtual public IAlgTool {
18  public:
20 
22 
25 
26 };
27 
28 #endif
29 
30 
31 
32 
33 
ILArDigitOscillationCorrTool::calculateEventPhase
virtual StatusCode calculateEventPhase(const LArDigitContainer &theDC)=0
ILArDigitOscillationCorrTool
Definition: ILArDigitOscillationCorrTool.h:11
ILArDigitOscillationCorrTool::correctLArDigits
virtual StatusCode correctLArDigits(LArDigitContainer &theDC)=0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ILArDigitOscillationCorrTool::DeclareInterfaceID
DeclareInterfaceID(ILArDigitOscillationCorrTool, 1, 0)
AlgoTool to correct for oscillating noise.
ILArDigitOscillationCorrTool::~ILArDigitOscillationCorrTool
virtual ~ILArDigitOscillationCorrTool()
Definition: ILArDigitOscillationCorrTool.h:21
LArDigitContainer
Container class for LArDigit.
Definition: LArDigitContainer.h:24