ATLAS Offline Software
Loading...
Searching...
No Matches
LArDuplicateConstants.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5//Dear emacs, this is -*-c++-*-
6
14
15#ifndef LARDUPLICATECONSTANTS_H
16#define LARDUPLICATECONSTANTS_H
17
22
23
24#include <vector>
25#include <string>
26
28{
29 public:
30 LArDuplicateConstants(const std::string& name, ISvcLocator* pSvcLocator);
32
33 StatusCode initialize();
34 StatusCode execute() {return StatusCode::SUCCESS;}
35 StatusCode stop();
36 StatusCode finalize(){return StatusCode::SUCCESS;}
37
38 private:
40
41 unsigned int m_gainIN;
42 unsigned int m_gainOUT;
43
44 std::string m_keyPed;
45 std::string m_keyRamp;
46 std::string m_keyMPMC;
47 std::string m_keyOFC;
48 std::string m_keyShape;
49
50};
51
52#endif
53
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
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
const LArOnlineID * m_onlineHelper
LArDuplicateConstants(const std::string &name, ISvcLocator *pSvcLocator)
void initialize()