#include <MyPackages/HcalCalibrator/src/HcalCalibrator.cc>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
Private Attributes | |
bool | allowMissingInputs_ |
bool | mApplyPhiSymCorFlag |
int | mCalibAbsIEtaMax |
int | mCalibAbsIEtaMin |
std::string | mCalibMethod |
std::string | mCalibType |
bool | mCombinePhi |
int | mHbClusterSize |
int | mHeClusterSize |
std::string | mHistoFileName |
std::string | mInputFileList |
double | mMaxConeDist |
double | mMaxEOverP |
double | mMaxEtThirdJet |
double | mMaxProbeJetEmFrac |
double | mMaxTagJetAbsEta |
double | mMaxTagJetEmFrac |
double | mMaxTargetE |
double | mMaxTrkEmE |
double | mMinCellE |
double | mMinDPhiDiJets |
double | mMinEOverP |
double | mMinProbeJetAbsEta |
double | mMinTagJetEt |
double | mMinTargetE |
std::string | mOutputCorCoefFileName |
std::string | mOutputFile |
std::string | mPhiSymCorFileName |
bool | mSumDepths |
bool | mSumSmallDepths |
const CaloGeometry * | mTheCaloGeometry |
const HcalTopology * | mTheHcalTopology |
bool | mUseConeClustering |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | tok_geom_ |
edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > | tok_htopo_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Description: <one line="" class="" summary>="">
Implementation:
This is an interface to run the the hcal calibration code for isolated tracsk and dijets. It takes tha parameters for the calibration settings from a python file and passes them to the actual calibration code in "endJob()".
Definition at line 51 of file HcalCalibrator.cc.
|
explicit |
Definition at line 112 of file HcalCalibrator.cc.
References tok_geom_, and tok_htopo_.
|
override |
Definition at line 151 of file HcalCalibrator.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 155 of file HcalCalibrator.cc.
References edm::EventSetup::getData(), mTheCaloGeometry, mTheHcalTopology, tok_geom_, and tok_htopo_.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 162 of file HcalCalibrator.cc.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 166 of file HcalCalibrator.cc.
References MillePedeFileConverter_cfg::fileName, submitPVResolutionJobs::files, diJetCalib::inputFileList, submitPVValidationJobs::inputFiles, mApplyPhiSymCorFlag, mCalibAbsIEtaMax, mCalibAbsIEtaMin, mCalibMethod, mCalibType, mCombinePhi, mHbClusterSize, mHeClusterSize, mHistoFileName, mInputFileList, mMaxConeDist, mMaxEOverP, mMaxEtThirdJet, mMaxProbeJetEmFrac, mMaxTagJetAbsEta, mMaxTagJetEmFrac, mMaxTargetE, mMaxTrkEmE, mMinCellE, mMinDPhiDiJets, mMinEOverP, mMinProbeJetAbsEta, mMinTagJetEt, mMinTargetE, mOutputCorCoefFileName, mPhiSymCorFileName, mSumDepths, mSumSmallDepths, mTheCaloGeometry, mTheHcalTopology, mUseConeClustering, hcalCalib::SetApplyPhiSymCorFlag(), hcalCalib::SetCalibAbsIEtaMax(), hcalCalib::SetCalibAbsIEtaMin(), hcalCalib::SetCalibMethod(), hcalCalib::SetCalibType(), hcalCalib::SetCaloGeometry(), hcalCalib::SetCombinePhiFlag(), hcalCalib::SetConeMaxDist(), hcalCalib::SetHbClusterSize(), hcalCalib::SetHeClusterSize(), hcalCalib::SetHistoFileName(), hcalCalib::SetMaxEOverP(), hcalCalib::SetMaxEtThirdJet(), hcalCalib::SetMaxProbeJetEmFrac(), hcalCalib::SetMaxTagJetAbsEta(), hcalCalib::SetMaxTagJetEmFrac(), hcalCalib::SetMaxTargetE(), hcalCalib::SetMaxTrkEmE(), hcalCalib::SetMinCellE(), hcalCalib::SetMinDPhiDiJets(), hcalCalib::SetMinEOverP(), hcalCalib::SetMinProbeJetAbsEta(), hcalCalib::SetMinTagJetEt(), hcalCalib::SetMinTargetE(), hcalCalib::SetOutputCorCoefFileName(), hcalCalib::SetPhiSymCorFileName(), hcalCalib::SetSumDepthsFlag(), hcalCalib::SetSumSmallDepthsFlag(), and hcalCalib::SetUseConeClustering().
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 107 of file HcalCalibrator.cc.
|
private |
Definition at line 96 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 86 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 87 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 67 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 66 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 79 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 80 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 81 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 99 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 64 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 84 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 72 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 75 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 89 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 91 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 90 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 69 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 73 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 70 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 76 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 71 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 93 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 92 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 68 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 98 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 63 of file HcalCalibrator.cc.
|
private |
Definition at line 95 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 77 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 78 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 104 of file HcalCalibrator.cc.
|
private |
Definition at line 105 of file HcalCalibrator.cc.
|
private |
Definition at line 83 of file HcalCalibrator.cc.
Referenced by endJob().
|
private |
Definition at line 101 of file HcalCalibrator.cc.
Referenced by analyze(), and HcalCalibrator().
|
private |
Definition at line 102 of file HcalCalibrator.cc.
Referenced by analyze(), and HcalCalibrator().