Skip to content

Commit

Permalink
Fixed copy-paste typo in Spring15 weight files
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Oct 16, 2018
1 parent 21f6ad0 commit 36e5860
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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"),
)

# Load some common definitions for MVA machinery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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"),
)

# Load some common definitions for MVA machinery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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"),
)

# Load some common definitions for MVA machinery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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"),
)

# Load some common definitions for MVA machinery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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"),
)

# Load some common definitions for MVA machinery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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"),
)

# Load some common definitions for MVA machinery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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"),
)

# Load some common definitions for MVA machinery
Expand Down

0 comments on commit 36e5860

Please sign in to comment.