Skip to content

Commit

Permalink
Read ROOT files for Seed BDTs (newly converted from XML files)
Browse files Browse the repository at this point in the history
  • Loading branch information
bainbrid committed Aug 17, 2021
1 parent 5846a81 commit b50f20a
Showing 1 changed file with 2 additions and 2 deletions.
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 b50f20a

Please sign in to comment.