ATLAS Offline Software
Loading...
Searching...
No Matches
TBTailCatcherRec.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 TBREC_TBTAILCATCHERREC_H
6#define TBREC_TBTAILCATCHERREC_H
8// //
9// This algorithm controls event flow and reconstruction and monitoring //
10// tasks. //
11// //
13
15
16#include <string>
17#include <vector>
20
21
23{
24 public:
25
26 TBTailCatcherRec(const std::string& name, ISvcLocator* pSvcLocator);
27 virtual ~TBTailCatcherRec();
28
29 virtual StatusCode initialize() override;
30 virtual StatusCode execute() override;
31 virtual StatusCode finalize() override;
32
33
34 private:
36 // Properties //
38
39 std::string m_SGkey;
40
42 // Calib consts //
44
45 std::vector<float> m_tailcatch_calib;
46 std::vector<float> m_tailcatch_ped;
47
48};
49
50#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::vector< float > m_tailcatch_calib
virtual StatusCode initialize() override
virtual StatusCode finalize() override
TBTailCatcherRec(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< float > m_tailcatch_ped
virtual StatusCode execute() override