#include <EgammaObjects.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
EgammaObjects (const edm::ParameterSet &) | |
virtual void | endJob () |
~EgammaObjects () | |
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 (const std::string &iProcessName, std::vector< const char * > &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 | |
void | analyzeElectrons (const edm::Event &, const edm::EventSetup &) |
void | analyzePhotons (const edm::Event &, const edm::EventSetup &) |
void | applyLabels () |
void | createBookedHistoObjects () |
void | createTempHistoObjects () |
float | ecalEta (float EtaParticle, float Zvertex, float plane_Radius) |
double | findRecoMass (const reco::Photon &pOne, const reco::Photon &pTwo) |
double | findRecoMass (const reco::GsfElectron &eOne, const reco::GsfElectron &eTwo) |
void | fitHistos () |
void | getDeltaResHistosViaSlicing () |
void | getEfficiencyHistosViaDividing () |
void | loadCMSSWObjects (const edm::ParameterSet &ps) |
void | loadHistoParameters (const edm::ParameterSet &ps) |
void | saveHistos () |
void | setDrawOptions () |
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) |
Definition at line 23 of file EgammaObjects.h.
|
explicit |
Definition at line 19 of file EgammaObjects.cc.
References _TEMP_scatterPlot_deltaEtaVsE_, _TEMP_scatterPlot_deltaEtaVsEt_, _TEMP_scatterPlot_deltaEtaVsEta_, _TEMP_scatterPlot_deltaEtaVsPhi_, _TEMP_scatterPlot_deltaPhiVsE_, _TEMP_scatterPlot_deltaPhiVsEt_, _TEMP_scatterPlot_deltaPhiVsEta_, _TEMP_scatterPlot_deltaPhiVsPhi_, _TEMP_scatterPlot_EOverTruthVsE_, _TEMP_scatterPlot_EOverTruthVsEt_, _TEMP_scatterPlot_EOverTruthVsEta_, _TEMP_scatterPlot_EOverTruthVsPhi_, _TEMP_scatterPlot_EtOverTruthVsE_, _TEMP_scatterPlot_EtOverTruthVsEt_, _TEMP_scatterPlot_EtOverTruthVsEta_, _TEMP_scatterPlot_EtOverTruthVsPhi_, EtCut, edm::ParameterSet::getParameter(), hist_All_recoMass_, hist_BarrelOnly_recoMass_, hist_deltaEtaVsE_, hist_deltaEtaVsEt_, hist_deltaEtaVsEta_, hist_deltaEtaVsPhi_, hist_deltaPhiVsE_, hist_deltaPhiVsEt_, hist_deltaPhiVsEta_, hist_deltaPhiVsPhi_, hist_EndcapOnly_recoMass_, hist_EtaEfficiency_, hist_EtaNumRecoOverNumTrue_, hist_Mixed_recoMass_, hist_Phi_, hist_PhiEfficiency_, hist_PhiNumRecoOverNumTrue_, hist_PhiOverTruth_, hist_recoMass_withBackgroud_10EtCut_, hist_recoMass_withBackgroud_20EtCut_, hist_recoMass_withBackgroud_5EtCut_, hist_recoMass_withBackgroud_NoEtCut_, hist_resolutionEtaVsE_, hist_resolutionEtaVsEt_, hist_resolutionEtaVsEta_, hist_resolutionEtaVsPhi_, hist_resolutionPhiVsE_, hist_resolutionPhiVsEt_, hist_resolutionPhiVsEta_, hist_resolutionPhiVsPhi_, loadCMSSWObjects(), loadHistoParameters(), particleID, particleString, rootFile_, and AlCaHLTBitMon_QueryRunRegistry::string.
EgammaObjects::~EgammaObjects | ( | ) |
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 299 of file EgammaObjects.cc.
References analyzeElectrons(), analyzePhotons(), and particleID.
|
private |
Definition at line 475 of file EgammaObjects.cc.
References _TEMP_scatterPlot_deltaEtaVsE_, _TEMP_scatterPlot_deltaEtaVsEt_, _TEMP_scatterPlot_deltaEtaVsEta_, _TEMP_scatterPlot_deltaEtaVsPhi_, _TEMP_scatterPlot_deltaPhiVsE_, _TEMP_scatterPlot_deltaPhiVsEt_, _TEMP_scatterPlot_deltaPhiVsEta_, _TEMP_scatterPlot_deltaPhiVsPhi_, _TEMP_scatterPlot_EOverTruthVsE_, _TEMP_scatterPlot_EOverTruthVsEt_, _TEMP_scatterPlot_EOverTruthVsEta_, _TEMP_scatterPlot_EOverTruthVsPhi_, _TEMP_scatterPlot_EtOverTruthVsE_, _TEMP_scatterPlot_EtOverTruthVsEt_, _TEMP_scatterPlot_EtOverTruthVsEta_, _TEMP_scatterPlot_EtOverTruthVsPhi_, funct::abs(), SiPixelRawToDigiRegional_cfi::deltaPhi, deltaR(), HI_PhotonSkim_cff::electrons, reco::LeafCandidate::et(), reco::LeafCandidate::eta(), EtCut, findRecoMass(), MCTruth::genEvent, edm::Event::getByToken(), hist_All_recoMass_, hist_BarrelOnly_recoMass_, hist_E_, hist_EEfficiency_, hist_EndcapOnly_recoMass_, hist_ENumRecoOverNumTrue_, hist_EOverTruth_, hist_Et_, hist_Eta_, hist_EtaEfficiency_, hist_EtaNumRecoOverNumTrue_, hist_EtaOverTruth_, hist_EtEfficiency_, hist_EtNumRecoOverNumTrue_, hist_EtOverTruth_, hist_Mixed_recoMass_, hist_Phi_, hist_PhiEfficiency_, hist_PhiNumRecoOverNumTrue_, hist_PhiOverTruth_, hist_recoMass_withBackgroud_10EtCut_, hist_recoMass_withBackgroud_20EtCut_, hist_recoMass_withBackgroud_5EtCut_, hist_recoMass_withBackgroud_NoEtCut_, edm::HandleBase::isValid(), prof2calltree::l, edm::EDConsumerBase::labelsForToken(), MCTruthCollectionT_, edm::ProductLabels::module, Geom::pi(), funct::pow(), edm::Handle< T >::product(), RecoCollectionT_, mathSSE::sqrt(), and reco::GsfElectron::superCluster().
Referenced by analyze().
|
private |
Definition at line 305 of file EgammaObjects.cc.
References _TEMP_scatterPlot_deltaEtaVsE_, _TEMP_scatterPlot_deltaEtaVsEt_, _TEMP_scatterPlot_deltaEtaVsEta_, _TEMP_scatterPlot_deltaEtaVsPhi_, _TEMP_scatterPlot_deltaPhiVsE_, _TEMP_scatterPlot_deltaPhiVsEt_, _TEMP_scatterPlot_deltaPhiVsEta_, _TEMP_scatterPlot_deltaPhiVsPhi_, _TEMP_scatterPlot_EOverTruthVsE_, _TEMP_scatterPlot_EOverTruthVsEt_, _TEMP_scatterPlot_EOverTruthVsEta_, _TEMP_scatterPlot_EOverTruthVsPhi_, _TEMP_scatterPlot_EtOverTruthVsE_, _TEMP_scatterPlot_EtOverTruthVsEt_, _TEMP_scatterPlot_EtOverTruthVsEta_, _TEMP_scatterPlot_EtOverTruthVsPhi_, funct::abs(), SiPixelRawToDigiRegional_cfi::deltaPhi, deltaR(), ecalEta(), reco::LeafCandidate::et(), reco::LeafCandidate::eta(), EtCut, findRecoMass(), MCTruth::genEvent, edm::Event::getByToken(), hist_All_recoMass_, hist_BarrelOnly_recoMass_, hist_E_, hist_EEfficiency_, hist_EndcapOnly_recoMass_, hist_ENumRecoOverNumTrue_, hist_EOverTruth_, hist_Et_, hist_Eta_, hist_EtaEfficiency_, hist_EtaNumRecoOverNumTrue_, hist_EtaOverTruth_, hist_EtEfficiency_, hist_EtNumRecoOverNumTrue_, hist_EtOverTruth_, hist_Mixed_recoMass_, hist_Phi_, hist_PhiEfficiency_, hist_PhiNumRecoOverNumTrue_, hist_PhiOverTruth_, hist_recoMass_withBackgroud_10EtCut_, hist_recoMass_withBackgroud_20EtCut_, hist_recoMass_withBackgroud_5EtCut_, hist_recoMass_withBackgroud_NoEtCut_, edm::HandleBase::isValid(), prof2calltree::l, edm::EDConsumerBase::labelsForToken(), MCTruthCollectionT_, edm::ProductLabels::module, interactiveExample::photons, Geom::pi(), funct::pow(), edm::Handle< T >::product(), RecoCollectionT_, mathSSE::sqrt(), and reco::Photon::superCluster().
Referenced by analyze().
|
private |
Definition at line 879 of file EgammaObjects.cc.
References hist_All_recoMass_, hist_BarrelOnly_recoMass_, hist_deltaEtaVsE_, hist_deltaEtaVsEt_, hist_deltaEtaVsEta_, hist_deltaEtaVsPhi_, hist_deltaPhiVsE_, hist_deltaPhiVsEt_, hist_deltaPhiVsEta_, hist_deltaPhiVsPhi_, hist_E_, hist_EEfficiency_, hist_EndcapOnly_recoMass_, hist_ENumRecoOverNumTrue_, hist_EOverTruth_, hist_EOverTruthVsE_, hist_EOverTruthVsEt_, hist_EOverTruthVsEta_, hist_EOverTruthVsPhi_, hist_Et_, hist_Eta_, hist_EtaEfficiency_, hist_EtaNumRecoOverNumTrue_, hist_EtaOverTruth_, hist_EtEfficiency_, hist_EtNumRecoOverNumTrue_, hist_EtOverTruth_, hist_EtOverTruthVsE_, hist_EtOverTruthVsEt_, hist_EtOverTruthVsEta_, hist_EtOverTruthVsPhi_, hist_Mixed_recoMass_, hist_Phi_, hist_PhiEfficiency_, hist_PhiNumRecoOverNumTrue_, hist_PhiOverTruth_, hist_recoMass_withBackgroud_10EtCut_, hist_recoMass_withBackgroud_20EtCut_, hist_recoMass_withBackgroud_5EtCut_, hist_recoMass_withBackgroud_NoEtCut_, hist_resolutionEtaVsE_, hist_resolutionEtaVsEt_, hist_resolutionEtaVsEta_, hist_resolutionEtaVsPhi_, hist_resolutionEtVsE_, hist_resolutionEtVsEt_, hist_resolutionEtVsEta_, hist_resolutionEtVsPhi_, hist_resolutionEVsE_, hist_resolutionEVsEt_, hist_resolutionEVsEta_, hist_resolutionEVsPhi_, hist_resolutionPhiVsE_, hist_resolutionPhiVsEt_, hist_resolutionPhiVsEta_, hist_resolutionPhiVsPhi_, particleID, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by endJob().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 150 of file EgammaObjects.cc.
References createBookedHistoObjects(), and createTempHistoObjects().
|
private |
Definition at line 158 of file EgammaObjects.cc.
References hist_All_recoMass_, hist_BarrelOnly_recoMass_, hist_bins_E_, hist_bins_EOverTruth_, hist_bins_Et_, hist_bins_Eta_, hist_bins_EtaOverTruth_, hist_bins_EtOverTruth_, hist_bins_Phi_, hist_bins_PhiOverTruth_, hist_bins_recoMass_, hist_E_, hist_EEfficiency_, hist_EndcapOnly_recoMass_, hist_ENumRecoOverNumTrue_, hist_EOverTruth_, hist_Et_, hist_Eta_, hist_EtaEfficiency_, hist_EtaNumRecoOverNumTrue_, hist_EtaOverTruth_, hist_EtEfficiency_, hist_EtNumRecoOverNumTrue_, hist_EtOverTruth_, hist_max_E_, hist_max_EOverTruth_, hist_max_Et_, hist_max_Eta_, hist_max_EtaOverTruth_, hist_max_EtOverTruth_, hist_max_Phi_, hist_max_PhiOverTruth_, hist_max_recoMass_, hist_min_E_, hist_min_EOverTruth_, hist_min_Et_, hist_min_Eta_, hist_min_EtaOverTruth_, hist_min_EtOverTruth_, hist_min_Phi_, hist_min_PhiOverTruth_, hist_min_recoMass_, hist_Mixed_recoMass_, hist_Phi_, hist_PhiEfficiency_, hist_PhiNumRecoOverNumTrue_, hist_PhiOverTruth_, hist_recoMass_withBackgroud_10EtCut_, hist_recoMass_withBackgroud_20EtCut_, hist_recoMass_withBackgroud_5EtCut_, hist_recoMass_withBackgroud_NoEtCut_, particleID, particleString, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by beginJob().
|
private |
Definition at line 244 of file EgammaObjects.cc.
References _TEMP_scatterPlot_deltaEtaVsE_, _TEMP_scatterPlot_deltaEtaVsEt_, _TEMP_scatterPlot_deltaEtaVsEta_, _TEMP_scatterPlot_deltaEtaVsPhi_, _TEMP_scatterPlot_deltaPhiVsE_, _TEMP_scatterPlot_deltaPhiVsEt_, _TEMP_scatterPlot_deltaPhiVsEta_, _TEMP_scatterPlot_deltaPhiVsPhi_, _TEMP_scatterPlot_EOverTruthVsE_, _TEMP_scatterPlot_EOverTruthVsEt_, _TEMP_scatterPlot_EOverTruthVsEta_, _TEMP_scatterPlot_EOverTruthVsPhi_, _TEMP_scatterPlot_EtOverTruthVsE_, _TEMP_scatterPlot_EtOverTruthVsEt_, _TEMP_scatterPlot_EtOverTruthVsEta_, _TEMP_scatterPlot_EtOverTruthVsPhi_, hist_bins_deltaEta_, hist_bins_deltaPhi_, hist_bins_E_, hist_bins_EOverTruth_, hist_bins_Et_, hist_bins_Eta_, hist_bins_EtOverTruth_, hist_bins_Phi_, hist_max_deltaEta_, hist_max_deltaPhi_, hist_max_E_, hist_max_EOverTruth_, hist_max_Et_, hist_max_Eta_, hist_max_EtOverTruth_, hist_max_Phi_, hist_min_deltaEta_, hist_min_deltaPhi_, hist_min_E_, hist_min_EOverTruth_, hist_min_Et_, hist_min_Eta_, hist_min_EtOverTruth_, and hist_min_Phi_.
Referenced by beginJob().
|
private |
Definition at line 664 of file EgammaObjects.cc.
References funct::abs(), ETA, etaBarrelEndcap, cmsBatch::log, Geom::pi(), R_ECAL, funct::tan(), and Z_Endcap.
Referenced by analyzePhotons().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 701 of file EgammaObjects.cc.
References applyLabels(), fitHistos(), getDeltaResHistosViaSlicing(), getEfficiencyHistosViaDividing(), particleString, rootFile_, saveHistos(), and setDrawOptions().
|
private |
Definition at line 642 of file EgammaObjects.cc.
References funct::cos(), relval_parameters_module::energy, mathSSE::sqrt(), and reco::Photon::superCluster().
Referenced by analyzeElectrons(), and analyzePhotons().
|
private |
Definition at line 653 of file EgammaObjects.cc.
References reco::GsfElectron::caloEnergy(), reco::GsfElectron::caloPosition(), funct::cos(), and mathSSE::sqrt().
|
private |
Definition at line 832 of file EgammaObjects.cc.
References hist_EOverTruth_, hist_EtaOverTruth_, hist_EtOverTruth_, and hist_PhiOverTruth_.
Referenced by endJob().
|
private |
Definition at line 716 of file EgammaObjects.cc.
References _TEMP_scatterPlot_deltaEtaVsE_, _TEMP_scatterPlot_deltaEtaVsEt_, _TEMP_scatterPlot_deltaEtaVsEta_, _TEMP_scatterPlot_deltaEtaVsPhi_, _TEMP_scatterPlot_deltaPhiVsE_, _TEMP_scatterPlot_deltaPhiVsEt_, _TEMP_scatterPlot_deltaPhiVsEta_, _TEMP_scatterPlot_deltaPhiVsPhi_, _TEMP_scatterPlot_EOverTruthVsE_, _TEMP_scatterPlot_EOverTruthVsEt_, _TEMP_scatterPlot_EOverTruthVsEta_, _TEMP_scatterPlot_EOverTruthVsPhi_, _TEMP_scatterPlot_EtOverTruthVsE_, _TEMP_scatterPlot_EtOverTruthVsEt_, _TEMP_scatterPlot_EtOverTruthVsEta_, _TEMP_scatterPlot_EtOverTruthVsPhi_, hist_bins_E_, hist_bins_Et_, hist_bins_Eta_, hist_bins_Phi_, hist_deltaEtaVsE_, hist_deltaEtaVsEt_, hist_deltaEtaVsEta_, hist_deltaEtaVsPhi_, hist_deltaPhiVsE_, hist_deltaPhiVsEt_, hist_deltaPhiVsEta_, hist_deltaPhiVsPhi_, hist_EOverTruthVsE_, hist_EOverTruthVsEt_, hist_EOverTruthVsEta_, hist_EOverTruthVsPhi_, hist_EtOverTruthVsE_, hist_EtOverTruthVsEt_, hist_EtOverTruthVsEta_, hist_EtOverTruthVsPhi_, hist_resolutionEtaVsE_, hist_resolutionEtaVsEt_, hist_resolutionEtaVsEta_, hist_resolutionEtaVsPhi_, hist_resolutionEtVsE_, hist_resolutionEtVsEt_, hist_resolutionEtVsEta_, hist_resolutionEtVsPhi_, hist_resolutionEVsE_, hist_resolutionEVsEt_, hist_resolutionEVsEta_, hist_resolutionEVsPhi_, hist_resolutionPhiVsE_, hist_resolutionPhiVsEt_, hist_resolutionPhiVsEta_, hist_resolutionPhiVsPhi_, and particleString.
Referenced by endJob().
|
private |
Definition at line 819 of file EgammaObjects.cc.
References hist_E_, hist_EEfficiency_, hist_ENumRecoOverNumTrue_, hist_Et_, hist_Eta_, hist_EtaEfficiency_, hist_EtaNumRecoOverNumTrue_, hist_EtEfficiency_, hist_EtNumRecoOverNumTrue_, hist_Phi_, hist_PhiEfficiency_, and hist_PhiNumRecoOverNumTrue_.
Referenced by endJob().
|
private |
Definition at line 90 of file EgammaObjects.cc.
References edm::ParameterSet::getParameter(), MCTruthCollectionT_, and RecoCollectionT_.
Referenced by EgammaObjects().
|
private |
Definition at line 98 of file EgammaObjects.cc.
References edm::ParameterSet::getParameter(), hist_bins_deltaEta_, hist_bins_deltaPhi_, hist_bins_E_, hist_bins_EOverTruth_, hist_bins_Et_, hist_bins_Eta_, hist_bins_EtaOverTruth_, hist_bins_EtOverTruth_, hist_bins_Phi_, hist_bins_PhiOverTruth_, hist_bins_recoMass_, hist_max_deltaEta_, hist_max_deltaPhi_, hist_max_E_, hist_max_EOverTruth_, hist_max_Et_, hist_max_Eta_, hist_max_EtaOverTruth_, hist_max_EtOverTruth_, hist_max_Phi_, hist_max_PhiOverTruth_, hist_max_recoMass_, hist_min_deltaEta_, hist_min_deltaPhi_, hist_min_E_, hist_min_EOverTruth_, hist_min_Et_, hist_min_Eta_, hist_min_EtaOverTruth_, hist_min_EtOverTruth_, hist_min_Phi_, hist_min_PhiOverTruth_, and hist_min_recoMass_.
Referenced by EgammaObjects().
|
private |
Definition at line 1068 of file EgammaObjects.cc.
References _TEMP_scatterPlot_deltaEtaVsE_, _TEMP_scatterPlot_deltaEtaVsEt_, _TEMP_scatterPlot_deltaEtaVsEta_, _TEMP_scatterPlot_deltaEtaVsPhi_, _TEMP_scatterPlot_deltaPhiVsE_, _TEMP_scatterPlot_deltaPhiVsEt_, _TEMP_scatterPlot_deltaPhiVsEta_, _TEMP_scatterPlot_deltaPhiVsPhi_, _TEMP_scatterPlot_EOverTruthVsE_, _TEMP_scatterPlot_EOverTruthVsEt_, _TEMP_scatterPlot_EOverTruthVsEta_, _TEMP_scatterPlot_EOverTruthVsPhi_, _TEMP_scatterPlot_EtOverTruthVsE_, _TEMP_scatterPlot_EtOverTruthVsEt_, _TEMP_scatterPlot_EtOverTruthVsEta_, _TEMP_scatterPlot_EtOverTruthVsPhi_, hist_All_recoMass_, hist_BarrelOnly_recoMass_, hist_deltaEtaVsE_, hist_deltaEtaVsEt_, hist_deltaEtaVsEta_, hist_deltaEtaVsPhi_, hist_deltaPhiVsE_, hist_deltaPhiVsEt_, hist_deltaPhiVsEta_, hist_deltaPhiVsPhi_, hist_E_, hist_EEfficiency_, hist_EndcapOnly_recoMass_, hist_ENumRecoOverNumTrue_, hist_EOverTruth_, hist_EOverTruthVsE_, hist_EOverTruthVsEt_, hist_EOverTruthVsEta_, hist_EOverTruthVsPhi_, hist_Et_, hist_Eta_, hist_EtaEfficiency_, hist_EtaNumRecoOverNumTrue_, hist_EtaOverTruth_, hist_EtEfficiency_, hist_EtNumRecoOverNumTrue_, hist_EtOverTruth_, hist_EtOverTruthVsE_, hist_EtOverTruthVsEt_, hist_EtOverTruthVsEta_, hist_EtOverTruthVsPhi_, hist_Mixed_recoMass_, hist_Phi_, hist_PhiEfficiency_, hist_PhiNumRecoOverNumTrue_, hist_PhiOverTruth_, hist_recoMass_withBackgroud_10EtCut_, hist_recoMass_withBackgroud_20EtCut_, hist_recoMass_withBackgroud_5EtCut_, hist_recoMass_withBackgroud_NoEtCut_, hist_resolutionEtaVsE_, hist_resolutionEtaVsEt_, hist_resolutionEtaVsEta_, hist_resolutionEtaVsPhi_, hist_resolutionEtVsE_, hist_resolutionEtVsEt_, hist_resolutionEtVsEta_, hist_resolutionEtVsPhi_, hist_resolutionEVsE_, hist_resolutionEVsEt_, hist_resolutionEVsEta_, hist_resolutionEVsPhi_, hist_resolutionPhiVsE_, hist_resolutionPhiVsEt_, hist_resolutionPhiVsEta_, hist_resolutionPhiVsPhi_, eostools::mkdir(), particleID, particleString, rootFile_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by endJob().
|
private |
Definition at line 1004 of file EgammaObjects.cc.
References hist_All_recoMass_, hist_BarrelOnly_recoMass_, hist_deltaEtaVsE_, hist_deltaEtaVsEt_, hist_deltaEtaVsEta_, hist_deltaEtaVsPhi_, hist_deltaPhiVsE_, hist_deltaPhiVsEt_, hist_deltaPhiVsEta_, hist_deltaPhiVsPhi_, hist_E_, hist_EEfficiency_, hist_EndcapOnly_recoMass_, hist_ENumRecoOverNumTrue_, hist_EOverTruth_, hist_EOverTruthVsE_, hist_EOverTruthVsEt_, hist_EOverTruthVsEta_, hist_EOverTruthVsPhi_, hist_Et_, hist_Eta_, hist_EtaEfficiency_, hist_EtaNumRecoOverNumTrue_, hist_EtaOverTruth_, hist_EtEfficiency_, hist_EtNumRecoOverNumTrue_, hist_EtOverTruth_, hist_EtOverTruthVsE_, hist_EtOverTruthVsEt_, hist_EtOverTruthVsEta_, hist_EtOverTruthVsPhi_, hist_Mixed_recoMass_, hist_Phi_, hist_PhiEfficiency_, hist_PhiNumRecoOverNumTrue_, hist_PhiOverTruth_, hist_recoMass_withBackgroud_10EtCut_, hist_recoMass_withBackgroud_20EtCut_, hist_recoMass_withBackgroud_5EtCut_, hist_recoMass_withBackgroud_NoEtCut_, hist_resolutionEtaVsE_, hist_resolutionEtaVsEt_, hist_resolutionEtaVsEta_, hist_resolutionEtaVsPhi_, hist_resolutionEtVsE_, hist_resolutionEtVsEt_, hist_resolutionEtVsEta_, hist_resolutionEtVsPhi_, hist_resolutionEVsE_, hist_resolutionEVsEt_, hist_resolutionEVsEta_, hist_resolutionEVsPhi_, hist_resolutionPhiVsE_, hist_resolutionPhiVsEt_, hist_resolutionPhiVsEta_, and hist_resolutionPhiVsPhi_.
Referenced by endJob().
|
private |
Definition at line 160 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 159 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 161 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 162 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 165 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 164 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 166 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 167 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 155 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 154 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 156 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 157 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 150 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 149 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 151 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 152 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), createTempHistoObjects(), EgammaObjects(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 41 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), and EgammaObjects().
|
private |
Definition at line 139 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 140 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 77 of file EgammaObjects.h.
Referenced by createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 81 of file EgammaObjects.h.
Referenced by createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 49 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), getDeltaResHistosViaSlicing(), and loadHistoParameters().
|
private |
Definition at line 65 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 45 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), getDeltaResHistosViaSlicing(), and loadHistoParameters().
|
private |
Definition at line 53 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), getDeltaResHistosViaSlicing(), and loadHistoParameters().
|
private |
Definition at line 69 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 61 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 57 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), getDeltaResHistosViaSlicing(), and loadHistoParameters().
|
private |
Definition at line 73 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 85 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 118 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 117 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 119 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 120 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 131 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 130 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 132 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 133 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 100 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 102 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 141 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 103 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 101 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), fitHistos(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 105 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 104 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 106 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 107 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 87 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 113 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 115 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 116 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 114 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), fitHistos(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 89 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 90 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 88 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), fitHistos(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 92 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 91 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 93 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 94 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 76 of file EgammaObjects.h.
Referenced by createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 80 of file EgammaObjects.h.
Referenced by createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 48 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 64 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 44 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 52 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 68 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 60 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 56 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 72 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 84 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 75 of file EgammaObjects.h.
Referenced by createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 79 of file EgammaObjects.h.
Referenced by createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 47 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 63 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 43 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 51 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 67 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 59 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 55 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), createTempHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 71 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 83 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), and loadHistoParameters().
|
private |
Definition at line 142 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 126 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 128 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 129 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), getEfficiencyHistosViaDividing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 127 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), fitHistos(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 146 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 147 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 145 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 144 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 122 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 121 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 123 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 124 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 96 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 95 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 97 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 98 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 109 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 108 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 110 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 111 of file EgammaObjects.h.
Referenced by applyLabels(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 135 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 134 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 136 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 137 of file EgammaObjects.h.
Referenced by applyLabels(), EgammaObjects(), getDeltaResHistosViaSlicing(), saveHistos(), and setDrawOptions().
|
private |
Definition at line 35 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), and loadCMSSWObjects().
|
private |
Definition at line 38 of file EgammaObjects.h.
Referenced by analyze(), applyLabels(), createBookedHistoObjects(), EgammaObjects(), and saveHistos().
|
private |
Definition at line 39 of file EgammaObjects.h.
Referenced by createBookedHistoObjects(), EgammaObjects(), endJob(), getDeltaResHistosViaSlicing(), and saveHistos().
|
private |
Definition at line 36 of file EgammaObjects.h.
Referenced by analyzeElectrons(), analyzePhotons(), and loadCMSSWObjects().
|
private |
Definition at line 33 of file EgammaObjects.h.
Referenced by EgammaObjects(), endJob(), saveHistos(), and ~EgammaObjects().