|
373 | 373 | Plot1D('pt', 'pt', 20, 0, 200, 'pt'), |
374 | 374 | ) |
375 | 375 | ), |
| 376 | + TrackGenJetAK4 = cms.PSet( |
| 377 | + sels = cms.PSet(), |
| 378 | + plots = cms.VPSet( |
| 379 | + Count1D('_size', 25, -0.5, 24.5, 'trackGenJetAK4, i.e. ak4 Jets made only with charged particles'), |
| 380 | + Plot1D('eta', 'eta', 20, -7, 7, 'eta'), |
| 381 | + Plot1D('hadronFlavour', 'hadronFlavour', 6, -0.5, 5.5, 'flavour from hadron ghost clustering'), |
| 382 | + Plot1D('mass', 'mass', 20, 0, 200, 'mass'), |
| 383 | + Plot1D('nBHadrons', 'nBHadrons', 4, -0.5, 3.5, 'number of b-hadrons'), |
| 384 | + Plot1D('nCHadrons', 'nCHadrons', 4, -0.5, 3.5, 'number of c-hadrons'), |
| 385 | + Plot1D('partonFlavour', 'partonFlavour', 40, -9.5, 30.5, 'flavour from parton matching'), |
| 386 | + Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'), |
| 387 | + Plot1D('pt', 'pt', 20, 0, 200, 'pt'), |
| 388 | + ) |
| 389 | + ), |
376 | 390 | GenMET = cms.PSet( |
377 | 391 | sels = cms.PSet(), |
378 | 392 | plots = cms.VPSet( |
|
500 | 514 | Plot1D('neHEF', 'neHEF', 20, 0, 1, 'neutral Hadron Energy Fraction'), |
501 | 515 | Plot1D('partonFlavour', 'partonFlavour', 40, -9.5, 30.5, 'flavour from parton matching'), |
502 | 516 | Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'), |
| 517 | + Plot1D('pnScore_heavy', 'pnScore_heavy', 40, -1, 1, 'PNet muon ID score for lepton from B or D hadrons'), |
| 518 | + Plot1D('pnScore_light', 'pnScore_light', 40, -1, 1, 'PNet muon ID score for lepton from hadrons w/o b or c quarks OR w/o generator matching'), |
| 519 | + Plot1D('pnScore_prompt', 'pnScore_prompt', 40, -1, 1, 'PNet muon ID score for lepton from W/Z/H bosons'), |
| 520 | + Plot1D('pnScore_tau', 'pnScore_tau', 40, -1, 1, 'PNet muon ID score for decay of tau to light leptons (mu)'), |
503 | 521 | Plot1D('pt', 'pt', 20, 0, 400, 'pt'), |
504 | 522 | Plot1D('puId', 'puId', 8, -0.5, 7.5, 'Pilup ID flags'), |
505 | 523 | Plot1D('puIdDisc', 'puIdDisc', 20, -1, 1, 'Pilup ID discriminant with 102X (2018) training'), |
|
622 | 640 | Plot1D('pfRelIso03_chg', 'pfRelIso03_chg', 20, 0, 2, 'PF relative isolation dR=0.3, charged component'), |
623 | 641 | Plot1D('pfRelIso04_all', 'pfRelIso04_all', 20, 0, 2, 'PF relative isolation dR=0.4, total (deltaBeta corrections)'), |
624 | 642 | Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'), |
625 | | - Plot1D('pnScore_heavy', 'pnScore_heavy', 40, -1, 1, 'PNet muon ID score for lepton from B or D hadrons'), |
626 | | - Plot1D('pnScore_light', 'pnScore_light', 40, -1, 1, 'PNet muon ID score for lepton from hadrons w/o b or c quarks OR w/o generator matching'), |
627 | | - Plot1D('pnScore_prompt', 'pnScore_prompt', 40, -1, 1, 'PNet muon ID score for lepton from W/Z/H bosons'), |
628 | | - Plot1D('pnScore_tau', 'pnScore_tau', 40, -1, 1, 'PNet muon ID score for decay of tau to light leptons (mu)'), |
629 | 643 | Plot1D('pt', 'pt', 20, 0, 200, 'pt'), |
630 | 644 | Plot1D('ptErr', 'ptErr', 20, 0, 20, 'ptError of the muon track'), |
631 | 645 | Plot1D('segmentComp', 'segmentComp', 20, 0, 1, 'muon segment compatibility'), |
|
1044 | 1058 | ) |
1045 | 1059 | ) |
1046 | 1060 |
|
| 1061 | + |
0 commit comments