ATLAS Offline Software
TileCalorimeter
TileRecUtils
TileRecUtils
ITileRawChannelTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
/*
5
*/
6
7
#ifndef TILERECUTILS_ITILERAWCHANNELTOOL_H
8
#define TILERECUTILS_ITILERAWCHANNELTOOL_H
9
10
11
#include "
TileEvent/TileMutableRawChannelContainer.h
"
12
#include "GaudiKernel/EventContext.h"
13
#include "GaudiKernel/StatusCode.h"
14
#include "GaudiKernel/IAlgTool.h"
15
16
17
class
ITileRawChannelTool
:
virtual
public
IAlgTool
18
{
19
public
:
20
DeclareInterfaceID
(
ITileRawChannelTool
, 1, 0);
21
22
// Update a TileMutableRawChannelContainer,
23
// subtracting common mode noise for example.
24
virtual
StatusCode
process
(
TileMutableRawChannelContainer
& rchCont,
const
EventContext &ctx)
const
= 0;
25
};
26
27
#endif
ITileRawChannelTool::DeclareInterfaceID
DeclareInterfaceID(ITileRawChannelTool, 1, 0)
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TileMutableDataContainer
Helper for holding non-const raw data prior to recording in SG.
Definition:
TileMutableDataContainer.h:52
ITileRawChannelTool
Definition:
ITileRawChannelTool.h:18
ITileRawChannelTool::process
virtual StatusCode process(TileMutableRawChannelContainer &rchCont, const EventContext &ctx) const =0
TileMutableRawChannelContainer.h
Helper for holding non-const raw data prior to recording in SG.
Generated on Thu Nov 7 2024 21:17:35 for ATLAS Offline Software by
1.8.18