#include <MyPackages/HcalCalibrator/src/HcalCalibrator.cc>
Public Member Functions | |
HcalCalibrator (const edm::ParameterSet &) | |
~HcalCalibrator () | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
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 &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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 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) |
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 25 of file HcalCalibrator.h.
|
explicit |
Definition at line 73 of file HcalCalibrator.cc.
HcalCalibrator::~HcalCalibrator | ( | ) |
Definition at line 115 of file HcalCalibrator.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 121 of file HcalCalibrator.cc.
References edm::EventSetup::get(), mTheCaloGeometry, mTheHcalTopology, and edm::ESHandle< class >::product().
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 149 of file HcalCalibrator.cc.
References gather_cfg::cout, MillePedeFileConverter_cfg::fileName, MainPageGenerator::files, diJetCalib::inputFileList, merge::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 o2o.O2ORunMgr::executeJob().
|
private |
Definition at line 83 of file HcalCalibrator.h.
|
private |
Definition at line 73 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 62 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 63 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 43 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 42 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 55 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 56 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 57 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 76 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 40 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 60 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 48 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 51 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 65 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 67 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 66 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 45 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 49 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 46 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 52 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 47 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 69 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 68 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 44 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 75 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 39 of file HcalCalibrator.h.
|
private |
Definition at line 72 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 53 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 54 of file HcalCalibrator.h.
Referenced by endJob().
|
private |
Definition at line 79 of file HcalCalibrator.h.
|
private |
Definition at line 80 of file HcalCalibrator.h.
|
private |
Definition at line 59 of file HcalCalibrator.h.
Referenced by endJob().