#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 |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
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 22 of file HcalCalibrator.h.
|
explicit |
Definition at line 64 of file HcalCalibrator.cc.
|
override |
Definition at line 105 of file HcalCalibrator.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 109 of file HcalCalibrator.cc.
References edm::EventSetup::get(), get, mTheCaloGeometry, mTheHcalTopology, edm::ESHandle< T >::product(), and PVValHelper::pT.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 132 of file HcalCalibrator.cc.
References gather_cfg::cout, MillePedeFileConverter_cfg::fileName, submitPVResolutionJobs::files, 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 75 of file HcalCalibrator.h.
|
private |
Definition at line 67 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 57 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 58 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 38 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 37 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 50 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 51 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 52 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 70 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 35 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 55 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 43 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 46 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 60 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 62 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 61 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 40 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 44 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 41 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 47 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 42 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 64 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 63 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 39 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 69 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 34 of file HcalCalibrator.h.
|
private |
Definition at line 66 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 48 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 49 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 72 of file HcalCalibrator.h.
|
private |
Definition at line 73 of file HcalCalibrator.h.
|
private |
Definition at line 54 of file HcalCalibrator.h.
Referenced by endJob().