Skip to content

Commit

Permalink
add defaults to match fillDescriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed May 6, 2020
1 parent 817f3f8 commit eac0dc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -86,6 +86,8 @@

# PFClusterIso
addPFClusterIso = cms.bool(False),
ecalPFClusterIsoMap = cms.InputTag(""),
hcalPFClusterIsoMap = cms.InputTag(""),
addPuppiIsolation = cms.bool(False),

# Compute and store Mini-Isolation.
Expand Down
Expand Up @@ -70,5 +70,7 @@

# PFClusterIso
addPFClusterIso = cms.bool(False),
ecalPFClusterIsoMap = cms.InputTag(""),
hcalPFClusterIsoMap = cms.InputTag(""),
addPuppiIsolation = cms.bool(False)
)

0 comments on commit eac0dc2

Please sign in to comment.