Skip to content

Commit

Permalink
Merge pull request #34908 from bainbrid/LowPtElectrons_SeedBDTs_XMLTo…
Browse files Browse the repository at this point in the history
…Root

LowPtElectrons: convert Seed BDTs from XML to ROOT file format
  • Loading branch information
cmsbuild authored Aug 19, 2021
2 parents 4be9049 + b50f20a commit b5b03e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def thresholds( wp ) :
'ptbiased',
]),
ModelWeights = cms.vstring([
'RecoEgamma/ElectronIdentification/data/LowPtElectrons/RunII_Autumn18_LowPtElectrons_unbiased.xml.gz',
'RecoEgamma/ElectronIdentification/data/LowPtElectrons/RunII_Autumn18_LowPtElectrons_displaced_pt_eta_biased.xml.gz',
'RecoEgamma/ElectronIdentification/data/LowPtElectrons/RunII_Autumn18_LowPtElectrons_unbiased.root',
'RecoEgamma/ElectronIdentification/data/LowPtElectrons/RunII_Autumn18_LowPtElectrons_displaced_pt_eta_biased.root',
]),
ModelThresholds = thresholds("T"),
PassThrough = cms.bool(False),
Expand Down

0 comments on commit b5b03e2

Please sign in to comment.