#include <memory>
#include <iostream>
#include <fstream>
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/ValidityInterval.h"
#include "Geometry/Records/interface/HcalRecNumberingRecord.h"
#include "CondFormats/DataRecord/interface/HcalAllRcds.h"
#include "HcalTextCalibrations.h"
Go to the source code of this file.
Functions | |
template<class T > | |
std::unique_ptr< T > | create_impl (const std::string &fFile) |
template<class T > | |
std::unique_ptr< T > | get_impl (const std::string &fFile) |
template<class T > | |
std::unique_ptr< T > | get_impl_topo (const std::string &fFile, const HcalTopology *topo) |
template<class T , template< class > class F> | |
std::unique_ptr< T > | produce_impl (const std::string &fFile, const HcalTopology *topo=0) |
std::unique_ptr<T> create_impl | ( | const std::string & | fFile | ) |
Definition at line 206 of file HcalTextCalibrations.cc.
std::unique_ptr<T> get_impl | ( | const std::string & | fFile | ) |
Definition at line 204 of file HcalTextCalibrations.cc.
std::unique_ptr<T> get_impl_topo | ( | const std::string & | fFile, |
const HcalTopology * | topo | ||
) |
Definition at line 205 of file HcalTextCalibrations.cc.
std::unique_ptr<T> produce_impl | ( | const std::string & | fFile, |
const HcalTopology * | topo = 0 |
||
) |
Definition at line 191 of file HcalTextCalibrations.cc.
References MessageLogger_cfi::cerr, Exception, and mps_fire::result.