ATLAS Offline Software
Loading...
Searching...
No Matches
CaloReadLCClassificationFile.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5//Dear emacs, this is -*-c++-*-
6#ifndef CALOLOCALHADCALIB_CALOREADLCCLASSIFICATIONFILE
7#define CALOLOCALHADCALIB_CALOREADLCCLASSIFICATIONFILE
8
11#include <string>
12
13
15{
16 public:
17 CaloReadLCClassificationFile(const std::string & name, ISvcLocator * pSvcLocator);
19
20 StatusCode initialize();
21 StatusCode execute(const EventContext& ctx);
22 StatusCode finalize();
23 StatusCode initDataFromFile(const std::string& theLCClassificationFileName,
24 CaloLocalHadCoeff& data);
25
26 private:
27 std::string m_key;
29};
30
31#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Hold binned correction data for local hadronic calibration procedure.
CaloReadLCClassificationFile(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode execute(const EventContext &ctx)
Execute method.
StatusCode initDataFromFile(const std::string &theLCClassificationFileName, CaloLocalHadCoeff &data)