![]() |
![]() |
#include <GsfElectronDataAnalyzer.h>
Description: GsfElectrons analyzer using reco data
Implementation: <Notes on="" implementation>="">
Definition at line 37 of file GsfElectronDataAnalyzer.h.
GsfElectronDataAnalyzer::GsfElectronDataAnalyzer | ( | const edm::ParameterSet & | conf | ) | [explicit] |
Definition at line 58 of file GsfElectronDataAnalyzer.cc.
References deltaR_, detamatchmax, detamatchmin, detamax, dEtaMaxBarrel_, dEtaMaxEndcaps_, detamin, dEtaMinBarrel_, dEtaMinEndcaps_, dphimatchmax, dphimatchmin, dphimax, dPhiMaxBarrel_, dPhiMaxEndcaps_, dphimin, dPhiMinBarrel_, dPhiMinEndcaps_, ecalIso03MaxBarrel_, ecalIso03MaxEndcaps_, electronCollection_, eopmax, eopmaxsht, eOverPMaxBarrel_, eOverPMaxEndcaps_, eOverPMinBarrel_, eOverPMinEndcaps_, etamax, etamin, fhitsmax, edm::ParameterSet::getParameter(), hadronicOverEmMaxBarrel_, hadronicOverEmMaxEndcaps_, hcalIso03Depth1MaxBarrel_, hcalIso03Depth1MaxEndcaps_, hcalIso03Depth2MaxEndcaps_, histfile_, HLTPathsByIndex_, HLTPathsByName_, hoemax, hoemin, isEB_, isEcalDriven_, isEE_, isNotEBEEGap_, isTrackerDriven_, lhitsmax, matchingCondition_, matchingObjectCollection_, maxAbsEta_, maxAbsEtaMatchingObject_, maxPtMatchingObject_, meemax, meemin, minEt_, minPt_, mvaMin_, nbindeta, nbindetamatch, nbindetamatch2D, nbindphi, nbindphimatch, nbindphimatch2D, nbineop, nbineop2D, nbineta, nbineta2D, nbinfhits, nbinhoe, nbinlhits, nbinmee, nbinp, nbinp2D, nbinphi, nbinphi2D, nbinpoptrue, nbinpt, nbinpt2D, nbinpteff, nbinxyz, outputFile_, phimax, phimin, pmax, poptruemax, poptruemin, ptmax, readAOD_, sigIetaIetaMaxBarrel_, sigIetaIetaMaxEndcaps_, sigIetaIetaMinBarrel_, sigIetaIetaMinEndcaps_, AlCaHLTBitMon_QueryRunRegistry::string, tipMaxBarrel_, tipMaxEndcaps_, tkIso03Max_, and triggerResults_.
: beamSpot_(conf.getParameter<edm::InputTag>("beamSpot")) { outputFile_ = conf.getParameter<std::string>("outputFile"); histfile_ = new TFile(outputFile_.c_str(),"RECREATE"); electronCollection_=conf.getParameter<edm::InputTag>("electronCollection"); readAOD_ = conf.getParameter<bool>("readAOD"); matchingObjectCollection_ = conf.getParameter<edm::InputTag>("matchingObjectCollection"); matchingCondition_ = conf.getParameter<std::string>("matchingCondition"); // currently only one possible matching conditions assert (matchingCondition_ == "Cone"); maxPtMatchingObject_ = conf.getParameter<double>("MaxPtMatchingObject"); maxAbsEtaMatchingObject_ = conf.getParameter<double>("MaxAbsEtaMatchingObject"); deltaR_ = conf.getParameter<double>("DeltaR"); triggerResults_ = conf.getParameter<edm::InputTag>("triggerResults"); HLTPathsByName_= conf.getParameter<std::vector<std::string > >("hltPaths"); HLTPathsByIndex_.resize(HLTPathsByName_.size()); minEt_ = conf.getParameter<double>("MinEt"); minPt_ = conf.getParameter<double>("MinPt"); maxAbsEta_ = conf.getParameter<double>("MaxAbsEta"); isEB_ = conf.getParameter<bool>("SelectEB"); isEE_ = conf.getParameter<bool>("SelectEE"); isNotEBEEGap_ = conf.getParameter<bool>("SelectNotEBEEGap"); isEcalDriven_ = conf.getParameter<bool>("SelectEcalDriven"); isTrackerDriven_ = conf.getParameter<bool>("SelectTrackerDriven"); eOverPMinBarrel_ = conf.getParameter<double>("MinEOverPBarrel"); eOverPMaxBarrel_ = conf.getParameter<double>("MaxEOverPBarrel"); eOverPMinEndcaps_ = conf.getParameter<double>("MinEOverPEndcaps"); eOverPMaxEndcaps_ = conf.getParameter<double>("MaxEOverPEndcaps"); dEtaMinBarrel_ = conf.getParameter<double>("MinDetaBarrel"); dEtaMaxBarrel_ = conf.getParameter<double>("MaxDetaBarrel"); dEtaMinEndcaps_ = conf.getParameter<double>("MinDetaEndcaps"); dEtaMaxEndcaps_ = conf.getParameter<double>("MaxDetaEndcaps"); dPhiMinBarrel_ = conf.getParameter<double>("MinDphiBarrel"); dPhiMaxBarrel_ = conf.getParameter<double>("MaxDphiBarrel"); dPhiMinEndcaps_ = conf.getParameter<double>("MinDphiEndcaps"); dPhiMaxEndcaps_ = conf.getParameter<double>("MaxDphiEndcaps"); sigIetaIetaMinBarrel_ = conf.getParameter<double>("MinSigIetaIetaBarrel"); sigIetaIetaMaxBarrel_ = conf.getParameter<double>("MaxSigIetaIetaBarrel"); sigIetaIetaMinEndcaps_ = conf.getParameter<double>("MinSigIetaIetaEndcaps"); sigIetaIetaMaxEndcaps_ = conf.getParameter<double>("MaxSigIetaIetaEndcaps"); hadronicOverEmMaxBarrel_ = conf.getParameter<double>("MaxHoEBarrel"); hadronicOverEmMaxEndcaps_ = conf.getParameter<double>("MaxHoEEndcaps"); mvaMin_ = conf.getParameter<double>("MinMVA"); tipMaxBarrel_ = conf.getParameter<double>("MaxTipBarrel"); tipMaxEndcaps_ = conf.getParameter<double>("MaxTipEndcaps"); tkIso03Max_ = conf.getParameter<double>("MaxTkIso03"); hcalIso03Depth1MaxBarrel_ = conf.getParameter<double>("MaxHcalIso03Depth1Barrel"); hcalIso03Depth1MaxEndcaps_ = conf.getParameter<double>("MaxHcalIso03Depth1Endcaps"); hcalIso03Depth2MaxEndcaps_ = conf.getParameter<double>("MaxHcalIso03Depth2Endcaps"); ecalIso03MaxBarrel_ = conf.getParameter<double>("MaxEcalIso03Barrel"); ecalIso03MaxEndcaps_ = conf.getParameter<double>("MaxEcalIso03Endcaps"); edm::ParameterSet pset = conf.getParameter<edm::ParameterSet>("HistosConfigurationData") ; etamin=pset.getParameter<double>("Etamin"); etamax=pset.getParameter<double>("Etamax"); phimin=pset.getParameter<double>("Phimin"); phimax=pset.getParameter<double>("Phimax"); ptmax=pset.getParameter<double>("Ptmax"); pmax=pset.getParameter<double>("Pmax"); eopmax=pset.getParameter<double>("Eopmax"); eopmaxsht=pset.getParameter<double>("Eopmaxsht"); detamin=pset.getParameter<double>("Detamin"); detamax=pset.getParameter<double>("Detamax"); dphimin=pset.getParameter<double>("Dphimin"); dphimax=pset.getParameter<double>("Dphimax"); detamatchmin=pset.getParameter<double>("Detamatchmin"); detamatchmax=pset.getParameter<double>("Detamatchmax"); dphimatchmin=pset.getParameter<double>("Dphimatchmin"); dphimatchmax=pset.getParameter<double>("Dphimatchmax"); fhitsmax=pset.getParameter<double>("Fhitsmax"); lhitsmax=pset.getParameter<double>("Lhitsmax"); nbineta=pset.getParameter<int>("Nbineta"); nbineta2D=pset.getParameter<int>("Nbineta2D"); nbinp=pset.getParameter<int>("Nbinp"); nbinpt=pset.getParameter<int>("Nbinpt"); nbinp2D=pset.getParameter<int>("Nbinp2D"); nbinpt2D=pset.getParameter<int>("Nbinpt2D"); nbinpteff=pset.getParameter<int>("Nbinpteff"); nbinphi=pset.getParameter<int>("Nbinphi"); nbinphi2D=pset.getParameter<int>("Nbinphi2D"); nbineop=pset.getParameter<int>("Nbineop"); nbineop2D=pset.getParameter<int>("Nbineop2D"); nbinfhits=pset.getParameter<int>("Nbinfhits"); nbinlhits=pset.getParameter<int>("Nbinlhits"); nbinxyz=pset.getParameter<int>("Nbinxyz"); nbindeta=pset.getParameter<int>("Nbindeta"); nbindphi=pset.getParameter<int>("Nbindphi"); nbindetamatch=pset.getParameter<int>("Nbindetamatch"); nbindphimatch=pset.getParameter<int>("Nbindphimatch"); nbindetamatch2D=pset.getParameter<int>("Nbindetamatch2D"); nbindphimatch2D=pset.getParameter<int>("Nbindphimatch2D"); nbinpoptrue= pset.getParameter<int>("Nbinpoptrue"); poptruemin=pset.getParameter<double>("Poptruemin"); poptruemax=pset.getParameter<double>("Poptruemax"); nbinmee= pset.getParameter<int>("Nbinmee"); meemin=pset.getParameter<double>("Meemin"); meemax=pset.getParameter<double>("Meemax"); nbinhoe= pset.getParameter<int>("Nbinhoe"); hoemin=pset.getParameter<double>("Hoemin"); hoemax=pset.getParameter<double>("Hoemax"); }
GsfElectronDataAnalyzer::~GsfElectronDataAnalyzer | ( | ) | [virtual] |
Definition at line 168 of file GsfElectronDataAnalyzer.cc.
References histfile_.
void GsfElectronDataAnalyzer::analyze | ( | const edm::Event & | e, |
const edm::EventSetup & | c | ||
) | [virtual] |
Implements edm::EDAnalyzer.
Definition at line 1055 of file GsfElectronDataAnalyzer.cc.
References abs, beamSpot_, edm::RefToBase< T >::castTo(), gather_cfg::cout, deltaR(), deltaR_, dEtaMaxBarrel_, dEtaMaxEndcaps_, dEtaMinBarrel_, dEtaMinEndcaps_, dPhiMaxBarrel_, dPhiMaxEndcaps_, dPhiMinBarrel_, dPhiMinEndcaps_, ecalIso03MaxBarrel_, ecalIso03MaxEndcaps_, electronCollection_, eOverPMaxBarrel_, eOverPMaxEndcaps_, eOverPMinBarrel_, eOverPMinEndcaps_, reco::LeafCandidate::eta(), HcalObjRepresent::Fill(), edm::Event::getByLabel(), gsfElectrons_cfi::gsfElectrons, h_ele_ambiguousTracks, h_ele_ambiguousTracksVsEta, h_ele_ambiguousTracksVsPhi, h_ele_ambiguousTracksVsPt, h_ele_charge, h_ele_chargeVsEta, h_ele_chargeVsPhi, h_ele_chargeVsPt, h_ele_chi2, h_ele_chi2VsEta, h_ele_chi2VsPhi, h_ele_chi2VsPt, h_ele_classes, h_ele_dEtaCl_propOut, h_ele_dEtaClVsEta_propOut, h_ele_dEtaClVsPhi_propOut, h_ele_dEtaClVsPt_propOut, h_ele_dEtaEleCl_propOut, h_ele_dEtaEleClVsEta_propOut, h_ele_dEtaEleClVsPhi_propOut, h_ele_dEtaEleClVsPt_propOut, h_ele_dEtaSc_propVtx, h_ele_dEtaScVsEta_propVtx, h_ele_dEtaScVsPhi_propVtx, h_ele_dEtaScVsPt_propVtx, h_ele_dPhiCl_propOut, h_ele_dPhiClVsEta_propOut, h_ele_dPhiClVsPhi_propOut, h_ele_dPhiClVsPt_propOut, h_ele_dPhiEleCl_propOut, h_ele_dPhiEleClVsEta_propOut, h_ele_dPhiEleClVsPhi_propOut, h_ele_dPhiEleClVsPt_propOut, h_ele_dPhiSc_propVtx, h_ele_dPhiScVsEta_propVtx, h_ele_dPhiScVsPhi_propVtx, h_ele_dPhiScVsPt_propVtx, h_ele_E2mnE1vsMee_all, h_ele_E2mnE1vsMee_egeg_all, h_ele_ecalRecHitSumEt_dr03, h_ele_ecalRecHitSumEt_dr04, h_ele_EeleOPout, h_ele_EeleOPoutVsE, h_ele_EeleOPoutVsEta, h_ele_EeleOPoutVsPhi, h_ele_EoP, h_ele_EoPout, h_ele_EoPoutVsE, h_ele_EoPoutVsEta, h_ele_EoPoutVsPhi, h_ele_EoPVsE, h_ele_EoPVsEta, h_ele_EoPVsPhi, h_ele_EseedOP, h_ele_EseedOPVsE, h_ele_EseedOPVsEta, h_ele_EseedOPVsPhi, h_ele_Et, h_ele_eta, h_ele_eta_bbrem, h_ele_eta_golden, h_ele_eta_shower, h_ele_EtaMnEtamatchingObject_matched, h_ele_EtaMnEtamatchingObjectVsEta_matched, h_ele_EtaMnEtamatchingObjectVsPhi_matched, h_ele_EtaMnEtamatchingObjectVsPt_matched, h_ele_fbrem, h_ele_fbremVsEta_mean, h_ele_fbremVsEta_mode, h_ele_foundHits, h_ele_foundHitsVsEta, h_ele_foundHitsVsPhi, h_ele_foundHitsVsPt, h_ele_hcalDepth1TowerSumEt_dr03, h_ele_hcalDepth1TowerSumEt_dr04, h_ele_hcalDepth2TowerSumEt_dr03, h_ele_hcalDepth2TowerSumEt_dr04, h_ele_HoE, h_ele_HoE_fiducial, h_ele_HoEVsE, h_ele_HoEVsEta, h_ele_HoEVsPhi, h_ele_lostHits, h_ele_lostHitsVsEta, h_ele_lostHitsVsPhi, h_ele_lostHitsVsPt, h_ele_matchingObjectAbsEta_matched, h_ele_matchingObjectEta_matched, h_ele_matchingObjectPhi_matched, h_ele_matchingObjectPt_matched, h_ele_matchingObjectZ_matched, h_ele_mee_all, h_ele_mee_os, h_ele_mee_os_bb, h_ele_mee_os_ebeb, h_ele_mee_os_ebee, h_ele_mee_os_eeee, h_ele_mee_os_gb, h_ele_mee_os_gg, h_ele_mva, h_ele_outerP, h_ele_outerP_mode, h_ele_outerPt, h_ele_outerPt_mode, h_ele_outerPtVsEta_mode, h_ele_outerPtVsPhi_mode, h_ele_outerPtVsPt_mode, h_ele_outerPVsEta_mode, h_ele_PhiMnPhimatchingObject2_matched, h_ele_PhiMnPhimatchingObject_matched, h_ele_PhiMnPhimatchingObjectVsEta_matched, h_ele_PhiMnPhimatchingObjectVsPhi_matched, h_ele_PhiMnPhimatchingObjectVsPt_matched, h_ele_PinMnPout, h_ele_PinMnPout_mode, h_ele_PinMnPoutVsChi2_mode, h_ele_PinMnPoutVsE_mode, h_ele_PinMnPoutVsEta_mode, h_ele_PinMnPoutVsPhi_mode, h_ele_PinMnPoutVsPt_mode, h_ele_PinVsPoutGolden_mean, h_ele_PinVsPoutGolden_mode, h_ele_PinVsPoutShowering_mean, h_ele_PinVsPoutShowering_mode, h_ele_PoPmatchingObject_barrel_matched, h_ele_PoPmatchingObject_endcaps_matched, h_ele_PoPmatchingObject_matched, h_ele_PoPmatchingObjectVsEta_matched, h_ele_PoPmatchingObjectVsPhi_matched, h_ele_PoPmatchingObjectVsPt_matched, h_ele_provenance, h_ele_PtinVsPtoutGolden_mean, h_ele_PtinVsPtoutGolden_mode, h_ele_PtinVsPtoutShowering_mean, h_ele_PtinVsPtoutShowering_mode, h_ele_PtoPtmatchingObject_barrel_matched, h_ele_PtoPtmatchingObject_endcaps_matched, h_ele_PtoPtmatchingObject_matched, h_ele_seed_dphi2_, h_ele_seed_dphi2VsEta_, h_ele_seed_dphi2VsPt_, h_ele_seed_drz2_, h_ele_seed_drz2VsEta_, h_ele_seed_drz2VsPt_, h_ele_seed_subdet2_, h_ele_tkSumPt_dr03, h_ele_tkSumPt_dr04, h_ele_vertexEta, h_ele_vertexEtaVsPhi, h_ele_vertexP, h_ele_vertexPhi, h_ele_vertexPt, h_ele_vertexPtVsEta, h_ele_vertexPtVsPhi, h_ele_vertexTIP, h_ele_vertexTIPVsEta, h_ele_vertexTIPVsPhi, h_ele_vertexTIPVsPt, h_ele_vertexX, h_ele_vertexY, h_ele_vertexZ, h_matchingObjectAbsEta, h_matchingObjectEta, h_matchingObjectNum, h_matchingObjectP, h_matchingObjectPhi, h_matchingObjectPt, h_matchingObjectZ, hadronicOverEmMaxBarrel_, hadronicOverEmMaxEndcaps_, hcalIso03Depth1MaxBarrel_, hcalIso03Depth1MaxEndcaps_, hcalIso03Depth2MaxEndcaps_, histNum_, histSclE1x5_, histSclE1x5_barrel_, histSclE1x5_endcaps_, histSclE2x5max_, histSclE2x5max_barrel_, histSclE2x5max_endcaps_, histSclE5x5_, histSclE5x5_barrel_, histSclE5x5_endcaps_, histSclEn_, histSclEoEmatchingObject_barrel_matched, histSclEoEmatchingObject_barrel_new_matched, histSclEoEmatchingObject_endcaps_matched, histSclEoEmatchingObject_endcaps_new_matched, histSclEt_, histSclEta_, histSclEtaVsPhi_, histSclEtVsEta_, histSclEtVsPhi_, histSclPhi_, histSclSigEtaEta_, histSclSigIEtaIEta_barrel_, histSclSigIEtaIEta_endcaps_, edm::EventBase::id(), reco::GsfElectron::isEB(), isEB_, isEcalDriven_, reco::GsfElectron::isEE(), isEE_, isNotEBEEGap_, isTrackerDriven_, matchingCondition_, matchingObjectCollection_, maxAbsEta_, maxAbsEtaMatchingObject_, maxPtMatchingObject_, minEt_, minPt_, mvaMin_, nAfterTrigger_, nEvents_, reco::LeafCandidate::p(), reco::LeafCandidate::phi(), pi, reco::BeamSpot::position(), funct::pow(), edm::Handle< T >::product(), reco::LeafCandidate::pt(), reco::LeafCandidate::py(), dttmaxenums::R, readAOD_, sigIetaIetaMaxBarrel_, sigIetaIetaMaxEndcaps_, sigIetaIetaMinBarrel_, sigIetaIetaMinEndcaps_, mathSSE::sqrt(), reco::GsfElectron::superCluster(), tipMaxBarrel_, tipMaxEndcaps_, tkIso03Max_, and trigger().
{ std::cout << "analyzing new event " << std::endl; nEvents_++; // check event pass requested triggers if any if (!trigger(iEvent)) return; std::cout << "new event passing trigger " << std::endl; nAfterTrigger_++; // get reco electrons edm::Handle<reco::GsfElectronCollection> gsfElectrons; iEvent.getByLabel(electronCollection_,gsfElectrons); edm::LogInfo("")<<"\n\n =================> Treating event "<<iEvent.id()<<" Number of electrons "<<gsfElectrons.product()->size(); // get reco supercluster collection edm::Handle<reco::SuperClusterCollection> recoClusters; iEvent.getByLabel(matchingObjectCollection_,recoClusters); // get the beamspot from the Event: edm::Handle<reco::BeamSpot> recoBeamSpotHandle; iEvent.getByLabel(beamSpot_, recoBeamSpotHandle); const BeamSpot bs = *recoBeamSpotHandle; histNum_->Fill((*gsfElectrons).size()); // selected rec electrons for (reco::GsfElectronCollection::const_iterator gsfIter=gsfElectrons->begin(); gsfIter!=gsfElectrons->end(); gsfIter++){ // select electrons if (gsfIter->superCluster()->energy()/cosh(gsfIter->superCluster()->eta())<minEt_) continue; if (std::abs(gsfIter->eta())>maxAbsEta_) continue; if (gsfIter->pt()<minPt_) continue; if (gsfIter->isEB() && isEE_) continue; if (gsfIter->isEE() && isEB_) continue; if (gsfIter->isEBEEGap() && isNotEBEEGap_) continue; if (gsfIter->ecalDrivenSeed() && isTrackerDriven_) continue; if (gsfIter->trackerDrivenSeed() && isEcalDriven_) continue; if (gsfIter->isEB() && gsfIter->eSuperClusterOverP() < eOverPMinBarrel_) continue; if (gsfIter->isEB() && gsfIter->eSuperClusterOverP() > eOverPMaxBarrel_) continue; if (gsfIter->isEE() && gsfIter->eSuperClusterOverP() < eOverPMinEndcaps_) continue; if (gsfIter->isEE() && gsfIter->eSuperClusterOverP() > eOverPMaxEndcaps_) continue; if (gsfIter->isEB() && std::abs(gsfIter->deltaEtaSuperClusterTrackAtVtx()) < dEtaMinBarrel_) continue; if (gsfIter->isEB() && std::abs(gsfIter->deltaEtaSuperClusterTrackAtVtx()) > dEtaMaxBarrel_) continue; if (gsfIter->isEE() && std::abs(gsfIter->deltaEtaSuperClusterTrackAtVtx()) < dEtaMinEndcaps_) continue; if (gsfIter->isEE() && std::abs(gsfIter->deltaEtaSuperClusterTrackAtVtx()) > dEtaMaxEndcaps_) continue; if (gsfIter->isEB() && std::abs(gsfIter->deltaPhiSuperClusterTrackAtVtx()) < dPhiMinBarrel_) continue; if (gsfIter->isEB() && std::abs(gsfIter->deltaPhiSuperClusterTrackAtVtx()) > dPhiMaxBarrel_) continue; if (gsfIter->isEE() && std::abs(gsfIter->deltaPhiSuperClusterTrackAtVtx()) < dPhiMinEndcaps_) continue; if (gsfIter->isEE() && std::abs(gsfIter->deltaPhiSuperClusterTrackAtVtx()) > dPhiMaxEndcaps_) continue; if (gsfIter->isEB() && gsfIter->scSigmaIEtaIEta() < sigIetaIetaMinBarrel_) continue; if (gsfIter->isEB() && gsfIter->scSigmaIEtaIEta() > sigIetaIetaMaxBarrel_) continue; if (gsfIter->isEE() && gsfIter->scSigmaIEtaIEta() < sigIetaIetaMinEndcaps_) continue; if (gsfIter->isEE() && gsfIter->scSigmaIEtaIEta() > sigIetaIetaMaxEndcaps_) continue; if (gsfIter->isEB() && gsfIter->hadronicOverEm() > hadronicOverEmMaxBarrel_) continue; if (gsfIter->isEE() && gsfIter->hadronicOverEm() > hadronicOverEmMaxEndcaps_) continue; if (gsfIter->mva() < mvaMin_) continue; double d = (gsfIter->vertex().x()-bs.position().x()) *(gsfIter->vertex().x()-bs.position().x())+ (gsfIter->vertex().y()-bs.position().y()) *(gsfIter->vertex().y()-bs.position().y()); d = sqrt(d); if (gsfIter->isEB() && d > tipMaxBarrel_) continue; if (gsfIter->isEE() && d > tipMaxEndcaps_) continue; if (gsfIter->dr03TkSumPt() > tkIso03Max_) continue; if (gsfIter->isEB() && gsfIter->dr03HcalDepth1TowerSumEt() > hcalIso03Depth1MaxBarrel_) continue; if (gsfIter->isEE() && gsfIter->dr03HcalDepth1TowerSumEt() > hcalIso03Depth1MaxEndcaps_) continue; if (gsfIter->isEE() && gsfIter->dr03HcalDepth2TowerSumEt() > hcalIso03Depth2MaxEndcaps_) continue; if (gsfIter->isEB() && gsfIter->dr03EcalRecHitSumEt() > ecalIso03MaxBarrel_) continue; if (gsfIter->isEE() && gsfIter->dr03EcalRecHitSumEt() > ecalIso03MaxEndcaps_) continue; // electron related distributions h_ele_charge -> Fill( gsfIter->charge() ); h_ele_chargeVsEta -> Fill( gsfIter->eta(),gsfIter->charge() ); h_ele_chargeVsPhi -> Fill( gsfIter->phi(),gsfIter->charge() ); h_ele_chargeVsPt -> Fill( gsfIter->pt(),gsfIter->charge() ); h_ele_vertexP -> Fill( gsfIter->p() ); h_ele_vertexPt -> Fill( gsfIter->pt() ); h_ele_Et -> Fill( gsfIter->superCluster()->energy()/cosh( gsfIter->superCluster()->eta()) ); h_ele_vertexPtVsEta -> Fill( gsfIter->eta(),gsfIter->pt() ); h_ele_vertexPtVsPhi -> Fill( gsfIter->phi(),gsfIter->pt() ); h_ele_vertexEta -> Fill( gsfIter->eta() ); h_ele_vertexEtaVsPhi -> Fill( gsfIter->phi(),gsfIter->eta() ); h_ele_vertexPhi -> Fill( gsfIter->phi() ); h_ele_vertexX -> Fill( gsfIter->vertex().x() ); h_ele_vertexY -> Fill( gsfIter->vertex().y() ); h_ele_vertexZ -> Fill( gsfIter->vertex().z() ); h_ele_vertexTIP -> Fill( d ); h_ele_vertexTIPVsEta -> Fill( gsfIter->eta(), d ); h_ele_vertexTIPVsPhi -> Fill( gsfIter->phi(), d ); h_ele_vertexTIPVsPt -> Fill( gsfIter->pt(), d ); // supercluster related distributions reco::SuperClusterRef sclRef = gsfIter->superCluster(); if (!gsfIter->ecalDrivenSeed()&&gsfIter->trackerDrivenSeed()) sclRef = gsfIter->pflowSuperCluster(); histSclEn_->Fill(sclRef->energy()); double R=TMath::Sqrt(sclRef->x()*sclRef->x() + sclRef->y()*sclRef->y() +sclRef->z()*sclRef->z()); double Rt=TMath::Sqrt(sclRef->x()*sclRef->x() + sclRef->y()*sclRef->y()); histSclEt_->Fill(sclRef->energy()*(Rt/R)); histSclEtVsEta_->Fill(sclRef->eta(),sclRef->energy()*(Rt/R)); histSclEtVsPhi_->Fill(sclRef->phi(),sclRef->energy()*(Rt/R)); histSclEta_->Fill(sclRef->eta()); histSclEtaVsPhi_->Fill(sclRef->phi(),sclRef->eta()); histSclPhi_->Fill(sclRef->phi()); histSclSigEtaEta_->Fill(gsfIter->scSigmaEtaEta()); if (gsfIter->isEB()) histSclSigIEtaIEta_barrel_->Fill(gsfIter->scSigmaIEtaIEta()); if (gsfIter->isEE()) histSclSigIEtaIEta_endcaps_->Fill(gsfIter->scSigmaIEtaIEta()); histSclE1x5_->Fill(gsfIter->scE1x5()); if (gsfIter->isEB()) histSclE1x5_barrel_->Fill(gsfIter->scE1x5()); if (gsfIter->isEE()) histSclE1x5_endcaps_->Fill(gsfIter->scE1x5()); histSclE2x5max_->Fill(gsfIter->scE2x5Max()); if (gsfIter->isEB()) histSclE2x5max_barrel_->Fill(gsfIter->scE2x5Max()); if (gsfIter->isEE()) histSclE2x5max_endcaps_->Fill(gsfIter->scE2x5Max()); histSclE5x5_->Fill(gsfIter->scE5x5()); if (gsfIter->isEB()) histSclE5x5_barrel_->Fill(gsfIter->scE5x5()); if (gsfIter->isEE()) histSclE5x5_endcaps_->Fill(gsfIter->scE5x5()); // track related distributions h_ele_ambiguousTracks -> Fill( gsfIter->ambiguousGsfTracksSize() ); h_ele_ambiguousTracksVsEta -> Fill( gsfIter->eta(), gsfIter->ambiguousGsfTracksSize() ); h_ele_ambiguousTracksVsPhi -> Fill( gsfIter->phi(), gsfIter->ambiguousGsfTracksSize() ); h_ele_ambiguousTracksVsPt -> Fill( gsfIter->pt(), gsfIter->ambiguousGsfTracksSize() ); if (!readAOD_) { // track extra does not exist in AOD h_ele_foundHits -> Fill( gsfIter->gsfTrack()->numberOfValidHits() ); h_ele_foundHitsVsEta -> Fill( gsfIter->eta(), gsfIter->gsfTrack()->numberOfValidHits() ); h_ele_foundHitsVsPhi -> Fill( gsfIter->phi(), gsfIter->gsfTrack()->numberOfValidHits() ); h_ele_foundHitsVsPt -> Fill( gsfIter->pt(), gsfIter->gsfTrack()->numberOfValidHits() ); h_ele_lostHits -> Fill( gsfIter->gsfTrack()->numberOfLostHits() ); h_ele_lostHitsVsEta -> Fill( gsfIter->eta(), gsfIter->gsfTrack()->numberOfLostHits() ); h_ele_lostHitsVsPhi -> Fill( gsfIter->phi(), gsfIter->gsfTrack()->numberOfLostHits() ); h_ele_lostHitsVsPt -> Fill( gsfIter->pt(), gsfIter->gsfTrack()->numberOfLostHits() ); h_ele_chi2 -> Fill( gsfIter->gsfTrack()->normalizedChi2() ); h_ele_chi2VsEta -> Fill( gsfIter->eta(), gsfIter->gsfTrack()->normalizedChi2() ); h_ele_chi2VsPhi -> Fill( gsfIter->phi(), gsfIter->gsfTrack()->normalizedChi2() ); h_ele_chi2VsPt -> Fill( gsfIter->pt(), gsfIter->gsfTrack()->normalizedChi2() ); } // from gsf track interface, hence using mean if (!readAOD_) { // track extra does not exist in AOD h_ele_PinMnPout -> Fill( gsfIter->gsfTrack()->innerMomentum().R() - gsfIter->gsfTrack()->outerMomentum().R() ); h_ele_outerP -> Fill( gsfIter->gsfTrack()->outerMomentum().R() ); h_ele_outerPt -> Fill( gsfIter->gsfTrack()->outerMomentum().Rho() ); } // from electron interface, hence using mode h_ele_PinMnPout_mode -> Fill( gsfIter->trackMomentumAtVtx().R() - gsfIter->trackMomentumOut().R() ); h_ele_PinMnPoutVsEta_mode -> Fill( gsfIter->eta(), gsfIter->trackMomentumAtVtx().R() - gsfIter->trackMomentumOut().R() ); h_ele_PinMnPoutVsPhi_mode -> Fill( gsfIter->phi(), gsfIter->trackMomentumAtVtx().R() - gsfIter->trackMomentumOut().R() ); h_ele_PinMnPoutVsPt_mode -> Fill( gsfIter->pt(), gsfIter->trackMomentumAtVtx().R() - gsfIter->trackMomentumOut().R() ); h_ele_PinMnPoutVsE_mode -> Fill( gsfIter->caloEnergy(), gsfIter->trackMomentumAtVtx().R() - gsfIter->trackMomentumOut().R() ); if (!readAOD_) // track extra does not exist in AOD h_ele_PinMnPoutVsChi2_mode -> Fill( gsfIter->gsfTrack()->normalizedChi2(), gsfIter->trackMomentumAtVtx().R() - gsfIter->trackMomentumOut().R() ); h_ele_outerP_mode -> Fill( gsfIter->trackMomentumOut().R() ); h_ele_outerPVsEta_mode -> Fill(gsfIter->eta(), gsfIter->trackMomentumOut().R() ); h_ele_outerPt_mode -> Fill( gsfIter->trackMomentumOut().Rho() ); h_ele_outerPtVsEta_mode -> Fill(gsfIter->eta(), gsfIter->trackMomentumOut().Rho() ); h_ele_outerPtVsPhi_mode -> Fill(gsfIter->phi(), gsfIter->trackMomentumOut().Rho() ); h_ele_outerPtVsPt_mode -> Fill(gsfIter->pt(), gsfIter->trackMomentumOut().Rho() ); if (!readAOD_) { // track extra does not exist in AOD edm::RefToBase<TrajectorySeed> seed = gsfIter->gsfTrack()->extra()->seedRef(); ElectronSeedRef elseed=seed.castTo<ElectronSeedRef>(); h_ele_seed_dphi2_-> Fill(elseed->dPhi2()); h_ele_seed_dphi2VsEta_-> Fill(gsfIter->eta(), elseed->dPhi2()); h_ele_seed_dphi2VsPt_-> Fill(gsfIter->pt(), elseed->dPhi2()) ; h_ele_seed_drz2_-> Fill(elseed->dRz2()); h_ele_seed_drz2VsEta_-> Fill(gsfIter->eta(), elseed->dRz2()); h_ele_seed_drz2VsPt_-> Fill(gsfIter->pt(), elseed->dRz2()); h_ele_seed_subdet2_-> Fill(elseed->subDet2()); } // match distributions h_ele_EoP -> Fill( gsfIter->eSuperClusterOverP() ); h_ele_EoPVsEta -> Fill(gsfIter->eta(), gsfIter->eSuperClusterOverP() ); h_ele_EoPVsPhi -> Fill(gsfIter->phi(), gsfIter->eSuperClusterOverP() ); h_ele_EoPVsE -> Fill(gsfIter->caloEnergy(), gsfIter->eSuperClusterOverP() ); h_ele_EseedOP -> Fill( gsfIter->eSeedClusterOverP() ); h_ele_EseedOPVsEta -> Fill(gsfIter->eta(), gsfIter->eSeedClusterOverP() ); h_ele_EseedOPVsPhi -> Fill(gsfIter->phi(), gsfIter->eSeedClusterOverP() ); h_ele_EseedOPVsE -> Fill(gsfIter->caloEnergy(), gsfIter->eSeedClusterOverP() ); h_ele_EoPout -> Fill( gsfIter->eSeedClusterOverPout() ); h_ele_EoPoutVsEta -> Fill( gsfIter->eta(), gsfIter->eSeedClusterOverPout() ); h_ele_EoPoutVsPhi -> Fill( gsfIter->phi(), gsfIter->eSeedClusterOverPout() ); h_ele_EoPoutVsE -> Fill( gsfIter->caloEnergy(), gsfIter->eSeedClusterOverPout() ); h_ele_EeleOPout -> Fill( gsfIter->eEleClusterOverPout() ); h_ele_EeleOPoutVsEta -> Fill( gsfIter->eta(), gsfIter->eEleClusterOverPout() ); h_ele_EeleOPoutVsPhi -> Fill( gsfIter->phi(), gsfIter->eEleClusterOverPout() ); h_ele_EeleOPoutVsE -> Fill( gsfIter->caloEnergy(), gsfIter->eEleClusterOverPout() ); h_ele_dEtaSc_propVtx -> Fill(gsfIter->deltaEtaSuperClusterTrackAtVtx()); h_ele_dEtaScVsEta_propVtx -> Fill( gsfIter->eta(),gsfIter->deltaEtaSuperClusterTrackAtVtx()); h_ele_dEtaScVsPhi_propVtx -> Fill(gsfIter->phi(),gsfIter->deltaEtaSuperClusterTrackAtVtx()); h_ele_dEtaScVsPt_propVtx -> Fill(gsfIter->pt(),gsfIter->deltaEtaSuperClusterTrackAtVtx()); h_ele_dPhiSc_propVtx -> Fill(gsfIter->deltaPhiSuperClusterTrackAtVtx()); h_ele_dPhiScVsEta_propVtx -> Fill( gsfIter->eta(),gsfIter->deltaPhiSuperClusterTrackAtVtx()); h_ele_dPhiScVsPhi_propVtx -> Fill(gsfIter->phi(),gsfIter->deltaPhiSuperClusterTrackAtVtx()); h_ele_dPhiScVsPt_propVtx -> Fill(gsfIter->pt(),gsfIter->deltaPhiSuperClusterTrackAtVtx()); h_ele_dEtaCl_propOut -> Fill(gsfIter->deltaEtaSeedClusterTrackAtCalo()); h_ele_dEtaClVsEta_propOut -> Fill( gsfIter->eta(),gsfIter->deltaEtaSeedClusterTrackAtCalo()); h_ele_dEtaClVsPhi_propOut -> Fill(gsfIter->phi(),gsfIter->deltaEtaSeedClusterTrackAtCalo()); h_ele_dEtaClVsPt_propOut -> Fill(gsfIter->pt(),gsfIter->deltaEtaSeedClusterTrackAtCalo()); h_ele_dPhiCl_propOut -> Fill(gsfIter->deltaPhiSeedClusterTrackAtCalo()); h_ele_dPhiClVsEta_propOut -> Fill( gsfIter->eta(),gsfIter->deltaPhiSeedClusterTrackAtCalo()); h_ele_dPhiClVsPhi_propOut -> Fill(gsfIter->phi(),gsfIter->deltaPhiSeedClusterTrackAtCalo()); h_ele_dPhiClVsPt_propOut -> Fill(gsfIter->pt(),gsfIter->deltaPhiSeedClusterTrackAtCalo()); h_ele_dEtaEleCl_propOut -> Fill(gsfIter->deltaEtaEleClusterTrackAtCalo()); h_ele_dEtaEleClVsEta_propOut -> Fill( gsfIter->eta(),gsfIter->deltaEtaEleClusterTrackAtCalo()); h_ele_dEtaEleClVsPhi_propOut -> Fill(gsfIter->phi(),gsfIter->deltaEtaEleClusterTrackAtCalo()); h_ele_dEtaEleClVsPt_propOut -> Fill(gsfIter->pt(),gsfIter->deltaEtaEleClusterTrackAtCalo()); h_ele_dPhiEleCl_propOut -> Fill(gsfIter->deltaPhiEleClusterTrackAtCalo()); h_ele_dPhiEleClVsEta_propOut -> Fill( gsfIter->eta(),gsfIter->deltaPhiEleClusterTrackAtCalo()); h_ele_dPhiEleClVsPhi_propOut -> Fill(gsfIter->phi(),gsfIter->deltaPhiEleClusterTrackAtCalo()); h_ele_dPhiEleClVsPt_propOut -> Fill(gsfIter->pt(),gsfIter->deltaPhiEleClusterTrackAtCalo()); h_ele_HoE -> Fill(gsfIter->hadronicOverEm()); if (!gsfIter->isEBEtaGap() && !gsfIter->isEBPhiGap()&& !gsfIter->isEBEEGap() && !gsfIter->isEERingGap() && !gsfIter->isEEDeeGap()) h_ele_HoE_fiducial -> Fill(gsfIter->hadronicOverEm()); h_ele_HoEVsEta -> Fill( gsfIter->eta(),gsfIter->hadronicOverEm()); h_ele_HoEVsPhi -> Fill(gsfIter->phi(),gsfIter->hadronicOverEm()); h_ele_HoEVsE -> Fill(gsfIter->caloEnergy(),gsfIter->hadronicOverEm()); //classes int eleClass = gsfIter->classification(); if (gsfIter->isEE()) eleClass+=10; h_ele_classes ->Fill(eleClass); h_ele_eta->Fill(std::abs(gsfIter->eta())); if (gsfIter->classification() == GsfElectron::GOLDEN) h_ele_eta_golden ->Fill(std::abs(gsfIter->eta())); if (gsfIter->classification() == GsfElectron::BIGBREM) h_ele_eta_bbrem ->Fill(std::abs(gsfIter->eta())); //if (gsfIter->classification() == GsfElectron::OLDNARROW) h_ele_eta_narrow ->Fill(std::abs(gsfIter->eta())); if (gsfIter->classification() == GsfElectron::SHOWERING) h_ele_eta_shower ->Fill(std::abs(gsfIter->eta())); //fbrem double fbrem_mean=0.; if (!readAOD_) // track extra does not exist in AOD fbrem_mean = 1. - gsfIter->gsfTrack()->outerMomentum().R()/gsfIter->gsfTrack()->innerMomentum().R(); double fbrem_mode = gsfIter->fbrem(); h_ele_fbrem->Fill(fbrem_mode); h_ele_fbremVsEta_mode->Fill(gsfIter->eta(),fbrem_mode); if (!readAOD_) // track extra does not exist in AOD h_ele_fbremVsEta_mean->Fill(gsfIter->eta(),fbrem_mean); if (gsfIter->classification() == GsfElectron::GOLDEN) h_ele_PinVsPoutGolden_mode -> Fill(gsfIter->trackMomentumOut().R(), gsfIter->trackMomentumAtVtx().R()); if (gsfIter->classification() == GsfElectron::SHOWERING) h_ele_PinVsPoutShowering_mode -> Fill(gsfIter->trackMomentumOut().R(), gsfIter->trackMomentumAtVtx().R()); if (!readAOD_) // track extra does not exist in AOD if (gsfIter->classification() == GsfElectron::GOLDEN) h_ele_PinVsPoutGolden_mean -> Fill(gsfIter->gsfTrack()->outerMomentum().R(), gsfIter->gsfTrack()->innerMomentum().R()); if (!readAOD_) // track extra does not exist in AOD if (gsfIter->classification() == GsfElectron::SHOWERING) h_ele_PinVsPoutShowering_mean -> Fill(gsfIter->gsfTrack()->outerMomentum().R(), gsfIter->gsfTrack()->innerMomentum().R()); if (gsfIter->classification() == GsfElectron::GOLDEN) h_ele_PtinVsPtoutGolden_mode -> Fill(gsfIter->trackMomentumOut().Rho(), gsfIter->trackMomentumAtVtx().Rho()); if (gsfIter->classification() == GsfElectron::SHOWERING) h_ele_PtinVsPtoutShowering_mode -> Fill(gsfIter->trackMomentumOut().Rho(), gsfIter->trackMomentumAtVtx().Rho()); if (!readAOD_) // track extra does not exist in AOD if (gsfIter->classification() == GsfElectron::GOLDEN) h_ele_PtinVsPtoutGolden_mean -> Fill(gsfIter->gsfTrack()->outerMomentum().Rho(), gsfIter->gsfTrack()->innerMomentum().Rho()); if (!readAOD_) // track extra does not exist in AOD if (gsfIter->classification() == GsfElectron::SHOWERING) h_ele_PtinVsPtoutShowering_mean -> Fill(gsfIter->gsfTrack()->outerMomentum().Rho(), gsfIter->gsfTrack()->innerMomentum().Rho()); h_ele_mva->Fill(gsfIter->mva()); if (gsfIter->ecalDrivenSeed()) h_ele_provenance->Fill(1.); if (gsfIter->trackerDrivenSeed()) h_ele_provenance->Fill(-1.); if (gsfIter->trackerDrivenSeed()||gsfIter->ecalDrivenSeed()) h_ele_provenance->Fill(0.); if (gsfIter->trackerDrivenSeed()&&!gsfIter->ecalDrivenSeed()) h_ele_provenance->Fill(-2.); if (!gsfIter->trackerDrivenSeed()&&gsfIter->ecalDrivenSeed()) h_ele_provenance->Fill(2.); h_ele_tkSumPt_dr03->Fill(gsfIter->dr03TkSumPt()); h_ele_ecalRecHitSumEt_dr03->Fill(gsfIter->dr03EcalRecHitSumEt()); h_ele_hcalDepth1TowerSumEt_dr03->Fill(gsfIter->dr03HcalDepth1TowerSumEt()); h_ele_hcalDepth2TowerSumEt_dr03->Fill(gsfIter->dr03HcalDepth2TowerSumEt()); h_ele_tkSumPt_dr04->Fill(gsfIter->dr04TkSumPt()); h_ele_ecalRecHitSumEt_dr04->Fill(gsfIter->dr04EcalRecHitSumEt()); h_ele_hcalDepth1TowerSumEt_dr04->Fill(gsfIter->dr04HcalDepth1TowerSumEt()); h_ele_hcalDepth2TowerSumEt_dr04->Fill(gsfIter->dr04HcalDepth2TowerSumEt()); float enrj1=gsfIter->superCluster()->energy(); // mee for (reco::GsfElectronCollection::const_iterator gsfIter2=gsfIter+1; gsfIter2!=gsfElectrons->end(); gsfIter2++){ math::XYZTLorentzVector p12 = (*gsfIter).p4()+(*gsfIter2).p4(); float mee2 = p12.Dot(p12); float enrj2=gsfIter2->superCluster()->energy(); h_ele_mee_all -> Fill(sqrt(mee2)); h_ele_E2mnE1vsMee_all->Fill(sqrt(mee2),enrj2-enrj1); if (gsfIter->ecalDrivenSeed() && gsfIter2->ecalDrivenSeed()) h_ele_E2mnE1vsMee_egeg_all->Fill(sqrt(mee2),enrj2-enrj1); if (gsfIter->charge()*gsfIter2->charge()<0.) { h_ele_mee_os -> Fill(sqrt(mee2)); if (gsfIter->isEB() && gsfIter2->isEB()) h_ele_mee_os_ebeb -> Fill(sqrt(mee2)); if ((gsfIter->isEB() && gsfIter2->isEE()) || (gsfIter->isEE() && gsfIter2->isEB())) h_ele_mee_os_ebee -> Fill(sqrt(mee2)); if (gsfIter->isEE() && gsfIter2->isEE()) h_ele_mee_os_eeee -> Fill(sqrt(mee2)); if ((gsfIter->classification()==GsfElectron::GOLDEN && gsfIter2->classification()==GsfElectron::GOLDEN) || (gsfIter->classification()==GsfElectron::GOLDEN && gsfIter2->classification()==GsfElectron::BIGBREM) || //(gsfIter->classification()==GsfElectron::GOLDEN && gsfIter2->classification()==GsfElectron::OLDNARROW) || (gsfIter->classification()==GsfElectron::BIGBREM && gsfIter2->classification()==GsfElectron::GOLDEN) || (gsfIter->classification()==GsfElectron::BIGBREM && gsfIter2->classification()==GsfElectron::BIGBREM)/* || (gsfIter->classification()==GsfElectron::BIGBREM && gsfIter2->classification()==GsfElectron::OLDNARROW) || (gsfIter->classification()==GsfElectron::OLDNARROW && gsfIter2->classification()==GsfElectron::GOLDEN) || (gsfIter->classification()==GsfElectron::OLDNARROW && gsfIter2->classification()==GsfElectron::BIGBREM) || (gsfIter->classification()==GsfElectron::OLDNARROW && gsfIter2->classification()==GsfElectron::OLDNARROW)*/) { h_ele_mee_os_gg -> Fill(sqrt(mee2));} else if ( (gsfIter->classification()==GsfElectron::SHOWERING && gsfIter2->classification()==GsfElectron::SHOWERING) || (gsfIter->classification()==GsfElectron::SHOWERING && gsfIter2->isGap()) || (gsfIter->isGap() && gsfIter2->classification()==GsfElectron::SHOWERING) || (gsfIter->isGap() && gsfIter2->isGap())) { h_ele_mee_os_bb -> Fill(sqrt(mee2));} else { h_ele_mee_os_gb -> Fill(sqrt(mee2));} } } } // association matching object-reco electrons int matchingObjectNum=0; for ( reco::SuperClusterCollection::const_iterator moIter=recoClusters->begin(); moIter!=recoClusters->end(); moIter++ ) { // number of matching objects matchingObjectNum++; if (moIter->energy()/cosh(moIter->eta())> maxPtMatchingObject_ || std::abs(moIter->eta())> maxAbsEtaMatchingObject_) continue; // suppress the endcaps //if (std::abs(moIter->eta()) > 1.5) continue; // select central z //if ( std::abs((*mcIter)->production_vertex()->position().z())>50.) continue; h_matchingObjectEta -> Fill( moIter->eta() ); h_matchingObjectAbsEta -> Fill( std::abs(moIter->eta()) ); h_matchingObjectP -> Fill( moIter->energy() ); h_matchingObjectPt -> Fill( moIter->energy()/cosh(moIter->eta()) ); h_matchingObjectPhi -> Fill( moIter->phi() ); h_matchingObjectZ -> Fill( moIter->z() ); // looking for the best matching gsf electron bool okGsfFound = false; double gsfOkRatio = 999999.; // find matching electron reco::GsfElectron bestGsfElectron; for (reco::GsfElectronCollection::const_iterator gsfIter=gsfElectrons->begin(); gsfIter!=gsfElectrons->end(); gsfIter++){ // matching with a cone in eta phi if (matchingCondition_ == "Cone") { double dphi = gsfIter->phi()-moIter->phi(); if (std::abs(dphi)>CLHEP::pi) dphi = dphi < 0? (CLHEP::twopi) + dphi : dphi - CLHEP::twopi; double deltaR = sqrt(std::pow((moIter->eta()-gsfIter->eta()),2) + std::pow(dphi,2)); if ( deltaR < deltaR_ ){ //if ( (genPc->pdg_id() == 11) && (gsfIter->charge() < 0.) || (genPc->pdg_id() == -11) && //(gsfIter->charge() > 0.) ){ double tmpGsfRatio = gsfIter->p()/moIter->energy(); if ( std::abs(tmpGsfRatio-1) < std::abs(gsfOkRatio-1) ) { gsfOkRatio = tmpGsfRatio; bestGsfElectron=*gsfIter; okGsfFound = true; } //} } } } // loop over rec ele to look for the best one // analysis when the matching object is matched by a rec electron if (okGsfFound){ // generated distributions for matched electrons h_ele_matchingObjectPt_matched -> Fill( moIter->energy()/cosh(moIter->eta()) ); h_ele_matchingObjectPhi_matched -> Fill( moIter->phi() ); h_ele_matchingObjectAbsEta_matched -> Fill( std::abs(moIter->eta()) ); h_ele_matchingObjectEta_matched -> Fill( moIter->eta() ); h_ele_matchingObjectZ_matched -> Fill( moIter->z() ); // comparison electron vs matching object h_ele_EtaMnEtamatchingObject_matched -> Fill( bestGsfElectron.eta()-moIter->eta()); h_ele_EtaMnEtamatchingObjectVsEta_matched -> Fill( bestGsfElectron.eta(), bestGsfElectron.eta()-moIter->eta()); h_ele_EtaMnEtamatchingObjectVsPhi_matched -> Fill( bestGsfElectron.phi(), bestGsfElectron.eta()-moIter->eta()); h_ele_EtaMnEtamatchingObjectVsPt_matched -> Fill( bestGsfElectron.pt(), bestGsfElectron.eta()-moIter->eta()); h_ele_PhiMnPhimatchingObject_matched -> Fill( bestGsfElectron.phi()-moIter->phi()); h_ele_PhiMnPhimatchingObject2_matched -> Fill( bestGsfElectron.phi()-moIter->phi()); h_ele_PhiMnPhimatchingObjectVsEta_matched -> Fill( bestGsfElectron.eta(), bestGsfElectron.phi()-moIter->phi()); h_ele_PhiMnPhimatchingObjectVsPhi_matched -> Fill( bestGsfElectron.phi(), bestGsfElectron.phi()-moIter->phi()); h_ele_PhiMnPhimatchingObjectVsPt_matched -> Fill( bestGsfElectron.pt(), bestGsfElectron.phi()-moIter->phi()); h_ele_PoPmatchingObject_matched -> Fill( bestGsfElectron.p()/moIter->energy()); h_ele_PtoPtmatchingObject_matched -> Fill( bestGsfElectron.pt()/moIter->energy()/cosh(moIter->eta())); h_ele_PoPmatchingObjectVsEta_matched -> Fill( bestGsfElectron.eta(), bestGsfElectron.p()/moIter->energy()); h_ele_PoPmatchingObjectVsPhi_matched -> Fill( bestGsfElectron.phi(), bestGsfElectron.p()/moIter->energy()); h_ele_PoPmatchingObjectVsPt_matched -> Fill( bestGsfElectron.py(), bestGsfElectron.p()/moIter->energy()); if (bestGsfElectron.isEB()) h_ele_PoPmatchingObject_barrel_matched -> Fill( bestGsfElectron.p()/moIter->energy()); if (bestGsfElectron.isEE()) h_ele_PoPmatchingObject_endcaps_matched -> Fill( bestGsfElectron.p()/moIter->energy()); if (bestGsfElectron.isEB()) h_ele_PtoPtmatchingObject_barrel_matched -> Fill( bestGsfElectron.pt()/moIter->energy()/cosh(moIter->eta())); if (bestGsfElectron.isEE()) h_ele_PtoPtmatchingObject_endcaps_matched -> Fill( bestGsfElectron.pt()/moIter->energy()/cosh(moIter->eta())); reco::SuperClusterRef sclRef = bestGsfElectron.superCluster(); if (bestGsfElectron.isEB()) histSclEoEmatchingObject_barrel_matched->Fill(sclRef->energy()/moIter->energy()); if (bestGsfElectron.isEE()) histSclEoEmatchingObject_endcaps_matched->Fill(sclRef->energy()/moIter->energy()); if (bestGsfElectron.isEB()) histSclEoEmatchingObject_barrel_new_matched->Fill(sclRef->energy()/moIter->energy()); if (bestGsfElectron.isEE()) histSclEoEmatchingObject_endcaps_new_matched->Fill(sclRef->energy()/moIter->energy()); // add here distributions for matched electrons as for all electrons //.. } // gsf electron found } // loop overmatching object h_matchingObjectNum->Fill(matchingObjectNum); }
void GsfElectronDataAnalyzer::beginJob | ( | void | ) | [virtual] |
Reimplemented from edm::EDAnalyzer.
Definition at line 177 of file GsfElectronDataAnalyzer.cc.
References gather_cfg::cout, detamatchmax, detamatchmin, detamax, detamin, dphimatchmax, dphimatchmin, dphimax, dphimin, eopmax, eopmaxsht, etamax, etamin, fhitsmax, h_ele_ambiguousTracks, h_ele_ambiguousTracksVsEta, h_ele_ambiguousTracksVsPhi, h_ele_ambiguousTracksVsPt, h_ele_charge, h_ele_chargeVsEta, h_ele_chargeVsPhi, h_ele_chargeVsPt, h_ele_chi2, h_ele_chi2VsEta, h_ele_chi2VsPhi, h_ele_chi2VsPt, h_ele_classes, h_ele_dEtaCl_propOut, h_ele_dEtaClVsEta_propOut, h_ele_dEtaClVsPhi_propOut, h_ele_dEtaClVsPt_propOut, h_ele_dEtaEleCl_propOut, h_ele_dEtaEleClVsEta_propOut, h_ele_dEtaEleClVsPhi_propOut, h_ele_dEtaEleClVsPt_propOut, h_ele_dEtaSc_propVtx, h_ele_dEtaScVsEta_propVtx, h_ele_dEtaScVsPhi_propVtx, h_ele_dEtaScVsPt_propVtx, h_ele_dPhiCl_propOut, h_ele_dPhiClVsEta_propOut, h_ele_dPhiClVsPhi_propOut, h_ele_dPhiClVsPt_propOut, h_ele_dPhiEleCl_propOut, h_ele_dPhiEleClVsEta_propOut, h_ele_dPhiEleClVsPhi_propOut, h_ele_dPhiEleClVsPt_propOut, h_ele_dPhiSc_propVtx, h_ele_dPhiScVsEta_propVtx, h_ele_dPhiScVsPhi_propVtx, h_ele_dPhiScVsPt_propVtx, h_ele_E2mnE1vsMee_all, h_ele_E2mnE1vsMee_egeg_all, h_ele_ecalRecHitSumEt_dr03, h_ele_ecalRecHitSumEt_dr04, h_ele_EeleOPout, h_ele_EeleOPoutVsE, h_ele_EeleOPoutVsEta, h_ele_EeleOPoutVsPhi, h_ele_EoP, h_ele_EoPout, h_ele_EoPoutVsE, h_ele_EoPoutVsEta, h_ele_EoPoutVsPhi, h_ele_EoPVsE, h_ele_EoPVsEta, h_ele_EoPVsPhi, h_ele_EseedOP, h_ele_EseedOPVsE, h_ele_EseedOPVsEta, h_ele_EseedOPVsPhi, h_ele_Et, h_ele_eta, h_ele_eta_bbrem, h_ele_eta_golden, h_ele_eta_narrow, h_ele_eta_shower, h_ele_EtaMnEtamatchingObject_matched, h_ele_EtaMnEtamatchingObjectVsEta_matched, h_ele_EtaMnEtamatchingObjectVsPhi_matched, h_ele_EtaMnEtamatchingObjectVsPt_matched, h_ele_fbrem, h_ele_fbremVsEta_mean, h_ele_fbremVsEta_mode, h_ele_foundHits, h_ele_foundHitsVsEta, h_ele_foundHitsVsPhi, h_ele_foundHitsVsPt, h_ele_hcalDepth1TowerSumEt_dr03, h_ele_hcalDepth1TowerSumEt_dr04, h_ele_hcalDepth2TowerSumEt_dr03, h_ele_hcalDepth2TowerSumEt_dr04, h_ele_HoE, h_ele_HoE_fiducial, h_ele_HoEVsE, h_ele_HoEVsEta, h_ele_HoEVsPhi, h_ele_lostHits, h_ele_lostHitsVsEta, h_ele_lostHitsVsPhi, h_ele_lostHitsVsPt, h_ele_matchingObjectAbsEta_matched, h_ele_matchingObjectEta_matched, h_ele_matchingObjectPhi_matched, h_ele_matchingObjectPt_matched, h_ele_matchingObjectZ_matched, h_ele_mee_all, h_ele_mee_os, h_ele_mee_os_bb, h_ele_mee_os_ebeb, h_ele_mee_os_ebee, h_ele_mee_os_eeee, h_ele_mee_os_gb, h_ele_mee_os_gg, h_ele_mva, h_ele_outerP, h_ele_outerP_mode, h_ele_outerPt, h_ele_outerPt_mode, h_ele_outerPtVsEta_mode, h_ele_outerPtVsPhi_mode, h_ele_outerPtVsPt_mode, h_ele_outerPVsEta_mode, h_ele_PhiMnPhimatchingObject2_matched, h_ele_PhiMnPhimatchingObject_matched, h_ele_PhiMnPhimatchingObjectVsEta_matched, h_ele_PhiMnPhimatchingObjectVsPhi_matched, h_ele_PhiMnPhimatchingObjectVsPt_matched, h_ele_PinMnPout, h_ele_PinMnPout_mode, h_ele_PinMnPoutVsChi2_mode, h_ele_PinMnPoutVsE_mode, h_ele_PinMnPoutVsEta_mode, h_ele_PinMnPoutVsPhi_mode, h_ele_PinMnPoutVsPt_mode, h_ele_PinVsPoutGolden_mean, h_ele_PinVsPoutGolden_mode, h_ele_PinVsPoutShowering_mean, h_ele_PinVsPoutShowering_mode, h_ele_PoPmatchingObject_barrel_matched, h_ele_PoPmatchingObject_endcaps_matched, h_ele_PoPmatchingObject_matched, h_ele_PoPmatchingObjectVsEta_matched, h_ele_PoPmatchingObjectVsPhi_matched, h_ele_PoPmatchingObjectVsPt_matched, h_ele_provenance, h_ele_PtinVsPtoutGolden_mean, h_ele_PtinVsPtoutGolden_mode, h_ele_PtinVsPtoutShowering_mean, h_ele_PtinVsPtoutShowering_mode, h_ele_PtoPtmatchingObject_barrel_matched, h_ele_PtoPtmatchingObject_endcaps_matched, h_ele_PtoPtmatchingObject_matched, h_ele_seed_dphi2_, h_ele_seed_dphi2VsEta_, h_ele_seed_dphi2VsPt_, h_ele_seed_drz2_, h_ele_seed_drz2VsEta_, h_ele_seed_drz2VsPt_, h_ele_seed_subdet2_, h_ele_tkSumPt_dr03, h_ele_tkSumPt_dr04, h_ele_vertexEta, h_ele_vertexEtaVsPhi, h_ele_vertexP, h_ele_vertexPhi, h_ele_vertexPt, h_ele_vertexPtVsEta, h_ele_vertexPtVsPhi, h_ele_vertexTIP, h_ele_vertexTIPVsEta, h_ele_vertexTIPVsPhi, h_ele_vertexTIPVsPt, h_ele_vertexX, h_ele_vertexY, h_ele_vertexZ, h_matchingObjectAbsEta, h_matchingObjectEta, h_matchingObjectNum, h_matchingObjectP, h_matchingObjectPhi, h_matchingObjectPt, h_matchingObjectZ, histfile_, histNum_, histSclE1x5_, histSclE1x5_barrel_, histSclE1x5_endcaps_, histSclE2x5max_, histSclE2x5max_barrel_, histSclE2x5max_endcaps_, histSclE5x5_, histSclE5x5_barrel_, histSclE5x5_endcaps_, histSclEn_, histSclEoEmatchingObject_barrel_matched, histSclEoEmatchingObject_barrel_new_matched, histSclEoEmatchingObject_endcaps_matched, histSclEoEmatchingObject_endcaps_new_matched, histSclEoEmatchingObjectGolden_barrel, histSclEoEmatchingObjectGolden_endcaps, histSclEoEmatchingObjectShowering_barrel, histSclEoEmatchingObjectShowering_endcaps, histSclEt_, histSclEta_, histSclEtaVsPhi_, histSclEtVsEta_, histSclEtVsPhi_, histSclPhi_, histSclSigEtaEta_, histSclSigIEtaIEta_barrel_, histSclSigIEtaIEta_endcaps_, hoemax, hoemin, edm::InputTag::label(), lhitsmax, matchingObjectCollection_, meemax, meemin, nAfterTrigger_, nbindeta, nbindetamatch, nbindetamatch2D, nbindphi, nbindphimatch, nbindphimatch2D, nbineop, nbineop2D, nbineta, nbineta2D, nbinfhits, nbinhoe, nbinlhits, nbinmee, nbinp, nbinp2D, nbinphi, nbinphi2D, nbinpoptrue, nbinpt, nbinpt2D, nbinpteff, nbinxyz, nEvents_, phimax, phimin, pmax, poptruemax, poptruemin, ptmax, AlCaHLTBitMon_QueryRunRegistry::string, and type_.
{ histfile_->cd(); nEvents_ = 0; nAfterTrigger_ = 0; // matching object std::string::size_type locSC = matchingObjectCollection_.label().find( "SuperCluster", 0 ); std::string type_; if ( locSC != std::string::npos ) { std::cout << "Matching objects are SuperClusters "<< std::endl; type_ = "SC"; } else { std::cout << "Didn't recognize input matching objects!! " << std::endl; } std::string htitle, hlabel; hlabel="h_"+type_+"Num"; htitle="# "+type_+"s"; h_matchingObjectNum = new TH1F( hlabel.c_str(), htitle.c_str(), nbinfhits,0.,fhitsmax ); // rec event histNum_= new TH1F("h_recEleNum","# rec electrons",20, 0.,20.); // matching object distributions hlabel="h_"+type_+"_eta"; htitle=type_+" #eta"; h_matchingObjectEta = new TH1F( hlabel.c_str(), htitle.c_str(), nbineta,etamin,etamax); hlabel="h_"+type_+"_abseta"; htitle=type_+" |#eta|"; h_matchingObjectAbsEta = new TH1F( hlabel.c_str(), htitle.c_str(), nbineta/2,0.,etamax); hlabel="h_"+type_+"_P"; htitle=type_+" p"; h_matchingObjectP = new TH1F( hlabel.c_str(), htitle.c_str(), nbinp,0.,pmax); hlabel="h_"+type_+"_Pt"; htitle=type_+" pt"; h_matchingObjectPt = new TH1F( hlabel.c_str(),htitle.c_str(), nbinpteff,5.,ptmax); hlabel="h_"+type_+"_phi"; htitle=type_+" phi"; h_matchingObjectPhi = new TH1F( hlabel.c_str(), htitle.c_str(), nbinphi,phimin,phimax); hlabel="h_"+type_+"_z"; htitle=type_+" z"; h_matchingObjectZ = new TH1F( hlabel.c_str(), htitle.c_str(), nbinxyz , -25, 25 ); // mee h_ele_mee_all = new TH1F( "h_ele_mee_all", "ele pairs invariant mass, all charge combinations", nbinmee, meemin, meemax ); h_ele_mee_os = new TH1F( "h_ele_mee_os", "ele pairs invariant mass, opposite sign", nbinmee, meemin, meemax ); h_ele_mee_os_ebeb = new TH1F( "h_ele_mee_os_ebeb", "ele pairs invariant mass, opp. sign, EB-EB", nbinmee, meemin, meemax ); h_ele_mee_os_ebeb->Sumw2(); h_ele_mee_os_ebee = new TH1F( "h_ele_mee_os_ebee", "ele pairs invariant mass, opp. sign, EB-EE", nbinmee, meemin, meemax ); h_ele_mee_os_ebee->Sumw2(); h_ele_mee_os_eeee = new TH1F( "h_ele_mee_os_eeee", "ele pairs invariant mass, opp. sign, EE-EE", nbinmee, meemin, meemax ); h_ele_mee_os_eeee->Sumw2(); h_ele_mee_os_gg = new TH1F( "h_ele_mee_os_gg", "ele pairs invariant mass, opp. sign, good-good", nbinmee, meemin, meemax ); h_ele_mee_os_gg->Sumw2(); h_ele_mee_os_gb = new TH1F( "h_ele_mee_os_gb", "ele pairs invariant mass, opp. sign, good-bad", nbinmee, meemin, meemax ); h_ele_mee_os_gb->Sumw2(); h_ele_mee_os_bb = new TH1F( "h_ele_mee_os_bb", "ele pairs invariant mass, opp. sign, bad-bad", nbinmee, meemin, meemax ); h_ele_mee_os_bb->Sumw2(); // duplicates h_ele_E2mnE1vsMee_all = new TH2F("h_ele_E2mnE1vsMee_all", "E2 - E1 vs ele pairs invariant mass, all electrons", nbinmee, meemin, meemax, 100, -50., 50. ); h_ele_E2mnE1vsMee_egeg_all = new TH2F("h_ele_E2mnE1vsMee_egeg_all", "E2 - E1 vs ele pairs invariant mass, ecal driven pairs, all electrons", nbinmee, meemin, meemax, 100, -50., 50. ); // recoed and matched electrons h_ele_charge = new TH1F( "h_ele_charge", "ele charge", 5,-2.,2.); h_ele_chargeVsEta = new TH2F( "h_ele_chargeVsEta", "ele charge vs eta", nbineta2D,etamin,etamax,5,-2.,2.); h_ele_chargeVsPhi = new TH2F( "h_ele_chargeVsPhi", "ele charge vs phi", nbinphi2D,phimin,phimax,5,-2.,2.); h_ele_chargeVsPt = new TH2F( "h_ele_chargeVsPt", "ele charge vs pt", nbinpt,0.,100.,5,-2.,2.); h_ele_vertexP = new TH1F( "h_ele_vertexP", "ele momentum", nbinp,0.,pmax); h_ele_vertexPt = new TH1F( "h_ele_vertexPt", "ele transverse momentum", nbinpt,0.,ptmax); h_ele_Et = new TH1F( "h_ele_Et", "ele SC transverse energy", nbinpt,0.,ptmax); h_ele_vertexPtVsEta = new TH2F( "h_ele_vertexPtVsEta", "ele transverse momentum vs eta",nbineta2D,etamin,etamax,nbinpt2D,0.,ptmax); h_ele_vertexPtVsPhi = new TH2F( "h_ele_vertexPtVsPhi", "ele transverse momentum vs phi",nbinphi2D,phimin,phimax,nbinpt2D,0.,ptmax); h_ele_matchingObjectPt_matched = new TH1F( "h_ele_matchingObjectPt_matched", "Efficiency vs matching SC E_{T}", nbinpteff,5.,ptmax); h_ele_matchingObjectPt_matched->Sumw2(); h_ele_vertexEta = new TH1F( "h_ele_vertexEta", "ele momentum eta", nbineta,etamin,etamax); h_ele_vertexEtaVsPhi = new TH2F( "h_ele_vertexEtaVsPhi", "ele momentum eta vs phi",nbineta2D,etamin,etamax,nbinphi2D,phimin,phimax ); h_ele_matchingObjectAbsEta_matched = new TH1F( "h_ele_matchingObjectAbsEta_matched", "Efficiency vs matching SC |#eta|", nbineta/2,0.,2.5); h_ele_matchingObjectAbsEta_matched->Sumw2(); h_ele_matchingObjectEta_matched = new TH1F( "h_ele_matchingObjectEta_matched", "Efficiency vs matching SC #eta", nbineta,etamin,etamax); h_ele_matchingObjectEta_matched->Sumw2(); h_ele_matchingObjectPhi_matched = new TH1F( "h_ele_matchingObjectPhi_matched", "Efficiency vs matching SC phi", nbinphi,phimin,phimax); h_ele_matchingObjectPhi_matched->Sumw2(); h_ele_vertexPhi = new TH1F( "h_ele_vertexPhi", "ele momentum #phi", nbinphi,phimin,phimax); h_ele_vertexX = new TH1F( "h_ele_vertexX", "ele vertex x", nbinxyz,-0.1,0.1 ); h_ele_vertexY = new TH1F( "h_ele_vertexY", "ele vertex y", nbinxyz,-0.1,0.1 ); h_ele_vertexZ = new TH1F( "h_ele_vertexZ", "ele vertex z", nbinxyz,-25, 25 ); h_ele_matchingObjectZ_matched = new TH1F( "h_ele_matchingObjectZ_matched", "Efficiency vs matching SC z", nbinxyz,-25,25); h_ele_matchingObjectZ_matched->Sumw2(); h_ele_vertexTIP = new TH1F( "h_ele_vertexTIP", "ele transverse impact parameter (wrt bs)", 90,0.,0.15); h_ele_vertexTIPVsEta = new TH2F( "h_ele_vertexTIPVsEta", "ele transverse impact parameter (wrt bs) vs eta", nbineta2D,etamin,etamax,45,0.,0.15); h_ele_vertexTIPVsPhi = new TH2F( "h_ele_vertexTIPVsPhi", "ele transverse impact parameter (wrt bs) vs phi", nbinphi2D,phimin,phimax,45,0.,0.15); h_ele_vertexTIPVsPt = new TH2F( "h_ele_vertexTIPVsPt", "ele transverse impact parameter (wrt bs) vs transverse momentum", nbinpt2D,0.,ptmax,45,0.,0.15); h_ele_PoPmatchingObject_matched = new TH1F( "h_ele_PoPmatchingObject_matched", "ele momentum / matching SC energy", nbinpoptrue,poptruemin,poptruemax); h_ele_PtoPtmatchingObject_matched = new TH1F( "h_ele_PtoPtmatchingObject_matched", "ele trans momentum / matching SC trans energy", nbinpoptrue,poptruemin,poptruemax); h_ele_PoPmatchingObjectVsEta_matched = new TH2F( "h_ele_PoPmatchingObjectVsEta_matched", "ele momentum / matching SC energy vs eta", nbineta2D,etamin,etamax,50,poptruemin,poptruemax); h_ele_PoPmatchingObjectVsPhi_matched = new TH2F( "h_ele_PoPmatchingObjectVsPhi_matched", "ele momentum / matching SC energy vs phi", nbinphi2D,phimin,phimax,50,poptruemin,poptruemax); h_ele_PoPmatchingObjectVsPt_matched = new TH2F( "h_ele_PoPmatchingObjectVsPt_matched", "ele momentum / matching SC energy vs eta", nbinpt2D,0.,ptmax,50,poptruemin,poptruemax); h_ele_PoPmatchingObject_barrel_matched = new TH1F( "h_ele_PoPmatchingObject_barrel_matched", "ele momentum / matching SC energy, barrel",nbinpoptrue,poptruemin,poptruemax); h_ele_PoPmatchingObject_endcaps_matched = new TH1F( "h_ele_PoPmatchingObject_endcaps_matched", "ele momentum / matching SC energy, endcaps",nbinpoptrue,poptruemin,poptruemax); h_ele_PtoPtmatchingObject_barrel_matched = new TH1F( "h_ele_PtoPmatchingObject_barrel_matched", "ele trans momentum / matching SC trans energy, barrel",nbinpoptrue,poptruemin,poptruemax); h_ele_PtoPtmatchingObject_endcaps_matched = new TH1F( "h_ele_PtoPmatchingObject_endcaps_matched", "ele trans momentum / matching SC trans energy, endcaps",nbinpoptrue,poptruemin,poptruemax); h_ele_EtaMnEtamatchingObject_matched = new TH1F( "h_ele_EtaMnEtamatchingObject_matched", "ele momentum eta - matching SC eta",nbindeta,detamin,detamax); h_ele_EtaMnEtamatchingObjectVsEta_matched = new TH2F( "h_ele_EtaMnEtamatchingObjectVsEta_matched", "ele momentum eta - matching SC eta vs eta",nbineta2D,etamin,etamax,nbindeta/2,detamin,detamax); h_ele_EtaMnEtamatchingObjectVsPhi_matched = new TH2F( "h_ele_EtaMnEtamatchingObjectVsPhi_matched", "ele momentum eta - matching SC eta vs phi",nbinphi2D,phimin,phimax,nbindeta/2,detamin,detamax); h_ele_EtaMnEtamatchingObjectVsPt_matched = new TH2F( "h_ele_EtaMnEtamatchingObjectVsPt_matched", "ele momentum eta - matching SC eta vs pt",nbinpt,0.,ptmax,nbindeta/2,detamin,detamax); h_ele_PhiMnPhimatchingObject_matched = new TH1F( "h_ele_PhiMnPhimatchingObject_matched", "ele momentum phi - matching SC phi",nbindphi,dphimin,dphimax); h_ele_PhiMnPhimatchingObject2_matched = new TH1F( "h_ele_PhiMnPhimatchingObject2_matched", "ele momentum phi - matching SC phi",nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_PhiMnPhimatchingObjectVsEta_matched = new TH2F( "h_ele_PhiMnPhimatchingObjectVsEta_matched", "ele momentum phi - matching SC phi vs eta",nbineta2D,etamin,etamax,nbindphi/2,dphimin,dphimax); h_ele_PhiMnPhimatchingObjectVsPhi_matched = new TH2F( "h_ele_PhiMnPhimatchingObjectVsPhi_matched", "ele momentum phi - matching SC phi vs phi",nbinphi2D,phimin,phimax,nbindphi/2,dphimin,dphimax); h_ele_PhiMnPhimatchingObjectVsPt_matched = new TH2F( "h_ele_PhiMnPhimatchingObjectVsPt_matched", "ele momentum phi - matching SC phi vs pt",nbinpt2D,0.,ptmax,nbindphi/2,dphimin,dphimax); // matched electron, superclusters histSclEn_ = new TH1F("h_scl_energy","ele supercluster energy",nbinp,0.,pmax); histSclEoEmatchingObject_barrel_matched = new TH1F("h_scl_EoEmatchingObject_barrel_matched","ele supercluster energy / matching SC energy, barrel",50,0.2,1.2); histSclEoEmatchingObject_endcaps_matched = new TH1F("h_scl_EoEmatchingObject_endcaps_matched","ele supercluster energy / matching SC energy, endcaps",50,0.2,1.2); histSclEoEmatchingObject_barrel_new_matched = new TH1F("h_scl_EoEmatchingObject_barrel_new_matched","ele supercluster energy / matching SC energy, barrel",nbinpoptrue,poptruemin,poptruemax); histSclEoEmatchingObject_endcaps_new_matched = new TH1F("h_scl_EoEmatchingObject_endcaps_new_matched","ele supercluster energy / matching SC energy, endcaps",nbinpoptrue,poptruemin,poptruemax); histSclEt_ = new TH1F("h_scl_et","ele supercluster transverse energy",nbinpt,0.,ptmax); histSclEtVsEta_ = new TH2F("h_scl_etVsEta","ele supercluster transverse energy vs eta",nbineta2D,etamin,etamax,nbinpt,0.,ptmax); histSclEtVsPhi_ = new TH2F("h_scl_etVsPhi","ele supercluster transverse energy vs phi",nbinphi2D,phimin,phimax,nbinpt,0.,ptmax); histSclEtaVsPhi_ = new TH2F("h_scl_etaVsPhi","ele supercluster eta vs phi",nbinphi2D,phimin,phimax,nbineta2D,etamin,etamax); histSclEta_ = new TH1F("h_scl_eta","ele supercluster eta",nbineta,etamin,etamax); histSclPhi_ = new TH1F("h_scl_phi","ele supercluster phi",nbinphi,phimin,phimax); histSclSigEtaEta_ = new TH1F("h_scl_sigetaeta","ele supercluster sigma eta eta",100,0.,0.05); histSclSigIEtaIEta_barrel_ = new TH1F("h_scl_sigietaieta_barrel","ele supercluster sigma ieta ieta, barrel",100,0.,0.05); histSclSigIEtaIEta_endcaps_ = new TH1F("h_scl_sigietaieta_endcaps","ele supercluster sigma ieta ieta, endcaps",100,0.,0.05); histSclE1x5_ = new TH1F("h_scl_E1x5","ele supercluster energy in 1x5",nbinp,0.,pmax); histSclE1x5_barrel_ = new TH1F("h_scl_E1x_barrel5","ele supercluster energy in 1x5 barrel",nbinp,0.,pmax); histSclE1x5_endcaps_ = new TH1F("h_scl_E1x5_endcaps","ele supercluster energy in 1x5 endcaps",nbinp,0.,pmax); histSclE2x5max_ = new TH1F("h_scl_E2x5max","ele supercluster energy in 2x5 max",nbinp,0.,pmax); histSclE2x5max_barrel_ = new TH1F("h_scl_E2x5max_barrel","ele supercluster energy in 2x5 max barrel",nbinp,0.,pmax); histSclE2x5max_endcaps_ = new TH1F("h_scl_E2x5max_endcaps","ele supercluster energy in 2x5 max endcaps",nbinp,0.,pmax); histSclE5x5_ = new TH1F("h_scl_E5x5","ele supercluster energy in 5x5",nbinp,0.,pmax); histSclE5x5_barrel_ = new TH1F("h_scl_E5x5_barrel","ele supercluster energy in 5x5 barrel",nbinp,0.,pmax); histSclE5x5_endcaps_ = new TH1F("h_scl_E5x5_endcaps","ele supercluster energy in 5x5 endcaps",nbinp,0.,pmax); // matched electron, gsf tracks h_ele_ambiguousTracks = new TH1F( "h_ele_ambiguousTracks", "ele # ambiguous tracks", 5,0.,5.); h_ele_ambiguousTracksVsEta = new TH2F( "h_ele_ambiguousTracksVsEta","ele # ambiguous tracks vs eta", nbineta2D,etamin,etamax,5,0.,5.); h_ele_ambiguousTracksVsPhi = new TH2F( "h_ele_ambiguousTracksVsPhi", "ele # ambiguous tracks vs phi", nbinphi2D,phimin,phimax,5,0.,5.); h_ele_ambiguousTracksVsPt = new TH2F( "h_ele_ambiguousTracksVsPt", "ele # ambiguous tracks vs pt", nbinpt2D,0.,ptmax,5,0.,5.); h_ele_foundHits = new TH1F( "h_ele_foundHits", "ele track # found hits", nbinfhits,0.,fhitsmax); h_ele_foundHitsVsEta = new TH2F( "h_ele_foundHitsVsEta", "ele track # found hits vs eta", nbineta2D,etamin,etamax,nbinfhits,0.,fhitsmax); h_ele_foundHitsVsPhi = new TH2F( "h_ele_foundHitsVsPhi", "ele track # found hits vs phi", nbinphi2D,phimin,phimax,nbinfhits,0.,fhitsmax); h_ele_foundHitsVsPt = new TH2F( "h_ele_foundHitsVsPt", "ele track # found hits vs pt", nbinpt2D,0.,ptmax,nbinfhits,0.,fhitsmax); h_ele_lostHits = new TH1F( "h_ele_lostHits", "ele track # lost hits", 5,0.,5.); h_ele_lostHitsVsEta = new TH2F( "h_ele_lostHitsVsEta", "ele track # lost hits vs eta", nbineta2D,etamin,etamax,nbinlhits,0.,lhitsmax); h_ele_lostHitsVsPhi = new TH2F( "h_ele_lostHitsVsPhi", "ele track # lost hits vs eta", nbinphi2D,phimin,phimax,nbinlhits,0.,lhitsmax); h_ele_lostHitsVsPt = new TH2F( "h_ele_lostHitsVsPt", "ele track # lost hits vs eta", nbinpt2D,0.,ptmax,nbinlhits,0.,lhitsmax); h_ele_chi2 = new TH1F( "h_ele_chi2", "ele track #chi^{2}", 100,0.,15.); h_ele_chi2VsEta = new TH2F( "h_ele_chi2VsEta", "ele track #chi^{2} vs eta", nbineta2D,etamin,etamax,50,0.,15.); h_ele_chi2VsPhi = new TH2F( "h_ele_chi2VsPhi", "ele track #chi^{2} vs phi", nbinphi2D,phimin,phimax,50,0.,15.); h_ele_chi2VsPt = new TH2F( "h_ele_chi2VsPt", "ele track #chi^{2} vs pt", nbinpt2D,0.,ptmax,50,0.,15.); h_ele_PinMnPout = new TH1F( "h_ele_PinMnPout", "ele track inner p - outer p, mean" ,nbinp,0.,200.); h_ele_PinMnPout_mode = new TH1F( "h_ele_PinMnPout_mode", "ele track inner p - outer p, mode" ,nbinp,0.,100.); h_ele_PinMnPoutVsEta_mode = new TH2F( "h_ele_PinMnPoutVsEta_mode", "ele track inner p - outer p vs eta, mode" ,nbineta2D, etamin,etamax,nbinp2D,0.,100.); h_ele_PinMnPoutVsPhi_mode = new TH2F( "h_ele_PinMnPoutVsPhi_mode", "ele track inner p - outer p vs phi, mode" ,nbinphi2D, phimin,phimax,nbinp2D,0.,100.); h_ele_PinMnPoutVsPt_mode = new TH2F( "h_ele_PinMnPoutVsPt_mode", "ele track inner p - outer p vs pt, mode" ,nbinpt2D, 0.,ptmax,nbinp2D,0.,100.); h_ele_PinMnPoutVsE_mode = new TH2F( "h_ele_PinMnPoutVsE_mode", "ele track inner p - outer p vs E, mode" ,nbinp2D, 0.,200.,nbinp2D,0.,100.); h_ele_PinMnPoutVsChi2_mode = new TH2F( "h_ele_PinMnPoutVsChi2_mode", "ele track inner p - outer p vs track chi2, mode" ,50, 0.,20.,nbinp2D,0.,100.); h_ele_outerP = new TH1F( "h_ele_outerP", "ele track outer p, mean", nbinp,0.,pmax); h_ele_outerP_mode = new TH1F( "h_ele_outerP_mode", "ele track outer p, mode", nbinp,0.,pmax); h_ele_outerPVsEta_mode = new TH2F( "h_ele_outerPVsEta_mode", "ele track outer p vs eta mode", nbineta2D,etamin,etamax,50,0.,pmax); h_ele_outerPt = new TH1F( "h_ele_outerPt", "ele track outer p_{T}, mean", nbinpt,0.,ptmax); h_ele_outerPt_mode = new TH1F( "h_ele_outerPt_mode", "ele track outer p_{T}, mode", nbinpt,0.,ptmax); h_ele_outerPtVsEta_mode = new TH2F( "h_ele_outerPtVsEta_mode", "ele track outer p_{T} vs eta, mode", nbineta2D,etamin,etamax,nbinpt2D,0.,ptmax); h_ele_outerPtVsPhi_mode = new TH2F( "h_ele_outerPtVsPhi_mode", "ele track outer p_{T} vs phi, mode", nbinphi2D,phimin,phimax,nbinpt2D,0.,ptmax); h_ele_outerPtVsPt_mode = new TH2F( "h_ele_outerPtVsPt_mode", "ele track outer p_{T} vs pt, mode", nbinpt2D,0.,100.,nbinpt2D,0.,ptmax); // matched electrons, matching h_ele_EoP = new TH1F( "h_ele_EoP", "ele E/P_{vertex}", nbineop,0.,eopmax); h_ele_EoPVsEta = new TH2F( "h_ele_EoPVsEta", "ele E/P_{vertex} vs eta", nbineta2D,etamin,etamax,nbineop2D,0.,eopmaxsht); h_ele_EoPVsPhi = new TH2F( "h_ele_EoPVsPhi", "ele E/P_{vertex} vs phi", nbinphi2D,phimin,phimax,nbineop2D,0.,eopmaxsht); h_ele_EoPVsE = new TH2F( "h_ele_EoPVsE", "ele E/P_{vertex} vs E", 50,0.,pmax ,50,0.,5.); h_ele_EseedOP = new TH1F( "h_ele_EseedOP", "ele E_{seed}/P_{vertex}", nbineop,0.,eopmax); h_ele_EseedOPVsEta = new TH2F( "h_ele_EseedOPVsEta", "ele E_{seed}/P_{vertex} vs eta", nbineta2D,etamin,etamax,nbineop2D,0.,eopmaxsht); h_ele_EseedOPVsPhi = new TH2F( "h_ele_EseedOPVsPhi", "ele E_{seed}/P_{vertex} vs phi", nbinphi2D,phimin,phimax,nbineop2D,0.,eopmaxsht); h_ele_EseedOPVsE = new TH2F( "h_ele_EseedOPVsE", "ele E_{seed}/P_{vertex} vs E", 50,0.,pmax ,50,0.,5.); h_ele_EoPout = new TH1F( "h_ele_EoPout", "ele E/P_{out}", nbineop,0.,eopmax); h_ele_EoPoutVsEta = new TH2F( "h_ele_EoPoutVsEta", "ele E/P_{out} vs eta", nbineta2D,etamin,etamax,nbineop2D,0.,eopmaxsht); h_ele_EoPoutVsPhi = new TH2F( "h_ele_EoPoutVsPhi", "ele E/P_{out} vs phi", nbinphi2D,phimin,phimax,nbineop2D,0.,eopmaxsht); h_ele_EoPoutVsE = new TH2F( "h_ele_EoPoutVsE", "ele E/P_{out} vs E", nbinp2D,0.,pmax,nbineop2D,0.,eopmaxsht); h_ele_EeleOPout = new TH1F( "h_ele_EeleOPout", "ele E_{ele}/P_{out}", nbineop,0.,eopmax); h_ele_EeleOPoutVsEta = new TH2F( "h_ele_EeleOPoutVsEta", "ele E_{ele}/P_{out} vs eta", nbineta2D,etamin,etamax,nbineop2D,0.,eopmaxsht); h_ele_EeleOPoutVsPhi = new TH2F( "h_ele_EeleOPoutVsPhi", "ele E_{ele}/P_{out} vs phi", nbinphi2D,phimin,phimax,nbineop2D,0.,eopmaxsht); h_ele_EeleOPoutVsE = new TH2F( "h_ele_EeleOPoutVsE", "ele E_{ele}/P_{out} vs E", nbinp2D,0.,pmax,nbineop2D,0.,eopmaxsht); h_ele_dEtaSc_propVtx = new TH1F( "h_ele_dEtaSc_propVtx", "ele #eta_{sc} - #eta_{tr}, prop from vertex", nbindetamatch,detamatchmin,detamatchmax); h_ele_dEtaScVsEta_propVtx = new TH2F( "h_ele_dEtaScVsEta_propVtx", "ele #eta_{sc} - #eta_{tr} vs eta, prop from vertex", nbineta2D,etamin,etamax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dEtaScVsPhi_propVtx = new TH2F( "h_ele_dEtaScVsPhi_propVtx", "ele #eta_{sc} - #eta_{tr} vs phi, prop from vertex", nbinphi2D,phimin,phimax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dEtaScVsPt_propVtx = new TH2F( "h_ele_dEtaScVsPt_propVtx", "ele #eta_{sc} - #eta_{tr} vs pt, prop from vertex", nbinpt2D,0.,ptmax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dPhiSc_propVtx = new TH1F( "h_ele_dPhiSc_propVtx", "ele #phi_{sc} - #phi_{tr}, prop from vertex", nbindphimatch,dphimatchmin,dphimatchmax); h_ele_dPhiScVsEta_propVtx = new TH2F( "h_ele_dPhiScVsEta_propVtx", "ele #phi_{sc} - #phi_{tr} vs eta, prop from vertex", nbineta2D,etamin,etamax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_dPhiScVsPhi_propVtx = new TH2F( "h_ele_dPhiScVsPhi_propVtx", "ele #phi_{sc} - #phi_{tr} vs phi, prop from vertex", nbinphi2D,phimin,phimax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_dPhiScVsPt_propVtx = new TH2F( "h_ele_dPhiScVsPt_propVtx", "ele #phi_{sc} - #phi_{tr} vs pt, prop from vertex", nbinpt2D,0.,ptmax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_dEtaCl_propOut = new TH1F( "h_ele_dEtaCl_propOut", "ele #eta_{cl} - #eta_{tr}, prop from outermost", nbindetamatch,detamatchmin,detamatchmax); h_ele_dEtaClVsEta_propOut = new TH2F( "h_ele_dEtaClVsEta_propOut", "ele #eta_{cl} - #eta_{tr} vs eta, prop from out", nbineta2D,etamin,etamax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dEtaClVsPhi_propOut = new TH2F( "h_ele_dEtaClVsPhi_propOut", "ele #eta_{cl} - #eta_{tr} vs phi, prop from out", nbinphi2D,phimin,phimax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dEtaClVsPt_propOut = new TH2F( "h_ele_dEtaScVsPt_propOut", "ele #eta_{cl} - #eta_{tr} vs pt, prop from out", nbinpt2D,0.,ptmax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dPhiCl_propOut = new TH1F( "h_ele_dPhiCl_propOut", "ele #phi_{cl} - #phi_{tr}, prop from outermost", nbindphimatch,dphimatchmin,dphimatchmax); h_ele_dPhiClVsEta_propOut = new TH2F( "h_ele_dPhiClVsEta_propOut", "ele #phi_{cl} - #phi_{tr} vs eta, prop from out", nbineta2D,etamin,etamax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_dPhiClVsPhi_propOut = new TH2F( "h_ele_dPhiClVsPhi_propOut", "ele #phi_{cl} - #phi_{tr} vs phi, prop from out", nbinphi2D,phimin,phimax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_dPhiClVsPt_propOut = new TH2F( "h_ele_dPhiSClsPt_propOut", "ele #phi_{cl} - #phi_{tr} vs pt, prop from out", nbinpt2D,0.,ptmax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_dEtaEleCl_propOut = new TH1F( "h_ele_dEtaEleCl_propOut", "ele #eta_{EleCl} - #eta_{tr}, prop from outermost", nbindetamatch,detamatchmin,detamatchmax); h_ele_dEtaEleClVsEta_propOut = new TH2F( "h_ele_dEtaEleClVsEta_propOut", "ele #eta_{EleCl} - #eta_{tr} vs eta, prop from out", nbineta2D,etamin,etamax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dEtaEleClVsPhi_propOut = new TH2F( "h_ele_dEtaEleClVsPhi_propOut", "ele #eta_{EleCl} - #eta_{tr} vs phi, prop from out", nbinphi2D,phimin,phimax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dEtaEleClVsPt_propOut = new TH2F( "h_ele_dEtaScVsPt_propOut", "ele #eta_{EleCl} - #eta_{tr} vs pt, prop from out", nbinpt2D,0.,ptmax,nbindetamatch2D,detamatchmin,detamatchmax); h_ele_dPhiEleCl_propOut = new TH1F( "h_ele_dPhiEleCl_propOut", "ele #phi_{EleCl} - #phi_{tr}, prop from outermost", nbindphimatch,dphimatchmin,dphimatchmax); h_ele_dPhiEleClVsEta_propOut = new TH2F( "h_ele_dPhiEleClVsEta_propOut", "ele #phi_{EleCl} - #phi_{tr} vs eta, prop from out", nbineta2D,etamin,etamax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_dPhiEleClVsPhi_propOut = new TH2F( "h_ele_dPhiEleClVsPhi_propOut", "ele #phi_{EleCl} - #phi_{tr} vs phi, prop from out", nbinphi2D,phimin,phimax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_dPhiEleClVsPt_propOut = new TH2F( "h_ele_dPhiSEleClsPt_propOut", "ele #phi_{EleCl} - #phi_{tr} vs pt, prop from out", nbinpt2D,0.,ptmax,nbindphimatch2D,dphimatchmin,dphimatchmax); h_ele_HoE = new TH1F("h_ele_HoE", "ele hadronic energy / em energy", nbinhoe, hoemin, hoemax) ; h_ele_HoE_fiducial = new TH1F("h_ele_HoE_fiducial", "ele hadronic energy / em energy, fiducial region", nbinhoe, hoemin, hoemax) ; h_ele_HoEVsEta = new TH2F("h_ele_HoEVsEta", "ele hadronic energy / em energy vs eta", nbineta,etamin,etamax,nbinhoe, hoemin, hoemax) ; h_ele_HoEVsPhi = new TH2F("h_ele_HoEVsPhi", "ele hadronic energy / em energy vs phi", nbinphi2D,phimin,phimax,nbinhoe, hoemin, hoemax) ; h_ele_HoEVsE = new TH2F("h_ele_HoEVsE", "ele hadronic energy / em energy vs E", nbinp, 0.,300.,nbinhoe, hoemin, hoemax) ; h_ele_seed_dphi2_ = new TH1F("h_ele_seedDphi2", "ele seed dphi 2nd layer", 50,-0.003,+0.003) ; h_ele_seed_dphi2VsEta_ = new TH2F("h_ele_seedDphi2VsEta", "ele seed dphi 2nd layer vs eta", nbineta2D,etamin,etamax,50,-0.003,+0.003) ; h_ele_seed_dphi2VsPt_ = new TH2F("h_ele_seedDphi2VsPt", "ele seed dphi 2nd layer vs pt", nbinpt2D,0.,ptmax,50,-0.003,+0.003) ; h_ele_seed_drz2_ = new TH1F("h_ele_seedDrz2", "ele seed dr/dz 2nd layer", 50,-0.03,+0.03) ; h_ele_seed_drz2VsEta_ = new TH2F("h_ele_seedDrz2VsEta", "ele seed dr/dz 2nd layer vs eta", nbineta2D,etamin,etamax,50,-0.03,+0.03) ; h_ele_seed_drz2VsPt_ = new TH2F("h_ele_seedDrz2VsPt", "ele seed dr/dz 2nd layer vs pt", nbinpt2D,0.,ptmax,50,-0.03,+0.03) ; h_ele_seed_subdet2_ = new TH1F("h_ele_seedSubdet2", "ele seed subdet 2nd layer", 10,0.,10.) ; // classes h_ele_classes = new TH1F( "h_ele_classes", "electron classes", 20,0.0,20.); h_ele_eta = new TH1F( "h_ele_eta", "ele electron eta", nbineta/2,0.0,etamax); h_ele_eta_golden = new TH1F( "h_ele_eta_golden", "ele electron eta golden", nbineta/2,0.0,etamax); h_ele_eta_bbrem = new TH1F( "h_ele_eta_bbrem", "ele electron eta bbrem", nbineta/2,0.0,etamax); h_ele_eta_narrow = new TH1F( "h_ele_eta_narrow", "ele electron eta narrow", nbineta/2,0.0,etamax); h_ele_eta_shower = new TH1F( "h_ele_eta_show", "ele electron eta showering", nbineta/2,0.0,etamax); h_ele_PinVsPoutGolden_mode = new TH2F( "h_ele_PinVsPoutGolden_mode", "ele track inner p vs outer p vs eta, golden, mode" ,nbinp2D,0.,pmax,50,0.,pmax); h_ele_PinVsPoutShowering_mode = new TH2F( "h_ele_PinVsPoutShowering_mode", "ele track inner p vs outer p vs eta, Showering, mode" ,nbinp2D,0.,pmax,50,0.,pmax); h_ele_PinVsPoutGolden_mean = new TH2F( "h_ele_PinVsPoutGolden_mean", "ele track inner p vs outer p vs eta, golden, mean" ,nbinp2D,0.,pmax,50,0.,pmax); h_ele_PinVsPoutShowering_mean = new TH2F( "h_ele_PinVsPoutShowering_mean", "ele track inner p vs outer p vs eta, Showering, mean" ,nbinp2D,0.,pmax,50,0.,pmax); h_ele_PtinVsPtoutGolden_mode = new TH2F( "h_ele_PtinVsPtoutGolden_mode", "ele track inner pt vs outer pt vs eta, golden, mode" ,nbinpt2D,0.,ptmax,50,0.,ptmax); h_ele_PtinVsPtoutShowering_mode = new TH2F( "h_ele_PtinVsPtoutShowering_mode", "ele track inner pt vs outer pt vs eta, showering, mode" ,nbinpt2D,0.,ptmax,50,0.,ptmax); h_ele_PtinVsPtoutGolden_mean = new TH2F( "h_ele_PtinVsPtoutGolden_mean", "ele track inner pt vs outer pt vs eta, golden, mean" ,nbinpt2D,0.,ptmax,50,0.,ptmax); h_ele_PtinVsPtoutShowering_mean = new TH2F( "h_ele_PtinVsPtoutShowering_mean", "ele track inner pt vs outer pt vs eta, showering, mean" ,nbinpt2D,0.,ptmax,50,0.,ptmax); histSclEoEmatchingObjectGolden_barrel = new TH1F("h_scl_EoEmatchingObject golden, barrel","ele supercluster energy over matchingObject energy, golden, barrel",100,0.2,1.2); histSclEoEmatchingObjectGolden_endcaps = new TH1F("h_scl_EoEmatchingObject golden, endcaps","ele supercluster energy over matchingObject energy, golden, endcaps",100,0.2,1.2); histSclEoEmatchingObjectShowering_barrel = new TH1F("h_scl_EoEmatchingObject Showering, barrel","ele supercluster energy over matchingObject energy, showering, barrel",100,0.2,1.2); histSclEoEmatchingObjectShowering_endcaps = new TH1F("h_scl_EoEmatchingObject Showering, endcaps","ele supercluster energy over matchingObject energy, showering, endcaps",100,0.2,1.2); // isolation h_ele_tkSumPt_dr03 = new TH1F("h_ele_tkSumPt_dr03","tk isolation sum, dR=0.3",100,0.0,20.); h_ele_ecalRecHitSumEt_dr03= new TH1F("h_ele_ecalRecHitSumEt_dr03","ecal isolation sum, dR=0.3",100,0.0,20.); h_ele_hcalDepth1TowerSumEt_dr03= new TH1F("h_ele_hcalDepth1TowerSumEt_dr03","hcal depth1 isolation sum, dR=0.3",100,0.0,20.); h_ele_hcalDepth2TowerSumEt_dr03= new TH1F("h_ele_hcalDepth2TowerSumEt_dr03","hcal depth2 isolation sum, dR=0.3",100,0.0,20.); h_ele_tkSumPt_dr04= new TH1F("h_ele_tkSumPt_dr04","hcal isolation sum",100,0.0,20.); h_ele_ecalRecHitSumEt_dr04= new TH1F("h_ele_ecalRecHitSumEt_dr04","ecal isolation sum, dR=0.4",100,0.0,20.); h_ele_hcalDepth1TowerSumEt_dr04= new TH1F("h_ele_hcalDepth1TowerSumEt_dr04","hcal depth1 isolation sum, dR=0.4",100,0.0,20.); h_ele_hcalDepth2TowerSumEt_dr04= new TH1F("h_ele_hcalDepth2TowerSumEt_dr04","hcal depth2 isolation sum, dR=0.4",100,0.0,20.); // fbrem h_ele_fbrem = new TH1F( "h_ele_fbrem","ele brem fraction, mode",100,0.,1.); h_ele_fbremVsEta_mode = new TProfile( "h_ele_fbremvsEtamode","mean ele brem fraction vs eta, mode",nbineta2D,etamin,etamax,0.,1.); h_ele_fbremVsEta_mean = new TProfile( "h_ele_fbremvsEtamean","mean ele brem fraction vs eta, mean",nbineta2D,etamin,etamax,0.,1.); // e/g et pflow electrons h_ele_mva = new TH1F( "h_ele_mva","ele identification mva",100,-1.,1.); h_ele_provenance = new TH1F( "h_ele_provenance","ele provenance",5,-2.,3.); // histos titles h_matchingObjectNum -> GetXaxis()-> SetTitle("N_{SC}"); h_matchingObjectNum -> GetYaxis()-> SetTitle("Events"); h_matchingObjectEta -> GetXaxis()-> SetTitle("#eta_{SC}"); h_matchingObjectEta -> GetYaxis()-> SetTitle("Events"); h_matchingObjectP -> GetXaxis()-> SetTitle("E_{SC} (GeV)"); h_matchingObjectP -> GetYaxis()-> SetTitle("Events"); h_ele_foundHits -> GetXaxis()-> SetTitle("N_{hits}"); h_ele_foundHits -> GetYaxis()-> SetTitle("Events"); h_ele_ambiguousTracks -> GetXaxis()-> SetTitle("N_{ambiguous tracks}"); h_ele_ambiguousTracks -> GetYaxis()-> SetTitle("Events"); h_ele_lostHits -> GetXaxis()-> SetTitle("N_{lost hits}"); h_ele_lostHits -> GetYaxis()-> SetTitle("Events"); h_ele_chi2 -> GetXaxis()-> SetTitle("#Chi^{2}"); h_ele_chi2 -> GetYaxis()-> SetTitle("Events"); h_ele_charge -> GetXaxis()-> SetTitle("charge"); h_ele_charge -> GetYaxis()-> SetTitle("Events"); h_ele_vertexP -> GetXaxis()-> SetTitle("p_{vertex} (GeV/c)"); h_ele_vertexP -> GetYaxis()-> SetTitle("Events"); h_ele_vertexPt -> GetXaxis()-> SetTitle("p_{T vertex} (GeV/c)"); h_ele_vertexPt -> GetYaxis()-> SetTitle("Events"); h_ele_Et -> GetXaxis()-> SetTitle("E_{T} (GeV)"); h_ele_Et -> GetYaxis()-> SetTitle("Events"); h_ele_vertexEta -> GetXaxis()-> SetTitle("#eta"); h_ele_vertexEta -> GetYaxis()-> SetTitle("Events"); h_ele_vertexPhi -> GetXaxis()-> SetTitle("#phi (rad)"); h_ele_vertexPhi -> GetYaxis()-> SetTitle("Events"); h_ele_PoPmatchingObject_matched -> GetXaxis()-> SetTitle("P/E_{SC}"); h_ele_PoPmatchingObject_matched -> GetYaxis()-> SetTitle("Events"); h_ele_PoPmatchingObject_barrel_matched -> GetXaxis()-> SetTitle("P/E_{SC}"); h_ele_PoPmatchingObject_barrel_matched -> GetYaxis()-> SetTitle("Events"); h_ele_PoPmatchingObject_endcaps_matched -> GetXaxis()-> SetTitle("P/E_{SC}"); h_ele_PoPmatchingObject_endcaps_matched -> GetYaxis()-> SetTitle("Events"); h_ele_PtoPtmatchingObject_matched -> GetXaxis()-> SetTitle("P_{T}/E_{T}^{SC}"); h_ele_PtoPtmatchingObject_matched -> GetYaxis()-> SetTitle("Events"); h_ele_PtoPtmatchingObject_barrel_matched -> GetXaxis()-> SetTitle("P_{T}/E_{T}^{SC}"); h_ele_PtoPtmatchingObject_barrel_matched -> GetYaxis()-> SetTitle("Events"); h_ele_PtoPtmatchingObject_endcaps_matched -> GetXaxis()-> SetTitle("P_{T}/E_{T}^{SC}"); h_ele_PtoPtmatchingObject_endcaps_matched -> GetYaxis()-> SetTitle("Events"); histSclSigEtaEta_-> GetXaxis()-> SetTitle("#sigma_{#eta #eta}") ; histSclSigEtaEta_-> GetYaxis()-> SetTitle("Events") ; histSclSigIEtaIEta_barrel_-> GetXaxis()-> SetTitle("#sigma_{i#eta i#eta}") ; histSclSigIEtaIEta_barrel_-> GetYaxis()-> SetTitle("Events") ; histSclSigIEtaIEta_endcaps_-> GetXaxis()-> SetTitle("#sigma_{i#eta i#eta}") ; histSclSigIEtaIEta_endcaps_-> GetYaxis()-> SetTitle("Events") ; histSclE1x5_-> GetXaxis()-> SetTitle("E1x5 (GeV)") ; histSclE1x5_-> GetYaxis()-> SetTitle("Events") ; histSclE1x5_barrel_-> GetXaxis()-> SetTitle("E1x5 (GeV)") ; histSclE1x5_barrel_-> GetYaxis()-> SetTitle("Events") ; histSclE1x5_endcaps_-> GetXaxis()-> SetTitle("E1x5 (GeV)") ; histSclE1x5_endcaps_-> GetYaxis()-> SetTitle("Events") ; histSclE2x5max_-> GetXaxis()-> SetTitle("E2x5 (GeV)") ; histSclE2x5max_-> GetYaxis()-> SetTitle("Events") ; histSclE2x5max_barrel_-> GetXaxis()-> SetTitle("E2x5 (GeV)") ; histSclE2x5max_barrel_-> GetYaxis()-> SetTitle("Events") ; histSclE2x5max_endcaps_-> GetXaxis()-> SetTitle("E2x5 (GeV)") ; histSclE2x5max_endcaps_-> GetYaxis()-> SetTitle("Events") ; histSclE5x5_-> GetXaxis()-> SetTitle("E5x5 (GeV)") ; histSclE5x5_-> GetYaxis()-> SetTitle("Events") ; histSclE5x5_barrel_-> GetXaxis()-> SetTitle("E5x5 (GeV)") ; histSclE5x5_barrel_-> GetYaxis()-> SetTitle("Events") ; histSclE5x5_endcaps_-> GetXaxis()-> SetTitle("E5x5 (GeV)") ; histSclE5x5_endcaps_-> GetYaxis()-> SetTitle("Events") ; h_ele_EtaMnEtamatchingObject_matched -> GetXaxis()-> SetTitle("#eta_{rec} - #eta_{SC}"); h_ele_EtaMnEtamatchingObject_matched -> GetYaxis()-> SetTitle("Events"); h_ele_PhiMnPhimatchingObject_matched -> GetXaxis()-> SetTitle("#phi_{rec} - #phi_{SC} (rad)"); h_ele_PhiMnPhimatchingObject_matched -> GetYaxis()-> SetTitle("Events"); h_ele_PinMnPout -> GetXaxis()-> SetTitle("P_{vertex} - P_{out} (GeV/c)"); h_ele_PinMnPout -> GetYaxis()-> SetTitle("Events"); h_ele_PinMnPout_mode -> GetXaxis()-> SetTitle("P_{vertex} - P_{out}, mode (GeV/c)"); h_ele_PinMnPout_mode -> GetYaxis()-> SetTitle("Events"); h_ele_outerP -> GetXaxis()-> SetTitle("P_{out} (GeV/c)"); h_ele_outerP -> GetYaxis()-> SetTitle("Events"); h_ele_outerP_mode -> GetXaxis()-> SetTitle("P_{out} (GeV/c)"); h_ele_outerP_mode -> GetYaxis()-> SetTitle("Events"); h_ele_outerPt -> GetXaxis()-> SetTitle("P_{T out} (GeV/c)"); h_ele_outerPt -> GetYaxis()-> SetTitle("Events"); h_ele_outerPt_mode -> GetXaxis()-> SetTitle("P_{T out} (GeV/c)"); h_ele_outerPt_mode -> GetYaxis()-> SetTitle("Events"); h_ele_EoP -> GetXaxis()-> SetTitle("E/P_{vertex}"); h_ele_EoP -> GetYaxis()-> SetTitle("Events"); h_ele_EseedOP -> GetXaxis()-> SetTitle("E_{seed}/P_{vertex}"); h_ele_EseedOP -> GetYaxis()-> SetTitle("Events"); h_ele_EoPout -> GetXaxis()-> SetTitle("E_{seed}/P_{out}"); h_ele_EoPout -> GetYaxis()-> SetTitle("Events"); h_ele_EeleOPout -> GetXaxis()-> SetTitle("E_{ele}/P_{out}"); h_ele_EeleOPout -> GetYaxis()-> SetTitle("Events"); h_ele_vertexX-> GetXaxis()-> SetTitle("x (cm)"); h_ele_vertexX-> GetYaxis()-> SetTitle("Events"); h_ele_vertexY-> GetXaxis()-> SetTitle("y (cm)"); h_ele_vertexY-> GetYaxis()-> SetTitle("Events"); h_ele_vertexZ-> GetXaxis()-> SetTitle("z (cm)"); h_ele_vertexZ-> GetYaxis()-> SetTitle("Events"); h_ele_vertexTIP-> GetXaxis()-> SetTitle("TIP (cm)"); h_ele_vertexTIP-> GetYaxis()-> SetTitle("Events"); h_ele_vertexTIPVsEta-> GetYaxis()-> SetTitle("TIP (cm)"); h_ele_vertexTIPVsEta-> GetXaxis()-> SetTitle("#eta"); h_ele_vertexTIPVsPhi-> GetYaxis()-> SetTitle("TIP (cm)"); h_ele_vertexTIPVsPhi-> GetXaxis()-> SetTitle("#phi (rad)"); h_ele_vertexTIPVsPt-> GetYaxis()-> SetTitle("TIP (cm)"); h_ele_vertexTIPVsEta-> GetXaxis()-> SetTitle("p_{T} (GeV/c)"); h_ele_dEtaSc_propVtx-> GetXaxis()-> SetTitle("#eta_{sc} - #eta_{tr}"); h_ele_dEtaSc_propVtx-> GetYaxis()-> SetTitle("Events"); h_ele_dEtaCl_propOut-> GetXaxis()-> SetTitle("#eta_{seedcl} - #eta_{tr}"); h_ele_dEtaCl_propOut-> GetYaxis()-> SetTitle("Events"); h_ele_dEtaEleCl_propOut-> GetXaxis()-> SetTitle("#eta_{elecl} - #eta_{tr}"); h_ele_dEtaEleCl_propOut-> GetYaxis()-> SetTitle("Events"); h_ele_dPhiSc_propVtx-> GetXaxis()-> SetTitle("#phi_{sc} - #phi_{tr} (rad)"); h_ele_dPhiSc_propVtx-> GetYaxis()-> SetTitle("Events"); h_ele_dPhiCl_propOut-> GetXaxis()-> SetTitle("#phi_{seedcl} - #phi_{tr} (rad)"); h_ele_dPhiCl_propOut-> GetYaxis()-> SetTitle("Events"); h_ele_dPhiEleCl_propOut-> GetXaxis()-> SetTitle("#phi_{elecl} - #phi_{tr} (rad)"); h_ele_dPhiEleCl_propOut-> GetYaxis()-> SetTitle("Events"); h_ele_HoE-> GetXaxis()-> SetTitle("H/E") ; h_ele_HoE-> GetYaxis()-> SetTitle("Events") ; h_ele_HoE_fiducial-> GetXaxis()-> SetTitle("H/E") ; h_ele_HoE_fiducial-> GetYaxis()-> SetTitle("Events") ; h_ele_fbrem-> GetXaxis()-> SetTitle("P_{in} - P_{out} / P_{in}"); h_ele_fbrem-> GetYaxis()-> SetTitle("Events"); h_ele_seed_dphi2_-> GetXaxis()-> SetTitle("#phi_{hit}-#phi_{pred} (rad)") ; h_ele_seed_dphi2_-> GetYaxis()-> SetTitle("Events") ; h_ele_seed_drz2_-> GetXaxis()-> SetTitle("r(z)_{hit}-r(z)_{pred} (cm)") ; h_ele_seed_drz2_-> GetYaxis()-> SetTitle("Events") ; h_ele_seed_subdet2_-> GetXaxis()-> SetTitle("2nd hit subdet Id") ; h_ele_seed_subdet2_-> GetYaxis()-> SetTitle("Events") ; h_ele_classes-> GetXaxis()-> SetTitle("class Id") ; h_ele_classes-> GetYaxis()-> SetTitle("Events") ; h_ele_mee_all-> GetXaxis()-> SetTitle("m_{ee} (GeV/c^{2})"); h_ele_mee_all-> GetYaxis()-> SetTitle("Events"); h_ele_mee_os-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_mee_os-> GetYaxis()-> SetTitle("Events"); h_ele_mee_os_ebeb-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_mee_os_ebeb-> GetYaxis()-> SetTitle("Events"); h_ele_mee_os_ebee-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_mee_os_ebee-> GetYaxis()-> SetTitle("Events"); h_ele_mee_os_eeee-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_mee_os_eeee-> GetYaxis()-> SetTitle("Events"); h_ele_mee_os_gg-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_mee_os_gg-> GetYaxis()-> SetTitle("Events"); h_ele_mee_os_gb-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_mee_os_gb-> GetYaxis()-> SetTitle("Events"); h_ele_mee_os_bb-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_mee_os_bb-> GetYaxis()-> SetTitle("Events"); h_ele_E2mnE1vsMee_all-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_E2mnE1vsMee_all-> GetYaxis()-> SetTitle("E2 - E1 (GeV)"); h_ele_E2mnE1vsMee_egeg_all-> GetXaxis()-> SetTitle("m_{e^{+}e^{-}} (GeV/c^{2})"); h_ele_E2mnE1vsMee_egeg_all-> GetYaxis()-> SetTitle("E2 - E1 (GeV)"); histNum_-> GetXaxis()-> SetTitle("N_{ele}"); histNum_-> GetYaxis()-> SetTitle("Events"); h_ele_fbremVsEta_mode-> GetXaxis()-> SetTitle("#eta"); h_ele_fbremVsEta_mean-> GetXaxis()-> SetTitle("#eta"); }
void GsfElectronDataAnalyzer::endJob | ( | void | ) | [virtual] |
Reimplemented from edm::EDAnalyzer.
Definition at line 594 of file GsfElectronDataAnalyzer.cc.
References gather_cfg::cout, h_ele_ambiguousTracks, h_ele_ambiguousTracksVsEta, h_ele_ambiguousTracksVsPhi, h_ele_ambiguousTracksVsPt, h_ele_charge, h_ele_chargeVsEta, h_ele_chargeVsPhi, h_ele_chargeVsPt, h_ele_chi2, h_ele_chi2VsEta, h_ele_chi2VsPhi, h_ele_chi2VsPt, h_ele_classes, h_ele_dEtaCl_propOut, h_ele_dEtaClVsEta_propOut, h_ele_dEtaClVsPhi_propOut, h_ele_dEtaClVsPt_propOut, h_ele_dEtaEleCl_propOut, h_ele_dEtaEleClVsEta_propOut, h_ele_dEtaEleClVsPhi_propOut, h_ele_dEtaEleClVsPt_propOut, h_ele_dEtaSc_propVtx, h_ele_dEtaScVsEta_propVtx, h_ele_dEtaScVsPhi_propVtx, h_ele_dEtaScVsPt_propVtx, h_ele_dPhiCl_propOut, h_ele_dPhiClVsEta_propOut, h_ele_dPhiClVsPhi_propOut, h_ele_dPhiClVsPt_propOut, h_ele_dPhiEleCl_propOut, h_ele_dPhiEleClVsEta_propOut, h_ele_dPhiEleClVsPhi_propOut, h_ele_dPhiEleClVsPt_propOut, h_ele_dPhiSc_propVtx, h_ele_dPhiScVsEta_propVtx, h_ele_dPhiScVsPhi_propVtx, h_ele_dPhiScVsPt_propVtx, h_ele_E2mnE1vsMee_all, h_ele_E2mnE1vsMee_egeg_all, h_ele_ecalRecHitSumEt_dr03, h_ele_ecalRecHitSumEt_dr04, h_ele_EeleOPout, h_ele_EeleOPoutVsE, h_ele_EeleOPoutVsEta, h_ele_EeleOPoutVsPhi, h_ele_EoP, h_ele_EoPout, h_ele_EoPoutVsE, h_ele_EoPoutVsEta, h_ele_EoPoutVsPhi, h_ele_EoPVsE, h_ele_EoPVsEta, h_ele_EoPVsPhi, h_ele_EseedOP, h_ele_EseedOPVsE, h_ele_EseedOPVsEta, h_ele_EseedOPVsPhi, h_ele_Et, h_ele_eta, h_ele_eta_bbrem, h_ele_eta_golden, h_ele_eta_narrow, h_ele_eta_shower, h_ele_EtaMnEtamatchingObject_matched, h_ele_EtaMnEtamatchingObjectVsEta_matched, h_ele_EtaMnEtamatchingObjectVsPhi_matched, h_ele_EtaMnEtamatchingObjectVsPt_matched, h_ele_fbrem, h_ele_fbremVsEta_mean, h_ele_fbremVsEta_mode, h_ele_foundHits, h_ele_foundHitsVsEta, h_ele_foundHitsVsPhi, h_ele_foundHitsVsPt, h_ele_hcalDepth1TowerSumEt_dr03, h_ele_hcalDepth1TowerSumEt_dr04, h_ele_hcalDepth2TowerSumEt_dr03, h_ele_hcalDepth2TowerSumEt_dr04, h_ele_HoE, h_ele_HoE_fiducial, h_ele_HoEVsE, h_ele_HoEVsEta, h_ele_HoEVsPhi, h_ele_lostHits, h_ele_lostHitsVsEta, h_ele_lostHitsVsPhi, h_ele_lostHitsVsPt, h_ele_matchingObjectAbsEta_matched, h_ele_matchingObjectEta_matched, h_ele_matchingObjectPhi_matched, h_ele_matchingObjectPt_matched, h_ele_matchingObjectZ_matched, h_ele_mee_all, h_ele_mee_os, h_ele_mee_os_bb, h_ele_mee_os_ebeb, h_ele_mee_os_ebee, h_ele_mee_os_eeee, h_ele_mee_os_gb, h_ele_mee_os_gg, h_ele_mva, h_ele_outerP, h_ele_outerP_mode, h_ele_outerPt, h_ele_outerPt_mode, h_ele_outerPtVsEta_mode, h_ele_outerPtVsPhi_mode, h_ele_outerPtVsPt_mode, h_ele_outerPVsEta_mode, h_ele_PhiMnPhimatchingObject2_matched, h_ele_PhiMnPhimatchingObject_matched, h_ele_PhiMnPhimatchingObjectVsEta_matched, h_ele_PhiMnPhimatchingObjectVsPhi_matched, h_ele_PhiMnPhimatchingObjectVsPt_matched, h_ele_PinMnPout, h_ele_PinMnPout_mode, h_ele_PinMnPoutVsChi2_mode, h_ele_PinMnPoutVsE_mode, h_ele_PinMnPoutVsEta_mode, h_ele_PinMnPoutVsPhi_mode, h_ele_PinMnPoutVsPt_mode, h_ele_PinVsPoutGolden_mean, h_ele_PinVsPoutGolden_mode, h_ele_PinVsPoutShowering_mean, h_ele_PinVsPoutShowering_mode, h_ele_PoPmatchingObject_barrel_matched, h_ele_PoPmatchingObject_endcaps_matched, h_ele_PoPmatchingObject_matched, h_ele_PoPmatchingObjectVsEta_matched, h_ele_PoPmatchingObjectVsPhi_matched, h_ele_PoPmatchingObjectVsPt_matched, h_ele_provenance, h_ele_PtinVsPtoutGolden_mean, h_ele_PtinVsPtoutGolden_mode, h_ele_PtinVsPtoutShowering_mean, h_ele_PtinVsPtoutShowering_mode, h_ele_PtoPtmatchingObject_barrel_matched, h_ele_PtoPtmatchingObject_endcaps_matched, h_ele_PtoPtmatchingObject_matched, h_ele_seed_dphi2_, h_ele_seed_dphi2VsEta_, h_ele_seed_dphi2VsPt_, h_ele_seed_drz2_, h_ele_seed_drz2VsEta_, h_ele_seed_drz2VsPt_, h_ele_seed_subdet2_, h_ele_tkSumPt_dr03, h_ele_tkSumPt_dr04, h_ele_vertexEta, h_ele_vertexEtaVsPhi, h_ele_vertexP, h_ele_vertexPhi, h_ele_vertexPt, h_ele_vertexPtVsEta, h_ele_vertexPtVsPhi, h_ele_vertexTIP, h_ele_vertexTIPVsEta, h_ele_vertexTIPVsPhi, h_ele_vertexTIPVsPt, h_ele_vertexX, h_ele_vertexY, h_ele_vertexZ, h_matchingObjectAbsEta, h_matchingObjectEta, h_matchingObjectNum, h_matchingObjectP, h_matchingObjectPhi, h_matchingObjectPt, h_matchingObjectZ, histfile_, histNum_, histSclE1x5_, histSclE1x5_barrel_, histSclE1x5_endcaps_, histSclE2x5max_, histSclE2x5max_barrel_, histSclE2x5max_endcaps_, histSclE5x5_, histSclE5x5_barrel_, histSclE5x5_endcaps_, histSclEn_, histSclEoEmatchingObject_barrel_matched, histSclEoEmatchingObject_barrel_new_matched, histSclEoEmatchingObject_endcaps_matched, histSclEoEmatchingObject_endcaps_new_matched, histSclEoEmatchingObjectGolden_barrel, histSclEoEmatchingObjectGolden_endcaps, histSclEoEmatchingObjectShowering_barrel, histSclEoEmatchingObjectShowering_endcaps, histSclEt_, histSclEta_, histSclEtaVsPhi_, histSclEtVsEta_, histSclEtVsPhi_, histSclPhi_, histSclSigEtaEta_, histSclSigIEtaIEta_barrel_, histSclSigIEtaIEta_endcaps_, funct::log(), and nbineta.
{ histfile_->cd(); std::cout << "efficiency calculation " << std::endl; // efficiency vs eta TH1F *h_ele_etaEff = (TH1F*)h_ele_matchingObjectEta_matched->Clone("h_ele_etaEff"); h_ele_etaEff->Reset(); h_ele_etaEff->Divide(h_ele_matchingObjectEta_matched,h_matchingObjectEta,1,1,"b"); h_ele_etaEff->Print(); h_ele_etaEff->GetXaxis()->SetTitle("#eta"); h_ele_etaEff->GetYaxis()->SetTitle("Efficiency"); // efficiency vs z TH1F *h_ele_zEff = (TH1F*)h_ele_matchingObjectZ_matched->Clone("h_ele_zEff"); h_ele_zEff->Reset(); h_ele_zEff->Divide(h_ele_matchingObjectZ_matched,h_matchingObjectZ,1,1,"b"); h_ele_zEff->Print(); h_ele_zEff->GetXaxis()->SetTitle("z (cm)"); h_ele_zEff->GetYaxis()->SetTitle("Efficiency"); // efficiency vs |eta| TH1F *h_ele_absetaEff = (TH1F*)h_ele_matchingObjectAbsEta_matched->Clone("h_ele_absetaEff"); h_ele_absetaEff->Reset(); h_ele_absetaEff->Divide(h_ele_matchingObjectAbsEta_matched,h_matchingObjectAbsEta,1,1,"b"); h_ele_absetaEff->GetXaxis()->SetTitle("|#eta|"); h_ele_absetaEff->GetYaxis()->SetTitle("Efficiency"); // efficiency vs pt TH1F *h_ele_ptEff = (TH1F*)h_ele_matchingObjectPt_matched->Clone("h_ele_ptEff"); h_ele_ptEff->Reset(); h_ele_ptEff->Divide(h_ele_matchingObjectPt_matched,h_matchingObjectPt,1,1,"b"); h_ele_ptEff->GetXaxis()->SetTitle("p_{T} (GeV/c)"); h_ele_ptEff->GetYaxis()->SetTitle("Efficiency"); // efficiency vs phi TH1F *h_ele_phiEff = (TH1F*)h_ele_matchingObjectPhi_matched->Clone("h_ele_phiEff"); h_ele_phiEff->Reset(); h_ele_phiEff->Divide(h_ele_matchingObjectPhi_matched,h_matchingObjectPhi,1,1,"b"); h_ele_phiEff->GetXaxis()->SetTitle("#phi (rad)"); h_ele_phiEff->GetYaxis()->SetTitle("Efficiency"); // classes TH1F *h_ele_eta_goldenFrac = (TH1F*)h_ele_eta_golden->Clone("h_ele_eta_goldenFrac"); h_ele_eta_goldenFrac->Reset(); h_ele_eta_goldenFrac->Divide(h_ele_eta_golden,h_ele_eta,1,1); h_ele_eta_goldenFrac->GetXaxis()->SetTitle("|#eta|"); h_ele_eta_goldenFrac->GetYaxis()->SetTitle("Fraction of electrons"); h_ele_eta_goldenFrac->SetTitle("fraction of golden electrons vs eta"); TH1F *h_ele_eta_bbremFrac = (TH1F*)h_ele_eta_bbrem->Clone("h_ele_eta_bbremFrac"); h_ele_eta_bbremFrac->Reset(); h_ele_eta_bbremFrac->Divide(h_ele_eta_bbrem,h_ele_eta,1,1); h_ele_eta_bbremFrac->GetXaxis()->SetTitle("|#eta|"); h_ele_eta_bbremFrac->GetYaxis()->SetTitle("Fraction of electrons"); h_ele_eta_bbremFrac->SetTitle("fraction of big brem electrons vs eta"); TH1F *h_ele_eta_narrowFrac = (TH1F*)h_ele_eta_narrow->Clone("h_ele_eta_narrowFrac"); h_ele_eta_narrowFrac->Reset(); h_ele_eta_narrowFrac->Divide(h_ele_eta_narrow,h_ele_eta,1,1); h_ele_eta_narrowFrac->GetXaxis()->SetTitle("|#eta|"); h_ele_eta_narrowFrac->GetYaxis()->SetTitle("Fraction of electrons"); h_ele_eta_narrowFrac->SetTitle("fraction of narrow electrons vs eta"); TH1F *h_ele_eta_showerFrac = (TH1F*)h_ele_eta_shower->Clone("h_ele_eta_showerFrac"); h_ele_eta_showerFrac->Reset(); h_ele_eta_showerFrac->Divide(h_ele_eta_shower,h_ele_eta,1,1); h_ele_eta_showerFrac->GetXaxis()->SetTitle("|#eta|"); h_ele_eta_showerFrac->GetYaxis()->SetTitle("Fraction of electrons"); h_ele_eta_showerFrac->SetTitle("fraction of showering electrons vs eta"); // fbrem TH1F *h_ele_xOverX0VsEta = new TH1F( "h_ele_xOverx0VsEta","mean X/X_0 vs eta",nbineta/2,0.0,2.5); for (int ibin=1;ibin<h_ele_fbremVsEta_mean->GetNbinsX()+1;ibin++) { double xOverX0 = 0.; if (h_ele_fbremVsEta_mean->GetBinContent(ibin)>0.) xOverX0 = -log(h_ele_fbremVsEta_mean->GetBinContent(ibin)); h_ele_xOverX0VsEta->SetBinContent(ibin,xOverX0); } //profiles from 2D histos TProfile *p_ele_PoPmatchingObjectVsEta_matched = h_ele_PoPmatchingObjectVsEta_matched->ProfileX(); p_ele_PoPmatchingObjectVsEta_matched->SetTitle("mean ele momentum / matching SC energy vs eta"); p_ele_PoPmatchingObjectVsEta_matched->GetXaxis()->SetTitle("#eta"); p_ele_PoPmatchingObjectVsEta_matched->GetYaxis()->SetTitle("<P/E_{matching SC}>"); p_ele_PoPmatchingObjectVsEta_matched->Write(); TProfile *p_ele_PoPmatchingObjectVsPhi_matched = h_ele_PoPmatchingObjectVsPhi_matched->ProfileX(); p_ele_PoPmatchingObjectVsPhi_matched->SetTitle("mean ele momentum / gen momentum vs phi"); p_ele_PoPmatchingObjectVsPhi_matched->GetXaxis()->SetTitle("#phi (rad)"); p_ele_PoPmatchingObjectVsPhi_matched->GetYaxis()->SetTitle("<P/E_{matching SC}>"); p_ele_PoPmatchingObjectVsPhi_matched->Write(); TProfile *p_ele_EtaMnEtamatchingObjectVsEta_matched = h_ele_EtaMnEtamatchingObjectVsEta_matched->ProfileX(); p_ele_EtaMnEtamatchingObjectVsEta_matched->GetXaxis()->SetTitle("#eta"); p_ele_EtaMnEtamatchingObjectVsEta_matched->GetYaxis()->SetTitle("<#eta_{rec} - #eta_{matching SC}>"); p_ele_EtaMnEtamatchingObjectVsEta_matched->Write(); TProfile *p_ele_EtaMnEtamatchingObjectVsPhi_matched = h_ele_EtaMnEtamatchingObjectVsPhi_matched->ProfileX(); p_ele_EtaMnEtamatchingObjectVsPhi_matched-> GetXaxis()-> SetTitle("#phi"); p_ele_EtaMnEtamatchingObjectVsPhi_matched-> GetYaxis()-> SetTitle("<#eta_{rec} - #eta_{matching SC}>"); p_ele_EtaMnEtamatchingObjectVsPhi_matched->Write(); TProfile *p_ele_PhiMnPhimatchingObjectVsEta_matched = h_ele_PhiMnPhimatchingObjectVsEta_matched->ProfileX(); p_ele_PhiMnPhimatchingObjectVsEta_matched-> GetXaxis()-> SetTitle("#eta"); p_ele_PhiMnPhimatchingObjectVsEta_matched-> GetYaxis()-> SetTitle("<#phi_{rec} - #phi_{matching SC}> (rad)"); p_ele_PhiMnPhimatchingObjectVsEta_matched->Write(); TProfile *p_ele_PhiMnPhimatchingObjectVsPhi_matched = h_ele_PhiMnPhimatchingObjectVsPhi_matched->ProfileX(); p_ele_PhiMnPhimatchingObjectVsPhi_matched-> GetXaxis()-> SetTitle("#phi"); p_ele_PhiMnPhimatchingObjectVsPhi_matched-> GetYaxis()-> SetTitle("<#phi_{rec} - #phi_{matching SC}> (rad)"); p_ele_PhiMnPhimatchingObjectVsPhi_matched->Write(); TProfile *p_ele_vertexPtVsEta = h_ele_vertexPtVsEta->ProfileX(); p_ele_vertexPtVsEta->GetXaxis()->SetTitle("#eta"); p_ele_vertexPtVsEta->GetYaxis()->SetTitle("<p_{T}> (GeV/c)"); p_ele_vertexPtVsEta->Write(); TProfile *p_ele_vertexPtVsPhi = h_ele_vertexPtVsPhi->ProfileX(); p_ele_vertexPtVsPhi->GetXaxis()->SetTitle("#phi (rad)"); p_ele_vertexPtVsPhi->GetYaxis()->SetTitle("<p_{T}> (GeV/c)"); p_ele_vertexPtVsPhi->Write(); TProfile *p_ele_EoPVsEta = h_ele_EoPVsEta->ProfileX(); p_ele_EoPVsEta->GetXaxis()->SetTitle("#eta"); p_ele_EoPVsEta->GetYaxis()->SetTitle("<E/P_{vertex}>"); p_ele_EoPVsEta->Write(); TProfile *p_ele_EoPVsPhi = h_ele_EoPVsPhi->ProfileX(); p_ele_EoPVsPhi->GetXaxis()->SetTitle("#phi (rad)"); p_ele_EoPVsPhi->GetYaxis()->SetTitle("<E/P_{vertex}>"); p_ele_EoPVsPhi->Write(); TProfile *p_ele_EoPoutVsEta = h_ele_EoPoutVsEta->ProfileX(); p_ele_EoPoutVsEta->GetXaxis()->SetTitle("#eta"); p_ele_EoPoutVsEta->GetYaxis()->SetTitle("<E_{seed}/P_{out}>"); p_ele_EoPoutVsEta->Write(); TProfile *p_ele_EoPoutVsPhi = h_ele_EoPoutVsPhi->ProfileX(); p_ele_EoPoutVsPhi->GetXaxis()->SetTitle("#phi (rad)"); p_ele_EoPoutVsPhi->GetYaxis()->SetTitle("<E_{seed}/P_{out}>"); p_ele_EoPoutVsPhi->Write(); TProfile *p_ele_EeleOPoutVsEta = h_ele_EeleOPoutVsEta->ProfileX(); p_ele_EeleOPoutVsEta->SetTitle("mean ele Eele/pout vs eta"); p_ele_EeleOPoutVsEta->GetXaxis()->SetTitle("#eta"); p_ele_EeleOPoutVsEta->GetYaxis()->SetTitle("<E_{ele}/P_{out}>"); p_ele_EeleOPoutVsEta->Write(); TProfile *p_ele_EeleOPoutVsPhi = h_ele_EeleOPoutVsPhi->ProfileX(); p_ele_EeleOPoutVsPhi->SetTitle("mean ele Eele/pout vs phi"); p_ele_EeleOPoutVsPhi->GetXaxis()->SetTitle("#phi (rad)"); p_ele_EeleOPoutVsPhi->GetYaxis()->SetTitle("<E_{ele}/P_{out}>"); p_ele_EeleOPoutVsPhi->Write(); TProfile *p_ele_HoEVsEta = h_ele_HoEVsEta->ProfileX(); p_ele_HoEVsEta->GetXaxis()->SetTitle("#eta"); p_ele_HoEVsEta->GetYaxis()->SetTitle("<H/E>"); p_ele_HoEVsEta->Write(); TProfile *p_ele_HoEVsPhi = h_ele_HoEVsPhi->ProfileX(); p_ele_HoEVsPhi->GetXaxis()->SetTitle("#phi (rad)"); p_ele_HoEVsPhi->GetYaxis()->SetTitle("<H/E>"); p_ele_HoEVsPhi->Write(); TProfile *p_ele_chi2VsEta = h_ele_chi2VsEta->ProfileX(); p_ele_chi2VsEta->GetXaxis()->SetTitle("#eta"); p_ele_chi2VsEta->GetYaxis()->SetTitle("<#Chi^{2}>"); p_ele_chi2VsEta->Write(); TProfile *p_ele_chi2VsPhi = h_ele_chi2VsPhi->ProfileX(); p_ele_chi2VsPhi->GetXaxis()->SetTitle("#phi (rad)"); p_ele_chi2VsPhi->GetYaxis()->SetTitle("<#Chi^{2}>"); p_ele_chi2VsPhi->Write(); TProfile *p_ele_foundHitsVsEta = h_ele_foundHitsVsEta->ProfileX(); p_ele_foundHitsVsEta->GetXaxis()->SetTitle("#eta"); p_ele_foundHitsVsEta->GetYaxis()->SetTitle("<N_{hits}>"); p_ele_foundHitsVsEta->Write(); TProfile *p_ele_foundHitsVsPhi = h_ele_foundHitsVsPhi->ProfileX(); p_ele_foundHitsVsPhi->GetXaxis()->SetTitle("#phi (rad)"); p_ele_foundHitsVsPhi->GetYaxis()->SetTitle("<N_{hits}>"); p_ele_foundHitsVsPhi->Write(); TProfile *p_ele_lostHitsVsEta = h_ele_lostHitsVsEta->ProfileX(); p_ele_lostHitsVsEta->GetXaxis()->SetTitle("#eta"); p_ele_lostHitsVsEta->GetYaxis()->SetTitle("<N_{hits}>"); p_ele_lostHitsVsEta->Write(); TProfile *p_ele_lostHitsVsPhi = h_ele_lostHitsVsPhi->ProfileX(); p_ele_lostHitsVsPhi->GetXaxis()->SetTitle("#phi (rad)"); p_ele_lostHitsVsPhi->GetYaxis()->SetTitle("<N_{hits}>"); p_ele_lostHitsVsPhi->Write(); TProfile *p_ele_vertexTIPVsEta = h_ele_vertexTIPVsEta->ProfileX(); p_ele_vertexTIPVsEta->SetTitle("mean tip (wrt gen vtx) vs eta"); p_ele_vertexTIPVsEta->GetXaxis()->SetTitle("#eta"); p_ele_vertexTIPVsEta->GetYaxis()->SetTitle("<TIP> (cm)"); p_ele_vertexTIPVsEta->Write(); TProfile *p_ele_vertexTIPVsPhi = h_ele_vertexTIPVsPhi->ProfileX(); p_ele_vertexTIPVsPhi->SetTitle("mean tip (wrt gen vtx) vs phi"); p_ele_vertexTIPVsPhi->GetXaxis()->SetTitle("#phi"); p_ele_vertexTIPVsPhi->GetYaxis()->SetTitle("<TIP> (cm)"); p_ele_vertexTIPVsPhi->Write(); TProfile *p_ele_vertexTIPVsPt = h_ele_vertexTIPVsPt->ProfileX(); p_ele_vertexTIPVsPt->SetTitle("mean tip (wrt gen vtx) vs phi"); p_ele_vertexTIPVsPt->GetXaxis()->SetTitle("p_{T} (GeV/c)"); p_ele_vertexTIPVsPt->GetYaxis()->SetTitle("<TIP> (cm)"); p_ele_vertexTIPVsPt->Write(); // mc truth h_matchingObjectNum->Write(); // rec event histNum_->Write(); // mc h_matchingObjectEta->Write(); h_matchingObjectAbsEta->Write(); h_matchingObjectP->Write(); h_matchingObjectPt->Write(); h_matchingObjectPhi->Write(); h_matchingObjectZ->Write(); h_ele_mee_all->Write(); h_ele_mee_os->Write(); h_ele_mee_os_ebeb->Write(); h_ele_mee_os_ebee->Write(); h_ele_mee_os_eeee->Write(); h_ele_mee_os_gg->Write(); h_ele_mee_os_gb->Write(); h_ele_mee_os_bb->Write(); h_ele_E2mnE1vsMee_all ->Write(); h_ele_E2mnE1vsMee_egeg_all->Write(); // matched electrons h_ele_charge->Write(); h_ele_chargeVsEta->Write(); h_ele_chargeVsPhi->Write(); h_ele_chargeVsPt->Write(); h_ele_vertexP->Write(); h_ele_vertexPt->Write(); h_ele_Et->Write(); h_ele_vertexPtVsEta->Write(); h_ele_vertexPtVsPhi->Write(); h_ele_matchingObjectPt_matched->Write(); h_ele_vertexEta->Write(); h_ele_vertexEtaVsPhi->Write(); h_ele_matchingObjectAbsEta_matched->Write(); h_ele_matchingObjectEta_matched->Write(); h_ele_matchingObjectPhi_matched->Write(); h_ele_vertexPhi->Write(); h_ele_vertexX->Write(); h_ele_vertexY ->Write(); h_ele_vertexZ->Write(); h_ele_vertexTIP->Write(); h_ele_matchingObjectZ_matched->Write(); h_ele_vertexTIPVsEta->Write(); h_ele_vertexTIPVsPhi->Write(); h_ele_vertexTIPVsPt->Write(); h_ele_PoPmatchingObject_matched->Write(); h_ele_PtoPtmatchingObject_matched->Write(); h_ele_PoPmatchingObjectVsEta_matched ->Write(); h_ele_PoPmatchingObjectVsPhi_matched->Write(); h_ele_PoPmatchingObjectVsPt_matched->Write(); h_ele_PoPmatchingObject_barrel_matched ->Write(); h_ele_PoPmatchingObject_endcaps_matched->Write(); h_ele_PtoPtmatchingObject_barrel_matched ->Write(); h_ele_PtoPtmatchingObject_endcaps_matched->Write(); h_ele_EtaMnEtamatchingObject_matched->Write(); h_ele_EtaMnEtamatchingObjectVsEta_matched ->Write(); h_ele_EtaMnEtamatchingObjectVsPhi_matched->Write(); h_ele_EtaMnEtamatchingObjectVsPt_matched->Write(); h_ele_PhiMnPhimatchingObject_matched ->Write(); h_ele_PhiMnPhimatchingObject2_matched ->Write(); h_ele_PhiMnPhimatchingObjectVsEta_matched->Write(); h_ele_PhiMnPhimatchingObjectVsPhi_matched->Write(); h_ele_PhiMnPhimatchingObjectVsPt_matched->Write(); // matched electron, superclusters histSclEn_->Write(); histSclEoEmatchingObject_barrel_matched->Write(); histSclEoEmatchingObject_endcaps_matched->Write(); histSclEoEmatchingObject_barrel_new_matched->Write(); histSclEoEmatchingObject_endcaps_new_matched->Write(); histSclEt_->Write(); histSclEtVsEta_->Write(); histSclEtVsPhi_->Write(); histSclEtaVsPhi_ ->Write(); histSclEta_->Write(); histSclPhi_->Write(); histSclSigEtaEta_->Write(); histSclSigIEtaIEta_barrel_->Write(); histSclSigIEtaIEta_endcaps_->Write(); histSclE1x5_->Write(); histSclE1x5_barrel_->Write(); histSclE1x5_endcaps_->Write(); histSclE2x5max_->Write(); histSclE2x5max_barrel_->Write(); histSclE2x5max_endcaps_->Write(); histSclE5x5_->Write(); histSclE5x5_barrel_->Write(); histSclE5x5_endcaps_->Write(); // matched electron, gsf tracks h_ele_ambiguousTracks->Write(); h_ele_ambiguousTracksVsEta->Write(); h_ele_ambiguousTracksVsPhi->Write(); h_ele_ambiguousTracksVsPt->Write(); h_ele_foundHits->Write(); h_ele_foundHitsVsEta->Write(); h_ele_foundHitsVsPhi->Write(); h_ele_foundHitsVsPt->Write(); h_ele_lostHits->Write(); h_ele_lostHitsVsEta->Write(); h_ele_lostHitsVsPhi->Write(); h_ele_lostHitsVsPt->Write(); h_ele_chi2 ->Write(); h_ele_chi2VsEta ->Write(); h_ele_chi2VsPhi ->Write(); h_ele_chi2VsPt->Write(); h_ele_PinMnPout->Write(); h_ele_PinMnPout_mode->Write(); h_ele_PinMnPoutVsEta_mode->Write(); h_ele_PinMnPoutVsPhi_mode->Write(); h_ele_PinMnPoutVsPt_mode->Write(); h_ele_PinMnPoutVsE_mode->Write(); h_ele_PinMnPoutVsChi2_mode->Write(); h_ele_outerP ->Write(); h_ele_outerP_mode->Write(); h_ele_outerPVsEta_mode->Write(); h_ele_outerPt->Write(); h_ele_outerPt_mode ->Write(); h_ele_outerPtVsEta_mode->Write(); h_ele_outerPtVsPhi_mode->Write(); h_ele_outerPtVsPt_mode->Write(); // matched electrons, matching h_ele_EoP ->Write(); h_ele_EoPVsEta ->Write(); h_ele_EoPVsPhi->Write(); h_ele_EoPVsE->Write(); h_ele_EseedOP ->Write(); h_ele_EseedOPVsEta ->Write(); h_ele_EseedOPVsPhi->Write(); h_ele_EseedOPVsE->Write(); h_ele_EoPout->Write(); h_ele_EoPoutVsEta->Write(); h_ele_EoPoutVsPhi->Write(); h_ele_EoPoutVsE ->Write(); h_ele_EeleOPout->Write(); h_ele_EeleOPoutVsEta->Write(); h_ele_EeleOPoutVsPhi->Write(); h_ele_EeleOPoutVsE ->Write(); h_ele_dEtaSc_propVtx->Write(); h_ele_dEtaScVsEta_propVtx->Write(); h_ele_dEtaScVsPhi_propVtx->Write(); h_ele_dEtaScVsPt_propVtx ->Write(); h_ele_dPhiSc_propVtx->Write(); h_ele_dPhiScVsEta_propVtx ->Write(); h_ele_dPhiScVsPhi_propVtx->Write(); h_ele_dPhiScVsPt_propVtx->Write(); h_ele_dEtaCl_propOut->Write(); h_ele_dEtaClVsEta_propOut->Write(); h_ele_dEtaClVsPhi_propOut->Write(); h_ele_dEtaClVsPt_propOut->Write(); h_ele_dPhiCl_propOut->Write(); h_ele_dPhiClVsEta_propOut->Write(); h_ele_dPhiClVsPhi_propOut->Write(); h_ele_dPhiClVsPt_propOut->Write(); h_ele_dEtaEleCl_propOut->Write(); h_ele_dEtaEleClVsEta_propOut->Write(); h_ele_dEtaEleClVsPhi_propOut->Write(); h_ele_dEtaEleClVsPt_propOut->Write(); h_ele_dPhiEleCl_propOut->Write(); h_ele_dPhiEleClVsEta_propOut->Write(); h_ele_dPhiEleClVsPhi_propOut->Write(); h_ele_dPhiEleClVsPt_propOut->Write(); h_ele_HoE->Write(); h_ele_HoE_fiducial->Write(); h_ele_HoEVsEta->Write(); h_ele_HoEVsPhi->Write(); h_ele_HoEVsE->Write(); h_ele_seed_dphi2_->Write(); h_ele_seed_subdet2_->Write(); TProfile *p_ele_seed_dphi2VsEta_ = h_ele_seed_dphi2VsEta_->ProfileX(); p_ele_seed_dphi2VsEta_->SetTitle("mean ele seed dphi 2nd layer vs eta"); p_ele_seed_dphi2VsEta_->GetXaxis()->SetTitle("#eta"); p_ele_seed_dphi2VsEta_->GetYaxis()->SetTitle("<#phi_{pred} - #phi_{hit}, 2nd layer> (rad)"); p_ele_seed_dphi2VsEta_->SetMinimum(-0.004); p_ele_seed_dphi2VsEta_->SetMaximum(0.004); p_ele_seed_dphi2VsEta_->Write(); TProfile *p_ele_seed_dphi2VsPt_ = h_ele_seed_dphi2VsPt_->ProfileX(); p_ele_seed_dphi2VsPt_->SetTitle("mean ele seed dphi 2nd layer vs pt"); p_ele_seed_dphi2VsPt_->GetXaxis()->SetTitle("p_{T} (GeV/c)"); p_ele_seed_dphi2VsPt_->GetYaxis()->SetTitle("<#phi_{pred} - #phi_{hit}, 2nd layer> (rad)"); p_ele_seed_dphi2VsPt_->Write(); p_ele_seed_dphi2VsPt_->SetMinimum(-0.004); p_ele_seed_dphi2VsPt_->SetMaximum(0.004); h_ele_seed_drz2_->Write(); TProfile *p_ele_seed_drz2VsEta_ = h_ele_seed_drz2VsEta_->ProfileX(); p_ele_seed_drz2VsEta_->SetTitle("mean ele seed dr(dz) 2nd layer vs eta"); p_ele_seed_drz2VsEta_->GetXaxis()->SetTitle("#eta"); p_ele_seed_drz2VsEta_->GetYaxis()->SetTitle("<r(z)_{pred} - r(z)_{hit}, 2nd layer> (cm)"); p_ele_seed_drz2VsEta_->SetMinimum(-0.15); p_ele_seed_drz2VsEta_->SetMaximum(0.15); p_ele_seed_drz2VsEta_->Write(); TProfile *p_ele_seed_drz2VsPt_ = h_ele_seed_drz2VsPt_->ProfileX(); p_ele_seed_drz2VsPt_->SetTitle("mean ele seed dr(dz) 2nd layer vs pt"); p_ele_seed_drz2VsPt_->GetXaxis()->SetTitle("p_{T} (GeV/c)"); p_ele_seed_drz2VsPt_->GetYaxis()->SetTitle("<r(z)_{pred} - r(z)_{hit}, 2nd layer> (cm)"); p_ele_seed_drz2VsPt_->SetMinimum(-0.15); p_ele_seed_drz2VsPt_->SetMaximum(0.15); p_ele_seed_drz2VsPt_->Write(); // classes h_ele_classes->Write(); h_ele_eta->Write(); h_ele_eta_golden->Write(); h_ele_eta_bbrem->Write(); h_ele_eta_narrow->Write(); h_ele_eta_shower->Write(); h_ele_PinVsPoutGolden_mode->Write(); h_ele_PinVsPoutShowering_mode->Write(); h_ele_PinVsPoutGolden_mean->Write(); h_ele_PinVsPoutShowering_mean->Write(); h_ele_PtinVsPtoutGolden_mode->Write(); h_ele_PtinVsPtoutShowering_mode->Write(); h_ele_PtinVsPtoutGolden_mean->Write(); h_ele_PtinVsPtoutShowering_mean->Write(); histSclEoEmatchingObjectGolden_barrel->Write(); histSclEoEmatchingObjectGolden_endcaps->Write(); histSclEoEmatchingObjectShowering_barrel->Write(); histSclEoEmatchingObjectShowering_endcaps->Write(); // fbrem h_ele_fbrem->Write(); h_ele_fbremVsEta_mode->Write(); h_ele_fbremVsEta_mean->Write(); h_ele_etaEff->Write(); h_ele_zEff->Write(); h_ele_phiEff->Write(); h_ele_absetaEff->Write(); h_ele_ptEff->Write(); h_ele_eta_goldenFrac->Write(); h_ele_eta_bbremFrac->Write(); h_ele_eta_narrowFrac->Write(); h_ele_eta_showerFrac->Write(); h_ele_xOverX0VsEta->Write(); // e/g et pflow electrons h_ele_mva->Write(); h_ele_provenance->Write(); // isolation h_ele_tkSumPt_dr03->GetXaxis()->SetTitle("TkIsoSum, cone 0.3 (GeV/c)"); h_ele_tkSumPt_dr03->GetYaxis()->SetTitle("Events"); h_ele_tkSumPt_dr03->Write(); h_ele_ecalRecHitSumEt_dr03->GetXaxis()->SetTitle("EcalIsoSum, cone 0.3 (GeV)"); h_ele_ecalRecHitSumEt_dr03->GetYaxis()->SetTitle("Events"); h_ele_ecalRecHitSumEt_dr03->Write(); h_ele_hcalDepth1TowerSumEt_dr03->GetXaxis()->SetTitle("Hcal1IsoSum, cone 0.3 (GeV)"); h_ele_hcalDepth1TowerSumEt_dr03->GetYaxis()->SetTitle("Events"); h_ele_hcalDepth1TowerSumEt_dr03->Write(); h_ele_hcalDepth2TowerSumEt_dr03->GetXaxis()->SetTitle("Hcal2IsoSum, cone 0.3 (GeV)"); h_ele_hcalDepth2TowerSumEt_dr03->GetYaxis()->SetTitle("Events"); h_ele_hcalDepth2TowerSumEt_dr03->Write(); h_ele_tkSumPt_dr04->GetXaxis()->SetTitle("TkIsoSum, cone 0.4 (GeV/c)"); h_ele_tkSumPt_dr04->GetYaxis()->SetTitle("Events"); h_ele_tkSumPt_dr04->Write(); h_ele_ecalRecHitSumEt_dr04->GetXaxis()->SetTitle("EcalIsoSum, cone 0.4 (GeV)"); h_ele_ecalRecHitSumEt_dr04->GetYaxis()->SetTitle("Events"); h_ele_ecalRecHitSumEt_dr04->Write(); h_ele_hcalDepth1TowerSumEt_dr04->GetXaxis()->SetTitle("Hcal1IsoSum, cone 0.4 (GeV)"); h_ele_hcalDepth1TowerSumEt_dr04->GetYaxis()->SetTitle("Events"); h_ele_hcalDepth1TowerSumEt_dr04->Write(); h_ele_hcalDepth2TowerSumEt_dr04->GetXaxis()->SetTitle("Hcal2IsoSum, cone 0.4 (GeV)"); h_ele_hcalDepth2TowerSumEt_dr04->GetYaxis()->SetTitle("Events"); h_ele_hcalDepth2TowerSumEt_dr04->Write(); }
bool GsfElectronDataAnalyzer::trigger | ( | const edm::Event & | e | ) | [private] |
Definition at line 1473 of file GsfElectronDataAnalyzer.cc.
References accept(), gather_cfg::cout, edm::Event::getByLabel(), HLTPathsByIndex_, HLTPathsByName_, i, edm::HandleBase::isValid(), n, nEvents_, edm::TriggerNames::size(), edm::TriggerNames::triggerIndex(), edm::TriggerNames::triggerName(), edm::Event::triggerNames(), patRefSel_triggerSelection_cff::triggerResults, and triggerResults_.
Referenced by analyze().
{ // retreive TriggerResults from the event edm::Handle<edm::TriggerResults> triggerResults; e.getByLabel(triggerResults_,triggerResults); bool accept = false; if (triggerResults.isValid()) { //std::cout << "TriggerResults found, number of HLT paths: " << triggerResults->size() << std::endl; // get trigger names const edm::TriggerNames & triggerNames = e.triggerNames(*triggerResults); if (nEvents_==1) { for (unsigned int i=0; i<triggerNames.size(); i++) { std::cout << "trigger path= " << triggerNames.triggerName(i) << std::endl; } } unsigned int n = HLTPathsByName_.size(); for (unsigned int i=0; i!=n; i++) { HLTPathsByIndex_[i]=triggerNames.triggerIndex(HLTPathsByName_[i]); } // empty input vectors (n==0) means any trigger paths if (n==0) { n=triggerResults->size(); HLTPathsByName_.resize(n); HLTPathsByIndex_.resize(n); for (unsigned int i=0; i!=n; i++) { HLTPathsByName_[i]=triggerNames.triggerName(i); HLTPathsByIndex_[i]=i; } } if (nEvents_==1){ if (n>0) { std::cout << "HLT trigger paths requested: index, name and valididty:" << std::endl; for (unsigned int i=0; i!=n; i++) { bool validity = HLTPathsByIndex_[i]<triggerResults->size(); std::cout << " " << HLTPathsByIndex_[i] << " " << HLTPathsByName_[i] << " " << validity << std::endl; } } } // count number of requested HLT paths which have fired unsigned int fired=0; for (unsigned int i=0; i!=n; i++) { if (HLTPathsByIndex_[i]<triggerResults->size()) { if (triggerResults->accept(HLTPathsByIndex_[i])) { fired++; std::cout << "Fired HLT path= " << HLTPathsByName_[i] << std::endl; accept = true; } } } } return accept; }
Definition at line 57 of file GsfElectronDataAnalyzer.h.
Referenced by analyze().
double GsfElectronDataAnalyzer::deltaR_ [private] |
Definition at line 71 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::detamatchmax [private] |
Definition at line 383 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::detamatchmin [private] |
Definition at line 382 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::detamax [private] |
Definition at line 379 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dEtaMaxBarrel_ [private] |
Definition at line 346 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dEtaMaxEndcaps_ [private] |
Definition at line 348 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::detamin [private] |
Definition at line 378 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dEtaMinBarrel_ [private] |
Definition at line 345 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dEtaMinEndcaps_ [private] |
Definition at line 347 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dphimatchmax [private] |
Definition at line 385 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dphimatchmin [private] |
Definition at line 384 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dphimax [private] |
Definition at line 381 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dPhiMaxBarrel_ [private] |
Definition at line 350 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dPhiMaxEndcaps_ [private] |
Definition at line 352 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dphimin [private] |
Definition at line 380 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dPhiMinBarrel_ [private] |
Definition at line 349 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::dPhiMinEndcaps_ [private] |
Definition at line 351 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::ecalIso03MaxBarrel_ [private] |
Definition at line 366 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::ecalIso03MaxEndcaps_ [private] |
Definition at line 367 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
Definition at line 63 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::eopmax [private] |
Definition at line 376 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::eopmaxsht [private] |
Definition at line 377 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::eOverPMaxBarrel_ [private] |
Definition at line 342 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::eOverPMaxEndcaps_ [private] |
Definition at line 344 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::eOverPMinBarrel_ [private] |
Definition at line 341 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::eOverPMinEndcaps_ [private] |
Definition at line 343 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::etamax [private] |
Definition at line 371 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::etamin [private] |
Definition at line 370 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::fhitsmax [private] |
Definition at line 386 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
TH1F* GsfElectronDataAnalyzer::h_ele_ambiguousTracks [private] |
Definition at line 161 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_ambiguousTracksVsEta [private] |
Definition at line 162 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_ambiguousTracksVsPhi [private] |
Definition at line 163 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_ambiguousTracksVsPt [private] |
Definition at line 164 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_charge [private] |
Definition at line 110 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_chargeVsEta [private] |
Definition at line 111 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_chargeVsPhi [private] |
Definition at line 112 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_chargeVsPt [private] |
Definition at line 113 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_chi2 [private] |
Definition at line 177 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_chi2_barrel_ [private] |
Definition at line 178 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_chi2_endcaps_ [private] |
Definition at line 179 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_chi2VsEta [private] |
Definition at line 180 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_chi2VsPhi [private] |
Definition at line 181 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_chi2VsPt [private] |
Definition at line 182 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_classes [private] |
Definition at line 288 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaCl_propOut [private] |
Definition at line 255 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaCl_propOut_barrel [private] |
Definition at line 256 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaCl_propOut_endcaps [private] |
Definition at line 257 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaClVsEta_propOut [private] |
Definition at line 258 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaClVsPhi_propOut [private] |
Definition at line 259 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaClVsPt_propOut [private] |
Definition at line 260 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaEleCl_propOut [private] |
Definition at line 267 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaEleCl_propOut_barrel [private] |
Definition at line 268 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaEleCl_propOut_endcaps [private] |
Definition at line 269 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaEleClVsEta_propOut [private] |
Definition at line 270 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaEleClVsPhi_propOut [private] |
Definition at line 271 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaEleClVsPt_propOut [private] |
Definition at line 272 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaSc_propVtx [private] |
Definition at line 243 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaSc_propVtx_barrel [private] |
Definition at line 244 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_dEtaSc_propVtx_endcaps [private] |
Definition at line 245 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaScVsEta_propVtx [private] |
Definition at line 246 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaScVsPhi_propVtx [private] |
Definition at line 247 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dEtaScVsPt_propVtx [private] |
Definition at line 248 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiCl_propOut [private] |
Definition at line 261 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiCl_propOut_barrel [private] |
Definition at line 262 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiCl_propOut_endcaps [private] |
Definition at line 263 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiClVsEta_propOut [private] |
Definition at line 264 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiClVsPhi_propOut [private] |
Definition at line 265 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiClVsPt_propOut [private] |
Definition at line 266 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiEleCl_propOut [private] |
Definition at line 273 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiEleCl_propOut_barrel [private] |
Definition at line 274 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiEleCl_propOut_endcaps [private] |
Definition at line 275 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiEleClVsEta_propOut [private] |
Definition at line 276 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiEleClVsPhi_propOut [private] |
Definition at line 277 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiEleClVsPt_propOut [private] |
Definition at line 278 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiSc_propVtx [private] |
Definition at line 249 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiSc_propVtx_barrel [private] |
Definition at line 250 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_dPhiSc_propVtx_endcaps [private] |
Definition at line 251 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiScVsEta_propVtx [private] |
Definition at line 252 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiScVsPhi_propVtx [private] |
Definition at line 253 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_dPhiScVsPt_propVtx [private] |
Definition at line 254 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_E2mnE1vsMee_all [private] |
Definition at line 107 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_E2mnE1vsMee_egeg_all [private] |
Definition at line 108 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_ecalRecHitSumEt_dr03 [private] |
Definition at line 324 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_ecalRecHitSumEt_dr04 [private] |
Definition at line 328 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_EeleOPout [private] |
Definition at line 236 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_EeleOPout_barrel [private] |
Definition at line 237 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_EeleOPout_endcaps [private] |
Definition at line 238 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_EeleOPoutVsE [private] |
Definition at line 241 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EeleOPoutVsEta [private] |
Definition at line 239 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EeleOPoutVsPhi [private] |
Definition at line 240 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_EoP [private] |
Definition at line 218 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_EoP_barrel [private] |
Definition at line 219 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_EoP_endcaps [private] |
Definition at line 220 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_EoPout [private] |
Definition at line 230 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_EoPout_barrel [private] |
Definition at line 231 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_EoPout_endcaps [private] |
Definition at line 232 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_EoPoutVsE [private] |
Definition at line 235 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EoPoutVsEta [private] |
Definition at line 233 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EoPoutVsPhi [private] |
Definition at line 234 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EoPVsE [private] |
Definition at line 223 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EoPVsEta [private] |
Definition at line 221 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EoPVsPhi [private] |
Definition at line 222 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_EseedOP [private] |
Definition at line 224 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_EseedOP_barrel [private] |
Definition at line 225 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_EseedOP_endcaps [private] |
Definition at line 226 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_EseedOPVsE [private] |
Definition at line 229 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EseedOPVsEta [private] |
Definition at line 227 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_EseedOPVsPhi [private] |
Definition at line 228 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_Et [private] |
Definition at line 116 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_eta [private] |
Definition at line 289 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_eta_bbrem [private] |
Definition at line 291 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_eta_golden [private] |
Definition at line 290 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_eta_narrow [private] |
Definition at line 292 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_eta_shower [private] |
Definition at line 293 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_EtaMnEtamatchingObject_matched [private] |
Definition at line 193 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 194 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 195 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 196 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_fbrem [private] |
Definition at line 303 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TProfile* GsfElectronDataAnalyzer::h_ele_fbremVsEta_mean [private] |
Definition at line 305 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TProfile* GsfElectronDataAnalyzer::h_ele_fbremVsEta_mode [private] |
Definition at line 304 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_foundHits [private] |
Definition at line 165 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_foundHits_barrel [private] |
Definition at line 166 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_foundHits_endcaps [private] |
Definition at line 167 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_foundHitsVsEta [private] |
Definition at line 168 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_foundHitsVsPhi [private] |
Definition at line 169 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_foundHitsVsPt [private] |
Definition at line 170 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_hcalDepth1TowerSumEt_dr03 [private] |
Definition at line 325 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_hcalDepth1TowerSumEt_dr04 [private] |
Definition at line 329 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_hcalDepth2TowerSumEt_dr03 [private] |
Definition at line 326 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_hcalDepth2TowerSumEt_dr04 [private] |
Definition at line 330 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_HoE [private] |
Definition at line 295 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_HoE_barrel [private] |
Definition at line 296 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_HoE_endcaps [private] |
Definition at line 297 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_HoE_fiducial [private] |
Definition at line 298 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_HoEVsE [private] |
Definition at line 301 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_HoEVsEta [private] |
Definition at line 299 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_HoEVsPhi [private] |
Definition at line 300 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_lostHits [private] |
Definition at line 171 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_lostHits_barrel [private] |
Definition at line 172 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_lostHits_endcaps [private] |
Definition at line 173 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_lostHitsVsEta [private] |
Definition at line 174 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_lostHitsVsPhi [private] |
Definition at line 175 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_lostHitsVsPt [private] |
Definition at line 176 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_matchingObjectAbsEta_matched [private] |
Definition at line 93 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_matchingObjectEta_matched [private] |
Definition at line 92 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_matchingObjectPhi_matched [private] |
Definition at line 95 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_matchingObjectPt_matched [private] |
Definition at line 94 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_matchingObjectZ_matched [private] |
Definition at line 96 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mee_all [private] |
Definition at line 98 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mee_os [private] |
Definition at line 99 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mee_os_bb [private] |
Definition at line 105 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mee_os_ebeb [private] |
Definition at line 100 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mee_os_ebee [private] |
Definition at line 101 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mee_os_eeee [private] |
Definition at line 102 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mee_os_gb [private] |
Definition at line 104 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mee_os_gg [private] |
Definition at line 103 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_mva [private] |
Definition at line 320 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_outerP [private] |
Definition at line 210 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_outerP_mode [private] |
Definition at line 211 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_outerPt [private] |
Definition at line 213 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_outerPt_mode [private] |
Definition at line 214 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_outerPtVsEta_mode [private] |
Definition at line 215 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_outerPtVsPhi_mode [private] |
Definition at line 216 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_outerPtVsPt_mode [private] |
Definition at line 217 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_outerPVsEta_mode [private] |
Definition at line 212 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_PhiMnPhimatchingObject2_matched [private] |
Definition at line 198 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_PhiMnPhimatchingObject_matched [private] |
Definition at line 197 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 199 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 200 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 201 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_PinMnPout [private] |
Definition at line 202 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_PinMnPout_mode [private] |
Definition at line 203 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinMnPoutVsChi2_mode [private] |
Definition at line 208 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinMnPoutVsE_mode [private] |
Definition at line 207 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinMnPoutVsEta_mode [private] |
Definition at line 204 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinMnPoutVsPhi_mode [private] |
Definition at line 205 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinMnPoutVsPt_mode [private] |
Definition at line 206 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinVsPoutGolden_mean [private] |
Definition at line 309 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinVsPoutGolden_mode [private] |
Definition at line 307 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinVsPoutShowering_mean [private] |
Definition at line 310 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PinVsPoutShowering_mode [private] |
Definition at line 308 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_PoPmatchingObject_barrel_matched [private] |
Definition at line 189 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_PoPmatchingObject_endcaps_matched [private] |
Definition at line 190 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_PoPmatchingObject_matched [private] |
Definition at line 185 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PoPmatchingObjectVsEta_matched [private] |
Definition at line 186 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PoPmatchingObjectVsPhi_matched [private] |
Definition at line 187 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PoPmatchingObjectVsPt_matched [private] |
Definition at line 188 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_provenance [private] |
Definition at line 321 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PtinVsPtoutGolden_mean [private] |
Definition at line 313 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PtinVsPtoutGolden_mode [private] |
Definition at line 311 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PtinVsPtoutShowering_mean [private] |
Definition at line 314 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_PtinVsPtoutShowering_mode [private] |
Definition at line 312 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 191 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 192 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_PtoPtmatchingObject_matched [private] |
Definition at line 184 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_seed_dphi2_ [private] |
Definition at line 280 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_seed_dphi2VsEta_ [private] |
Definition at line 281 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_seed_dphi2VsPt_ [private] |
Definition at line 282 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_seed_drz2_ [private] |
Definition at line 283 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_seed_drz2VsEta_ [private] |
Definition at line 284 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_seed_drz2VsPt_ [private] |
Definition at line 285 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_seed_subdet2_ [private] |
Definition at line 286 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_tkSumPt_dr03 [private] |
Definition at line 323 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_tkSumPt_dr04 [private] |
Definition at line 327 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexAbsEta [private] |
Definition at line 122 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::h_ele_vertexEta [private] |
Definition at line 120 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_vertexEtaVsPhi [private] |
Definition at line 121 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexP [private] |
Definition at line 114 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexPhi [private] |
Definition at line 123 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexPt [private] |
Definition at line 115 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexPt_5100 [private] |
Definition at line 119 of file GsfElectronDataAnalyzer.h.
TH2F* GsfElectronDataAnalyzer::h_ele_vertexPtVsEta [private] |
Definition at line 117 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_vertexPtVsPhi [private] |
Definition at line 118 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexTIP [private] |
Definition at line 127 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_vertexTIPVsEta [private] |
Definition at line 128 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_vertexTIPVsPhi [private] |
Definition at line 129 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::h_ele_vertexTIPVsPt [private] |
Definition at line 130 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexX [private] |
Definition at line 124 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexY [private] |
Definition at line 125 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_ele_vertexZ [private] |
Definition at line 126 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_matchingObjectAbsEta [private] |
Definition at line 86 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_matchingObjectEta [private] |
Definition at line 85 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_matchingObjectNum [private] |
Definition at line 83 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_matchingObjectP [private] |
Definition at line 87 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_matchingObjectPhi [private] |
Definition at line 89 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_matchingObjectPt [private] |
Definition at line 88 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::h_matchingObjectZ [private] |
Definition at line 90 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
double GsfElectronDataAnalyzer::hadronicOverEmMaxBarrel_ [private] |
Definition at line 357 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::hadronicOverEmMaxEndcaps_ [private] |
Definition at line 358 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::hcalIso03Depth1MaxBarrel_ [private] |
Definition at line 363 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::hcalIso03Depth1MaxEndcaps_ [private] |
Definition at line 364 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::hcalIso03Depth2MaxEndcaps_ [private] |
Definition at line 365 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
TFile* GsfElectronDataAnalyzer::histfile_ [private] |
Definition at line 77 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), endJob(), GsfElectronDataAnalyzer(), and ~GsfElectronDataAnalyzer().
TH1F* GsfElectronDataAnalyzer::histNum_ [private] |
Definition at line 132 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE1x5_ [private] |
Definition at line 151 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE1x5_barrel_ [private] |
Definition at line 152 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE1x5_endcaps_ [private] |
Definition at line 153 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE2x5max_ [private] |
Definition at line 154 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE2x5max_barrel_ [private] |
Definition at line 155 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE2x5max_endcaps_ [private] |
Definition at line 156 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE5x5_ [private] |
Definition at line 157 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE5x5_barrel_ [private] |
Definition at line 158 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclE5x5_endcaps_ [private] |
Definition at line 159 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclEn_ [private] |
Definition at line 134 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclEoEmatchingObject_barrel_matched [private] |
Definition at line 135 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 137 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 136 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
Definition at line 138 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclEoEmatchingObjectGolden_barrel [private] |
Definition at line 315 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclEoEmatchingObjectGolden_endcaps [private] |
Definition at line 316 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and endJob().
Definition at line 317 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and endJob().
Definition at line 318 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclEt_ [private] |
Definition at line 139 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclEta_ [private] |
Definition at line 143 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::histSclEtaVsPhi_ [private] |
Definition at line 142 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::histSclEtVsEta_ [private] |
Definition at line 140 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH2F* GsfElectronDataAnalyzer::histSclEtVsPhi_ [private] |
Definition at line 141 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclPhi_ [private] |
Definition at line 144 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclSigEtaEta_ [private] |
Definition at line 145 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclSigEtaEta_barrel_ [private] |
Definition at line 146 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::histSclSigEtaEta_endcaps_ [private] |
Definition at line 147 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::histSclSigIEtaIEta_ [private] |
Definition at line 148 of file GsfElectronDataAnalyzer.h.
TH1F* GsfElectronDataAnalyzer::histSclSigIEtaIEta_barrel_ [private] |
Definition at line 149 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
TH1F* GsfElectronDataAnalyzer::histSclSigIEtaIEta_endcaps_ [private] |
Definition at line 150 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
std::vector<unsigned int> GsfElectronDataAnalyzer::HLTPathsByIndex_ [private] |
Definition at line 60 of file GsfElectronDataAnalyzer.h.
Referenced by GsfElectronDataAnalyzer(), and trigger().
std::vector<std::string > GsfElectronDataAnalyzer::HLTPathsByName_ [private] |
Definition at line 59 of file GsfElectronDataAnalyzer.h.
Referenced by GsfElectronDataAnalyzer(), and trigger().
double GsfElectronDataAnalyzer::hoemax [private] |
Definition at line 393 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::hoemin [private] |
Definition at line 392 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
bool GsfElectronDataAnalyzer::isEB_ [private] |
Definition at line 336 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
bool GsfElectronDataAnalyzer::isEcalDriven_ [private] |
Definition at line 339 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
bool GsfElectronDataAnalyzer::isEE_ [private] |
Definition at line 337 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
bool GsfElectronDataAnalyzer::isNotEBEEGap_ [private] |
Definition at line 338 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
bool GsfElectronDataAnalyzer::isTrackerDriven_ [private] |
Definition at line 340 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::lhitsmax [private] |
Definition at line 387 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
std::string GsfElectronDataAnalyzer::matchingCondition_ [private] |
Definition at line 65 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
Definition at line 64 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::maxAbsEta_ [private] |
Definition at line 335 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::maxAbsEtaMatchingObject_ [private] |
Definition at line 70 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::maxPtMatchingObject_ [private] |
Definition at line 69 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
float GsfElectronDataAnalyzer::mcEnergy[10] [private] |
Definition at line 79 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::mcEta[10] [private] |
Definition at line 79 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::mcPhi[10] [private] |
Definition at line 79 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::mcPt[10] [private] |
Definition at line 79 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::mcQ[10] [private] |
Definition at line 79 of file GsfElectronDataAnalyzer.h.
double GsfElectronDataAnalyzer::meemax [private] |
Definition at line 391 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::meemin [private] |
Definition at line 390 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::minEt_ [private] |
Definition at line 333 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::minPt_ [private] |
Definition at line 334 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::mvaMin_ [private] |
Definition at line 359 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
unsigned int GsfElectronDataAnalyzer::nAfterTrigger_ [private] |
Definition at line 54 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and beginJob().
int GsfElectronDataAnalyzer::nbindeta [private] |
Definition at line 408 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbindetamatch [private] |
Definition at line 410 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbindetamatch2D [private] |
Definition at line 412 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbindphi [private] |
Definition at line 409 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbindphimatch [private] |
Definition at line 411 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbindphimatch2D [private] |
Definition at line 413 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbineop [private] |
Definition at line 403 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbineop2D [private] |
Definition at line 404 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbineta [private] |
Definition at line 394 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), endJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbineta2D [private] |
Definition at line 401 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinfhits [private] |
Definition at line 405 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinhoe [private] |
Definition at line 416 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinlhits [private] |
Definition at line 406 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinmee [private] |
Definition at line 415 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinp [private] |
Definition at line 395 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinp2D [private] |
Definition at line 399 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinphi [private] |
Definition at line 398 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinphi2D [private] |
Definition at line 402 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinpoptrue [private] |
Definition at line 414 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinpt [private] |
Definition at line 396 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinpt2D [private] |
Definition at line 400 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinpteff [private] |
Definition at line 397 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
int GsfElectronDataAnalyzer::nbinxyz [private] |
Definition at line 407 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
unsigned int GsfElectronDataAnalyzer::nEvents_ [private] |
Definition at line 53 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), beginJob(), and trigger().
std::string GsfElectronDataAnalyzer::outputFile_ [private] |
Definition at line 62 of file GsfElectronDataAnalyzer.h.
Referenced by GsfElectronDataAnalyzer().
Definition at line 74 of file GsfElectronDataAnalyzer.h.
double GsfElectronDataAnalyzer::phimax [private] |
Definition at line 373 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::phimin [private] |
Definition at line 372 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::pmax [private] |
Definition at line 375 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::poptruemax [private] |
Definition at line 389 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::poptruemin [private] |
Definition at line 388 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::ptmax [private] |
Definition at line 374 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob(), and GsfElectronDataAnalyzer().
bool GsfElectronDataAnalyzer::readAOD_ [private] |
Definition at line 67 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
float GsfElectronDataAnalyzer::seedEta[10] [private] |
Definition at line 81 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::seedMomentum[10] [private] |
Definition at line 81 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::seedPhi[10] [private] |
Definition at line 81 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::seedPt[10] [private] |
Definition at line 81 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::seedQ[10] [private] |
Definition at line 81 of file GsfElectronDataAnalyzer.h.
double GsfElectronDataAnalyzer::sigIetaIetaMaxBarrel_ [private] |
Definition at line 354 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::sigIetaIetaMaxEndcaps_ [private] |
Definition at line 356 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::sigIetaIetaMinBarrel_ [private] |
Definition at line 353 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::sigIetaIetaMinEndcaps_ [private] |
Definition at line 355 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
float GsfElectronDataAnalyzer::superclusterEnergy[10] [private] |
Definition at line 80 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::superclusterEt[10] [private] |
Definition at line 80 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::superclusterEta[10] [private] |
Definition at line 80 of file GsfElectronDataAnalyzer.h.
float GsfElectronDataAnalyzer::superclusterPhi[10] [private] |
Definition at line 80 of file GsfElectronDataAnalyzer.h.
Definition at line 75 of file GsfElectronDataAnalyzer.h.
double GsfElectronDataAnalyzer::tipMaxBarrel_ [private] |
Definition at line 360 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::tipMaxEndcaps_ [private] |
Definition at line 361 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
double GsfElectronDataAnalyzer::tkIso03Max_ [private] |
Definition at line 362 of file GsfElectronDataAnalyzer.h.
Referenced by analyze(), and GsfElectronDataAnalyzer().
Definition at line 73 of file GsfElectronDataAnalyzer.h.
TTree* GsfElectronDataAnalyzer::tree_ [private] |
Definition at line 78 of file GsfElectronDataAnalyzer.h.
Definition at line 56 of file GsfElectronDataAnalyzer.h.
Referenced by GsfElectronDataAnalyzer(), and trigger().
std::string GsfElectronDataAnalyzer::type_ [private] |
Definition at line 66 of file GsfElectronDataAnalyzer.h.
Referenced by beginJob().