ATLAS Offline Software
Loading...
Searching...
No Matches
ComTimeRec.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef COMMISSIONREC_COMTIMEREC
6#define COMMISSIONREC_COMTIMEREC
7
9#include "GaudiKernel/ToolHandle.h"
11
13{
14
15public:
16
17 ComTimeRec(const std::string& name, ISvcLocator* pSvcLocator);
19
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute() override;
22
23private:
24
25 std::string m_comTimeKey;
26 std::string m_mode;
27 std::string m_method;
28 std::string m_TTRKey;
30 double m_velocity;
32
33};
34
35#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_method
Definition ComTimeRec.h:27
double m_samplingPeriod
Definition ComTimeRec.h:29
double m_velocity
Definition ComTimeRec.h:30
std::string m_comTimeKey
Definition ComTimeRec.h:25
CosmicTriggerTimeTool * m_triggerTimeTool
Definition ComTimeRec.h:31
std::string m_TTRKey
Definition ComTimeRec.h:28
std::string m_mode
Definition ComTimeRec.h:26
virtual StatusCode execute() override
virtual StatusCode initialize() override
ComTimeRec(const std::string &name, ISvcLocator *pSvcLocator)