ATLAS Offline Software
Loading...
Searching...
No Matches
LArPhysCaliTDiffAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 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
10
12
13 public:
14
15 LArPhysCaliTDiffAlg(const std::string & name, ISvcLocator * pSvcLocator);
16
18
19 StatusCode initialize();
20 StatusCode execute(const EventContext& ctx);// {return StatusCode::SUCCESS;}
21 // StatusCode stop(); //<< Do the work here
22 StatusCode finalize() {return StatusCode::SUCCESS;}
23
24
25 private:
26 std::string m_inputContainer;
27 std::string m_outputContainer;
28 std::string m_fileName;
29
31
32
33};
34
35
36#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode execute(const EventContext &ctx)
Execute method.
LArPhysCaliTDiffAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~LArPhysCaliTDiffAlg()