 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LArTBH6TriggerTimeTool_H
6 #define LArTBH6TriggerTimeTool_H
9 #include "GaudiKernel/IIncidentListener.h"
20 const std::string&
name,
29 virtual double time()
override;
31 virtual void handle(
const Incident& incident)
override;
37 Gaudi::Property<double>
m_time{
this,
"FixedTime", 0.};
38 Gaudi::Property<bool>
m_fixed{
this,
"isFixed",
true};
40 std::vector< SG::ReadHandle< LArHitContainer > >
m_hitcoll;
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for reading from StoreGate.
interface to a tool that returns the time offset of the current trigger. Used by PileUpMergeSvc