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();
22 StatusCode finalize();
23 StatusCode initDataFromFile(const std::string& theLCClassificationFileName,
25
26 private:
27 std::string m_key;
29};
30
31#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Hold binned correction data for local hadronic calibration procedure.
CaloReadLCClassificationFile(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initDataFromFile(const std::string &theLCClassificationFileName, CaloLocalHadCoeff &data)