Skip to content

Commit

Permalink
Remove "untracked".
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Perrotta <[email protected]>
  • Loading branch information
IzaakWN and perrotta authored Aug 17, 2022
1 parent 2f87c01 commit cb2f977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
MuMuCut = cms.string('Mu1.Pt > 17 && Mu2.Pt > 8'),
Final_States = cms.vstring('ElEl','ElHad','ElMu','HadHad','MuHad','MuMu'),
BosonPDGID = cms.int32(23),
IncludeDY = cms.untracked.bool(False)
IncludeDY = cms.bool(False)
),
),
pythiaPylistVerbosity = cms.untracked.int32(0),
Expand Down

0 comments on commit cb2f977

Please sign in to comment.