Skip to content

Commit

Permalink
applyAlignment = False for phase2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunyong authored and francescobrivio committed Jul 12, 2022
1 parent 8b6337b commit 0602e19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Geometry/GEMGeometryBuilder/python/gemGeometryDB_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
)

from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
from Configuration.Eras.Modifier_phase2_GEM_cff import phase2_GEM

run3_GEM.toModify(GEMGeometryESModule, applyAlignment = True)
phase2_GEM.toModify(GEMGeometryESModule, applyAlignment = False)
2 changes: 2 additions & 0 deletions Geometry/GEMGeometryBuilder/python/gemGeometry_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
from Configuration.ProcessModifiers.dd4hep_cff import dd4hep

from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
from Configuration.Eras.Modifier_phase2_GEM_cff import phase2_GEM

dd4hep.toModify(gemGeometry, fromDDD = False, fromDD4hep = True)

run3_GEM.toModify(gemGeometry, applyAlignment = True)
phase2_GEM.toModify(gemGeometry, applyAlignment = False)

0 comments on commit 0602e19

Please sign in to comment.