ATLAS Offline Software
IMBTSTimeFilterTool.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_IMBTSTimeFilterTool_H
6 #define PrimaryDPDMaker_IMBTSTimeFilterTool_H
7 
9 #include "AsgTools/IAsgTool.h"
10 #include "StoreGate/ReadHandle.h"
12 
13 class IMBTSTimeFilterTool : virtual public asg::IAsgTool {
14  public:
15  virtual ~IMBTSTimeFilterTool()= default;
16 
18 
22  const EventContext& ctx) const = 0;
25 
26 };
27 
28 #endif
29 
TimingFilterInformation
Simple helper struct used to obtain the timing information by the IMBTSTimeFilter and ICaloTimerFilte...
Definition: TimingFilterInformation.h:10
IMBTSTimeFilterTool::~IMBTSTimeFilterTool
virtual ~IMBTSTimeFilterTool()=default
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
IMBTSTimeFilterTool::getTimeDifference
virtual StatusCode getTimeDifference(TimingFilterInformation &time_info)=0
Caching method using the old store gate mechanism. Attention: Not MT safe.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IAsgTool.h
IMBTSTimeFilterTool::getTimeDifference
virtual StatusCode getTimeDifference(TimingFilterInformation &time_info, const SG::ReadHandleKey< TileCellContainer > &key, const EventContext &ctx) const =0
Caching method using the ReadHandles.
IMBTSTimeFilterTool
Definition: IMBTSTimeFilterTool.h:13
TimingFilterInformation.h
ReadHandle.h
Handle class for reading from StoreGate.
IMBTSTimeFilterTool::ASG_TOOL_INTERFACE
ASG_TOOL_INTERFACE(IMBTSTimeFilterTool)
TileCellContainer.h
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37