|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #ifndef TRT_IDriftCircleTool_H
15 #define TRT_IDriftCircleTool_H
18 #include "GaudiKernel/IAlgTool.h"
29 static const InterfaceID IID_ITRT_DriftCircleTool(
"ITRT_DriftCircleTool", 1, 0);
44 static const InterfaceID&
interfaceID( ) {
return IID_ITRT_DriftCircleTool; };
50 const EventContext& ctx,
52 const bool CTBBadChannels)
const = 0;
54 virtual bool passValidityGate(
unsigned int word,
float lowGate,
float highGate,
float t0)
const =0;
62 #endif // TRT_IDriftCircleTool_H
Trk::PrepRawDataCollection< TRT_DriftCircle > TRT_DriftCircleCollection
a typed memory pool that saves time spent allocation small object. This is typically used by containe...