Skip to content

Commit

Permalink
Merge pull request #24890 from guitargeek/10_3_X_typo
Browse files Browse the repository at this point in the history
[10_3_X] Fixed copy-paste typo in Spring15 photon MVA weight file names
  • Loading branch information
cmsbuild committed Oct 26, 2018
2 parents d144f80 + 06ada0c commit 6db48fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Expand Up @@ -27,7 +27,7 @@

mvaSpring15NonTrigWeightFiles_V0 = cms.vstring(
path.join(weightFileBaseDir, "Spring15/25ns_EB_V0.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/25ns_EB_V0.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/25ns_EE_V0.weights.xml.gz"),
)

# The locatoins of value maps with the actual MVA values and categories
Expand Down
Expand Up @@ -28,7 +28,7 @@

mvaSpring15NonTrigWeightFiles_V2 = cms.vstring(
path.join(weightFileBaseDir, "Spring15/25ns_EB_V2.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/25ns_EB_V2.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/25ns_EE_V2.weights.xml.gz"),
)

# The locatoins of value maps with the actual MVA values and categories
Expand Down
Expand Up @@ -30,7 +30,7 @@

mvaSpring15NonTrigWeightFiles_V2p1 = cms.vstring(
path.join(weightFileBaseDir, "Spring15/25ns_EB_V2.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/25ns_EB_V2.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/25ns_EE_V2.weights.xml.gz"),
)

# The locatoins of value maps with the actual MVA values and categories
Expand Down
Expand Up @@ -27,7 +27,7 @@

mvaSpring15NonTrigWeightFiles_V0 = cms.vstring(
path.join(weightFileBaseDir, "Spring15/50ns_EB_V0.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/50ns_EB_V0.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/50ns_EE_V0.weights.xml.gz"),
)

# The locatoins of value maps with the actual MVA values and categories
Expand Down
Expand Up @@ -27,7 +27,7 @@

mvaSpring15NonTrigWeightFiles_V1 = cms.vstring(
path.join(weightFileBaseDir, "Spring15/50ns_EB_V1.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/50ns_EB_V1.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/50ns_EE_V1.weights.xml.gz"),
)

# The locatoins of value maps with the actual MVA values and categories
Expand Down
Expand Up @@ -29,7 +29,7 @@

mvaSpring15NonTrigWeightFiles_V2 = cms.vstring(
path.join(weightFileBaseDir, "Spring15/50ns_EB_V2.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/50ns_EB_V2.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/50ns_EE_V2.weights.xml.gz"),
)

# The locatoins of value maps with the actual MVA values and categories
Expand Down
Expand Up @@ -31,7 +31,7 @@

mvaSpring15NonTrigWeightFiles_V2p1 = cms.vstring(
path.join(weightFileBaseDir, "Spring15/50ns_EB_V2.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/50ns_EB_V2.weights.xml.gz"),
path.join(weightFileBaseDir, "Spring15/50ns_EE_V2.weights.xml.gz"),
)

# The locatoins of value maps with the actual MVA values and categories
Expand Down

0 comments on commit 6db48fb

Please sign in to comment.