ATLAS Offline Software
ICaloTimeFilterTool.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 #ifndef PrimaryDPDMaker_ICaloTimeFilterTool_H
6 #define PrimaryDPDMaker_ICaloTimeFilterTool_H
7 
9 #include "AsgTools/IAsgTool.h"
10 #include "StoreGate/ReadHandle.h"
12 
13 
14 class ICaloTimeFilterTool : virtual public asg::IAsgTool {
15 
17 
19 
20 
21  virtual StatusCode getTimeDifference(TimingFilterInformation& time_info, const SG::ReadHandleKey<LArCollisionTime>& read_key,
22  const EventContext& ctx) const = 0;
23 
25 
26 
27 };
28 
29 
30 
31 
32 #endif
33 
TimingFilterInformation
Simple helper struct used to obtain the timing information by the IMBTSTimeFilter and ICaloTimerFilte...
Definition: TimingFilterInformation.h:10
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
LArCollisionTime
Holds information about collisions timing from end-cap LAr calorimeters.
Definition: LArCollisionTime.h:19
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition: AsgToolMacros.h:40
ICaloTimeFilterTool::getTimeDifference
virtual StatusCode getTimeDifference(TimingFilterInformation &time_info, const SG::ReadHandleKey< LArCollisionTime > &read_key, const EventContext &ctx) const =0
IAsgTool.h
ICaloTimeFilterTool
Definition: ICaloTimeFilterTool.h:14
TimingFilterInformation.h
LArCollisionTime.h
python.CaloScaleNoiseConfig.default
default
Definition: CaloScaleNoiseConfig.py:79
ReadHandle.h
Handle class for reading from StoreGate.