ATLAS Offline Software
Loading...
Searching...
No Matches
LArRamps2Ntuple.h
Go to the documentation of this file.
1//Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5*/
6
7
19
20#ifndef LARRAMPS2NTUPLE_H
21#define LARRAMPS2NTUPLE_H
25
27
29{
30 public:
31 LArRamps2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
33
34 //standard algorithm methods
35 StatusCode initialize();
36 virtual StatusCode stop();
37 StatusCode finalize(){return StatusCode::SUCCESS;}
38
39 private:
44 std::vector<std::string> m_contKey;
46 std::string m_ntName;
47
48};
49
50#endif
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< ILArRamp > m_rampKey
StatusCode finalize()
std::vector< std::string > m_contKey
std::string m_ntName
LArRamps2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode stop()