ATLAS Offline Software
Loading...
Searching...
No Matches
LArFebTimeOffset2Ntuple.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6#ifndef LARFEBTIMEOFFSET2NTUPLE_H
7#define LARFEBTIMEOFFSET2NTUPLE_H
8
11
13
14 public:
15
16 LArFebTimeOffset2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
17
19
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute() override {return StatusCode::SUCCESS;}
22 virtual StatusCode stop ATLAS_NOT_THREAD_SAFE() override; //<< Do the work here
23
24
25 private:
26 std::string m_inputContainer;
27 int m_gain;
28};
29
30
31#endif
Define macros for attributes used to control the static checker.
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~LArFebTimeOffset2Ntuple()
virtual StatusCode execute() override
virtual StatusCode initialize() override
virtual StatusCode stop ATLAS_NOT_THREAD_SAFE() override
LArFebTimeOffset2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)