ATLAS Offline Software
Loading...
Searching...
No Matches
LArPhysCaliTDiffAlg.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#ifndef LARPHYSTCALIDIFFALG_H
7#define LARPHYSTCALIDIFFALG_H
8
11
13
14 public:
15
16 LArPhysCaliTDiffAlg(const std::string & name, ISvcLocator * pSvcLocator);
17
19
20 StatusCode initialize();
21 StatusCode execute();// {return StatusCode::SUCCESS;}
22 // StatusCode stop(); //<< Do the work here
23 StatusCode finalize() {return StatusCode::SUCCESS;}
24
25
26 private:
27 std::string m_inputContainer;
28 std::string m_outputContainer;
29 std::string m_fileName;
30
32
33
34};
35
36
37#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
LArPhysCaliTDiffAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~LArPhysCaliTDiffAlg()