Skip to content

Commit

Permalink
Add isData as a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
CeliaFernandez committed Jan 9, 2023
1 parent 5e3b77f commit ac4da89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ntuples_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

ntuples = cms.EDAnalyzer('ntuplizer',
nameOfOutput = cms.string('output.root'),
isData = cms.bool(True),
EventInfo = cms.InputTag("generator"),
RunInfo = cms.InputTag("generator"),
BeamSpot = cms.InputTag("offlineBeamSpot"),
Expand Down

0 comments on commit ac4da89

Please sign in to comment.