# | Line 533 | Line 533 | JetHistograms = cms.PSet( | |
---|---|---|
533 | bins = cms.vdouble(500, 0, 500), | |
534 | inputVariables = cms.vstring("pt"), | |
535 | ), | |
536 | < | ) |
536 | > | cms.PSet ( |
537 | > | name = cms.string("jetCSV"), |
538 | > | title = cms.string("Jet Combined Secondary Vertex B-tagging Discriminant"), |
539 | > | bins = cms.vdouble(2000, -1, 1), |
540 | > | inputVariables = cms.vstring("btagCombinedSecVertex"), |
541 | > | ), |
542 | > | ) |
543 | ) | |
544 | ||
545 | TrackHistograms = cms.PSet( |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |