ATLAS Offline Software
ILArDigitOscillationCorrTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 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 
23 
24 };
25 
26 #endif
27 
28 
29 
30 
31 
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::~ILArDigitOscillationCorrTool
virtual ~ILArDigitOscillationCorrTool()
AlgoTool to correct for oscillating noise.
Definition: ILArDigitOscillationCorrTool.h:19
LArDigitContainer
Container class for LArDigit.
Definition: LArDigitContainer.h:24