67 theTriggerPathToPass_ = parameters.
getParameter<
string>(
"triggerPathToPass");
68 thePlotTheseTriggersToo_ = parameters.
getParameter<vector<string> >(
"plotTheseTriggersToo");
73 theMinJetPt_ = parameters.
getParameter<
double>(
"minJetPt");
74 theMinPhotonEt_ = parameters.
getParameter<
double>(
"minPhotonEt");
75 theRequirePhotonFound_ = parameters.
getParameter<
bool>(
"requirePhotonFound");
76 thePlotPhotonMaxEt_ = parameters.
getParameter<
double>(
"plotPhotonMaxEt");
77 thePlotPhotonMaxEta_ = parameters.
getParameter<
double>(
"plotPhotonMaxEta");
78 thePlotJetMaxEta_ = parameters.
getParameter<
double>(
"plotJetMaxEta");
82 isValidHltConfig_ =
false;
85 h_deltaEt_photon_jet = 0;
86 h_deltaPhi_jet_jet2 = 0;
87 h_deltaPhi_photon_jet = 0;
88 h_deltaPhi_photon_jet2 = 0;
89 h_deltaR_jet_jet2 = 0;
90 h_deltaR_photon_jet2 = 0;
93 h_jet2_ptOverPhotonEt = 0;
97 h_photon_count_bar = 0;
98 h_photon_count_end = 0;
100 h_photon_et_beforeCuts = 0;
101 h_photon_et_jetco = 0;
102 h_photon_et_jetcs = 0;
103 h_photon_et_jetfo = 0;
104 h_photon_et_jetfs = 0;
105 h_photon_et_ratio_co_cs = 0;
106 h_photon_et_ratio_co_fo = 0;
107 h_photon_et_ratio_co_fs = 0;
108 h_photon_et_ratio_cs_fo = 0;
109 h_photon_et_ratio_cs_fs = 0;
110 h_photon_et_ratio_fo_fs = 0;
112 h_triggers_passed = 0;
124 logTraceName =
"QcdPhotonAnalyzer";
126 LogTrace(logTraceName)<<
"Parameters initialization";
128 theDbe->setCurrentFolder(
"Physics/QcdPhotons");
130 std::stringstream aStringStream;
132 aStringStream << theMinJetPt_;
133 aString = aStringStream.str();
136 int numOfTriggersToMonitor = thePlotTheseTriggersToo_.size();
137 h_triggers_passed = theDbe->book1D(
"triggers_passed",
"Events passing these trigger paths", numOfTriggersToMonitor, 0, numOfTriggersToMonitor);
138 for (
int i=0;
i<numOfTriggersToMonitor;
i++) {
139 h_triggers_passed->setBinLabel(
i+1,thePlotTheseTriggersToo_[
i]);
143 h_photon_et_beforeCuts = theDbe->book1D(
"photon_et_beforeCuts",
"#gamma with highest E_{T};E_{T}(#gamma) (GeV)", 20, 0., thePlotPhotonMaxEt_);
144 h_photon_et = theDbe->book1D(
"photon_et",
"#gamma with highest E_{T};E_{T}(#gamma) (GeV)", 20, 0., thePlotPhotonMaxEt_);
145 h_photon_eta = theDbe->book1D(
"photon_eta",
"#gamma with highest E_{T};#eta(#gamma)", 40, -thePlotPhotonMaxEta_, thePlotPhotonMaxEta_);
146 h_photon_count_bar = theDbe->book1D(
"photon_count_bar",
"Number of #gamma's passing selection (Barrel);Number of #gamma's", 8, -0.5, 7.5);
147 h_photon_count_end = theDbe->book1D(
"photon_count_end",
"Number of #gamma's passing selection (Endcap);Number of #gamma's", 8, -0.5, 7.5);
149 h_jet_pt = theDbe->book1D(
"jet_pt",
"Jet with highest p_{T} (from "+theJetCollectionLabel_.label()+
");p_{T}(1^{st} jet) (GeV)", 20, 0., thePlotPhotonMaxEt_);
150 h_jet_eta = theDbe->book1D(
"jet_eta",
"Jet with highest p_{T} (from "+theJetCollectionLabel_.label()+
");#eta(1^{st} jet)", 20, -thePlotJetMaxEta_, thePlotJetMaxEta_);
151 h_deltaPhi_photon_jet = theDbe->book1D(
"deltaPhi_photon_jet",
"#Delta#phi between Highest E_{T} #gamma and jet;#Delta#phi(#gamma,1^{st} jet)", 20, 0, 3.1415926);
152 h_deltaPhi_jet_jet2 = theDbe->book1D(
"deltaPhi_jet_jet2",
"#Delta#phi between Highest E_{T} jet and 2^{nd} jet;#Delta#phi(1^{st} jet,2^{nd} jet)", 20, 0, 3.1415926);
153 h_deltaEt_photon_jet = theDbe->book1D(
"deltaEt_photon_jet",
"(E_{T}(#gamma)-p_{T}(jet))/E_{T}(#gamma) when #Delta#phi(#gamma,1^{st} jet) > 2.8;#DeltaE_{T}(#gamma,1^{st} jet)/E_{T}(#gamma)", 20, -1.0, 1.0);
154 h_jet_count = theDbe->book1D(
"jet_count",
"Number of "+theJetCollectionLabel_.label()+
" (p_{T} > "+aString+
" GeV);Number of Jets", 8, -0.5, 7.5);
155 h_jet2_pt = theDbe->book1D(
"jet2_pt",
"Jet with 2^{nd} highest p_{T} (from "+theJetCollectionLabel_.label()+
");p_{T}(2^{nd} jet) (GeV)", 20, 0., thePlotPhotonMaxEt_);
156 h_jet2_eta = theDbe->book1D(
"jet2_eta",
"Jet with 2^{nd} highest p_{T} (from "+theJetCollectionLabel_.label()+
");#eta(2^{nd} jet)", 20, -thePlotJetMaxEta_, thePlotJetMaxEta_);
157 h_jet2_ptOverPhotonEt = theDbe->book1D(
"jet2_ptOverPhotonEt",
"p_{T}(2^{nd} highest jet) / E_{T}(#gamma);p_{T}(2^{nd} Jet)/E_{T}(#gamma)", 20, 0.0, 4.0);
158 h_deltaPhi_photon_jet2 = theDbe->book1D(
"deltaPhi_photon_jet2",
"#Delta#phi between Highest E_{T} #gamma and 2^{nd} highest jet;#Delta#phi(#gamma,2^{nd} jet)", 20, 0, 3.1415926);
159 h_deltaR_jet_jet2 = theDbe->book1D(
"deltaR_jet_jet2",
"#DeltaR between Highest Jet and 2^{nd} Highest;#DeltaR(1^{st} jet,2^{nd} jet)", 30, 0, 6.0);
160 h_deltaR_photon_jet2 = theDbe->book1D(
"deltaR_photon_jet2",
"#DeltaR between Highest E_{T} #gamma and 2^{nd} jet;#DeltaR(#gamma, 2^{nd} jet)", 30, 0, 6.0);
163 Float_t bins_et[] = {15,20,30,50,80};
165 h_photon_et_jetcs = theDbe->book1D(
"photon_et_jetcs",
"#gamma with highest E_{T} (#eta(jet)<1.45, #eta(#gamma)#eta(jet)>0);E_{T}(#gamma) (GeV)", num_bins_et, bins_et);
166 h_photon_et_jetco = theDbe->book1D(
"photon_et_jetco",
"#gamma with highest E_{T} (#eta(jet)<1.45, #eta(#gamma)#eta(jet)<0);E_{T}(#gamma) (GeV)", num_bins_et, bins_et);
167 h_photon_et_jetfs = theDbe->book1D(
"photon_et_jetfs",
"#gamma with highest E_{T} (1.55<#eta(jet)<2.5, #eta(#gamma)#eta(jet)>0);E_{T}(#gamma) (GeV)", num_bins_et, bins_et);
168 h_photon_et_jetfo = theDbe->book1D(
"photon_et_jetfo",
"#gamma with highest E_{T} (1.55<#eta(jet)<2.5, #eta(#gamma)#eta(jet)<0);E_{T}(#gamma) (GeV)", num_bins_et, bins_et);
169 h_photon_et_jetcs->getTH1F()->Sumw2();
170 h_photon_et_jetco->getTH1F()->Sumw2();
171 h_photon_et_jetfs->getTH1F()->Sumw2();
172 h_photon_et_jetfo->getTH1F()->Sumw2();
174 h_photon_et_ratio_co_cs = theDbe->book1D(
"photon_et_ratio_00_co_cs",
"D(|#eta(jet)|<1.45, #eta(jet)*#eta(#gamma)<0) / D(|#eta(jet)|<1.45, #eta(jet)*#eta(#gamma)>0);E_{T}(#gamma) (GeV); ratio", num_bins_et, bins_et);
175 h_photon_et_ratio_fo_fs = theDbe->book1D(
"photon_et_ratio_01_fo_fs",
"D(1.55<|#eta(jet)|<2.6, #eta(jet)*#eta(#gamma)<0) / D(1.55<|#eta(jet)|<2.6, #eta(jet)*#eta(#gamma)>0);E_{T}(#gamma) (GeV); ratio", num_bins_et, bins_et);
176 h_photon_et_ratio_cs_fs = theDbe->book1D(
"photon_et_ratio_02_cs_fs",
"D(|#eta(jet)|<1.45, #eta(jet)*#eta(#gamma)>0) / D(1.55<|#eta(jet)|<2.6, #eta(jet)*#eta(#gamma)>0);E_{T}(#gamma) (GeV); ratio", num_bins_et, bins_et);
177 h_photon_et_ratio_co_fs = theDbe->book1D(
"photon_et_ratio_03_co_fs",
"D(|#eta(jet)|<1.45, #eta(jet)*#eta(#gamma)<0) / D(1.55<|#eta(jet)|<2.6, #eta(jet)*#eta(#gamma)>0);E_{T}(#gamma) (GeV); ratio", num_bins_et, bins_et);
178 h_photon_et_ratio_cs_fo = theDbe->book1D(
"photon_et_ratio_04_cs_fo",
"D(|#eta(jet)|<1.45, #eta(jet)*#eta(#gamma)>0) / D(1.55<|#eta(jet)|<2.6, #eta(jet)*#eta(#gamma)<0);E_{T}(#gamma) (GeV); ratio", num_bins_et, bins_et);
179 h_photon_et_ratio_co_fo = theDbe->book1D(
"photon_et_ratio_05_co_fo",
"D(|#eta(jet)|<1.45, #eta(jet)*#eta(#gamma)<0) / D(1.55<|#eta(jet)|<2.6, #eta(jet)*#eta(#gamma)<0);E_{T}(#gamma) (GeV); ratio", num_bins_et, bins_et);
180 h_photon_et_ratio_co_cs->getTH1F()->Sumw2();
181 h_photon_et_ratio_fo_fs->getTH1F()->Sumw2();
182 h_photon_et_ratio_cs_fs->getTH1F()->Sumw2();
183 h_photon_et_ratio_co_fs->getTH1F()->Sumw2();
184 h_photon_et_ratio_cs_fo->getTH1F()->Sumw2();
185 h_photon_et_ratio_co_fo->getTH1F()->Sumw2();
195 bool isConfigChanged =
false;
198 isValidHltConfig_ = hltConfigProvider_.init( iRun, iSet,
"HLT", isConfigChanged );
200 num_events_in_run = 0;
210 LogTrace(logTraceName)<<
"Analysis of event # ";
222 bool passed_HLT=
false;
226 for (
unsigned int i=0;
i<thePlotTheseTriggersToo_.size();
i++) {
228 for (
unsigned int ti=0; (ti<trigNames.
size()) && !passed_HLT; ++ti) {
229 size_t pos = trigNames.
triggerName(ti).find(thePlotTheseTriggersToo_[
i]);
230 if (pos==0) passed_HLT = HLTresults->accept(ti);
232 if (passed_HLT) h_triggers_passed->Fill(
i);
238 iEvent.
getByLabel(thePhotonCollectionLabel_, photonCollection);
241 if (!photonCollection.
isValid())
return;
248 for (
unsigned int ti=0; ti<trigNames.
size(); ++ti) {
249 size_t pos = trigNames.
triggerName(ti).find(theTriggerPathToPass_);
251 passed_HLT = HLTresults->accept(ti);
258 for (PhotonCollection::const_iterator recoPhoton = photonCollection->begin(); recoPhoton!=photonCollection->end(); recoPhoton++){
260 if ( recoPhoton->et() < theMinPhotonEt_ )
break;
262 h_photon_et_beforeCuts->Fill(recoPhoton->et());
279 iEvent.
getByLabel(theVertexCollectionLabel_, vertexHandle);
292 for (
unsigned int i=0;
i<vertexCollection.size(); ++
i) {
293 if (vertexCollection[
i].isValid()) nvvertex++;
295 if (nvvertex==0)
return;
311 iEvent.
getByLabel(theBarrelRecHitTag, EBReducedRecHits);
313 iEvent.
getByLabel(theEndcapRecHitTag, EEReducedRecHits);
318 float photon_et = -9.0;
319 float photon_eta = -9.0;
320 float photon_phi = -9.0;
321 bool photon_passPhotonID =
false;
322 bool found_lead_pho =
false;
323 int photon_count_bar = 0;
324 int photon_count_end = 0;
326 for (PhotonCollection::const_iterator recoPhoton = photonCollection->begin(); recoPhoton!=photonCollection->end(); recoPhoton++){
329 if ( recoPhoton->et() < theMinPhotonEt_ )
break;
354 bool pho_current_passPhotonID =
false;
355 bool pho_current_isEB = recoPhoton->isEB();
356 bool pho_current_isEE = recoPhoton->isEE();
358 if ( pho_current_isEB && (recoPhoton->sigmaIetaIeta() < 0.01 || recoPhoton->hadronicOverEm() < 0.05) ) {
360 pho_current_passPhotonID =
true;
362 }
else if ( pho_current_isEE && (recoPhoton->hadronicOverEm() < 0.05) ) {
364 pho_current_passPhotonID =
true;
368 if (!found_lead_pho) {
369 found_lead_pho =
true;
370 photon_passPhotonID = pho_current_passPhotonID;
371 photon_et = recoPhoton->et();
372 photon_eta = recoPhoton->eta();
373 photon_phi = recoPhoton->phi();
380 if ( theRequirePhotonFound_ && (!photon_passPhotonID || photon_et<theMinPhotonEt_) )
return;
386 iEvent.
getByLabel (theJetCollectionLabel_,jetCollection);
387 if (!jetCollection.
isValid())
return;
390 float jet_eta = -8.0;
391 float jet_phi = -8.0;
393 float jet2_pt = -9.0;
394 float jet2_eta = -9.0;
395 float jet2_phi = -9.0;
397 for (
unsigned int i_jet = 0; i_jet < jetCollection->size(); i_jet++) {
398 const Jet*
jet = & jetCollection->at(i_jet);
400 float jet_current_pt = jet->
pt();
403 if (
deltaR(jet->
eta(), jet->
phi(), photon_eta, photon_phi) < 0.5 )
continue;
405 if (jet_current_pt < theMinJetPt_)
break;
408 if (jet_current_pt > jet_pt) {
412 jet_pt = jet_current_pt;
413 jet_eta = jet->
eta();
414 jet_phi = jet->
phi();
415 }
else if (jet_current_pt > jet2_pt) {
416 jet2_pt = jet_current_pt;
417 jet2_eta = jet->
eta();
418 jet2_phi = jet->
phi();
428 if ( jet_pt > 0.0 ) {
431 h_photon_et ->Fill( photon_et );
432 h_photon_eta ->Fill( photon_eta );
433 h_photon_count_bar->Fill( photon_count_bar );
434 h_photon_count_end->Fill( photon_count_end );
437 if ( fabs(photon_eta)<1.45 && photon_passPhotonID ) {
438 if (fabs(jet_eta)<1.45){
439 if (photon_eta*jet_eta>0) {
440 h_photon_et_jetcs->Fill(photon_et);
442 h_photon_et_jetco->Fill(photon_et);
444 }
else if (jet_eta>1.55 && jet_eta<2.5) {
445 if (photon_eta*jet_eta>0) {
446 h_photon_et_jetfs->Fill(photon_et);
448 h_photon_et_jetfo->Fill(photon_et);
454 h_jet_pt ->Fill( jet_pt );
455 h_jet_eta ->Fill( jet_eta );
456 h_jet_count ->Fill( jet_count );
457 h_deltaPhi_photon_jet ->Fill(
abs(
deltaPhi(photon_phi, jet_phi)) );
458 if (
abs(
deltaPhi(photon_phi,jet_phi))>2.8 ) h_deltaEt_photon_jet->Fill( (photon_et-jet_pt)/photon_et );
461 if ( jet2_pt > 0.0 ) {
462 h_jet2_pt ->Fill( jet2_pt );
463 h_jet2_eta ->Fill( jet2_eta );
464 h_jet2_ptOverPhotonEt ->Fill( jet2_pt/photon_et );
465 h_deltaPhi_photon_jet2->Fill(
abs(
deltaPhi(photon_phi, jet2_phi)) );
466 h_deltaPhi_jet_jet2 ->Fill(
abs(
deltaPhi( jet_phi, jet2_phi)) );
467 h_deltaR_jet_jet2 ->Fill(
deltaR( jet_eta, jet_phi, jet2_eta, jet2_phi) );
468 h_deltaR_photon_jet2 ->Fill(
deltaR(photon_eta, photon_phi, jet2_eta, jet2_phi) );
479 if (num_events_in_run>0) {
480 h_triggers_passed->getTH1F()->Scale(1.0/num_events_in_run);
482 h_photon_et_ratio_co_cs->getTH1F()->Divide( h_photon_et_jetco->getTH1F(), h_photon_et_jetcs->getTH1F() );
483 h_photon_et_ratio_fo_fs->getTH1F()->Divide( h_photon_et_jetfo->getTH1F(), h_photon_et_jetfs->getTH1F() );
484 h_photon_et_ratio_cs_fs->getTH1F()->Divide( h_photon_et_jetcs->getTH1F(), h_photon_et_jetfs->getTH1F() );
485 h_photon_et_ratio_co_fs->getTH1F()->Divide( h_photon_et_jetco->getTH1F(), h_photon_et_jetfs->getTH1F() );
486 h_photon_et_ratio_cs_fo->getTH1F()->Divide( h_photon_et_jetcs->getTH1F(), h_photon_et_jetfo->getTH1F() );
487 h_photon_et_ratio_co_fo->getTH1F()->Divide( h_photon_et_jetco->getTH1F(), h_photon_et_jetfo->getTH1F() );
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
virtual edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const
Base class for all types of Jets.
void beginJob()
Inizialize parameters for histo binning.
std::vector< Vertex > VertexCollection
collection of Vertex objects
Strings::size_type size() const
void endRun(const edm::Run &, const edm::EventSetup &)
QcdPhotonsDQM(const edm::ParameterSet &)
Constructor.
virtual float phi() const GCC11_FINAL
momentum azimuthal angle
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
virtual float eta() const GCC11_FINAL
momentum pseudorapidity
void endJob(void)
Save the histos.
double deltaR(double eta1, double eta2, double phi1, double phi2)
static const char *const trigNames[]
std::string const & triggerName(unsigned int index) const
void beginRun(const edm::Run &, const edm::EventSetup &)
T const * product() const
virtual ~QcdPhotonsDQM()
Destructor.
virtual float pt() const GCC11_FINAL
transverse momentum
void analyze(const edm::Event &, const edm::EventSetup &)
Get the analysis.