ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class ILArDigitOscillationCorrTool: virtual public IAlgTool {
17
18 public:
20
22
23 virtual StatusCode calculateEventPhase(const LArDigitContainer &theDC) = 0;
24 virtual StatusCode correctLArDigits(LArDigitContainer &theDC) = 0;
25
26};
27
28#endif
29
30
31
32
33
DeclareInterfaceID(ILArDigitOscillationCorrTool, 1, 0)
AlgoTool to correct for oscillating noise.
virtual StatusCode correctLArDigits(LArDigitContainer &theDC)=0
virtual StatusCode calculateEventPhase(const LArDigitContainer &theDC)=0
Container class for LArDigit.