Skip to content

Commit

Permalink
Merge pull request cms-sw#20 from guitargeek/EgammaID_1023_fix
Browse files Browse the repository at this point in the history
fixing the Spring15 IDs so they are back  to their original change
  • Loading branch information
Sam-Harper authored Oct 17, 2018
2 parents 21f6ad0 + 36e5860 commit 3d5e76d
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 3d5e76d

Please sign in to comment.