5#ifndef LArTBH6TriggerTimeTool_H
6#define LArTBH6TriggerTimeTool_H
9#include "GaudiKernel/IIncidentListener.h"
20 const std::string& name,
21 const IInterface* parent);
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;
interface to a tool that returns the time offset of the current trigger.
Handle class for reading from StoreGate.