Skip to content

Commit

Permalink
Update L1TrackNtupleMaker_cfg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalin authored Mar 8, 2024
1 parent b1fec09 commit 32947a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
# Use skipEvents to select particular single events for test vectors
#process.source.skipEvents = cms.untracked.uint32(11)

process.TFileService = cms.Service("TFileService", fileName = cms.string('TTbar_PU200_'+GEOMETRY+'.root'), closeFileFast = cms.untracked.bool(True))
process.TFileService = cms.Service("TFileService", fileName = cms.string('L1TrkNtuple.root'), closeFileFast = cms.untracked.bool(True))
process.Timing = cms.Service("Timing", summaryOnly = cms.untracked.bool(True))


Expand Down

0 comments on commit 32947a1

Please sign in to comment.