Skip to content

Commit

Permalink
Merge pull request #37329 from conetthuerta/AllStepsToTree_switched_ON
Browse files Browse the repository at this point in the history
AllStepsToTree option switched ON
  • Loading branch information
cmsbuild authored Mar 25, 2022
2 parents 0839060 + 402002b commit 48409a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validation/Geometry/test/runP_Tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _adaptToRun2(det):
MaterialBudgetAction = cms.PSet(
HistosFile = cms.string('matbdg_%s_%s.root' % (options.label,
options.geom)),
AllStepsToTree = cms.bool(False),
AllStepsToTree = cms.bool(True),
HistogramList = cms.string('Tracker'),
SelectedVolumes = cms.vstring(_components),
TreeFile = cms.string('matbdg_tree_%s_%s.root' % (options.label,
Expand Down

0 comments on commit 48409a2

Please sign in to comment.