Skip to content

Commit 76027b9

Browse files
committed
update PPSAlignmentHarvester_cff.py
1 parent c44b617 commit 76027b9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CalibPPS/AlignmentGlobal/python/PPSAlignmentHarvester_cff.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
subSystemFolder=cms.untracked.string('AlCaReco')
1313
)
1414

15-
ppsAlignmentHarvester = ppsAlignmentHarvester_.clone()
16-
ppsAlignmentHarvester.text_results_path = cms.string("")
17-
ppsAlignmentHarvester.write_sqlite_results = cms.bool(True)
18-
ppsAlignmentHarvester.x_ali_rel_final_slope_fixed = cms.bool(False)
19-
ppsAlignmentHarvester.y_ali_final_slope_fixed = cms.bool(False)
15+
ppsAlignmentHarvester = ppsAlignmentHarvester_.clone(
16+
text_results_path = "",
17+
write_sqlite_results = True
18+
)
2019

2120
ALCAHARVESTPPSAlignment = cms.Task(
2221
EDMtoMEConvertPPSAlignment,

0 commit comments

Comments
 (0)