Skip to content

Commit

Permalink
fix for lcg102
Browse files Browse the repository at this point in the history
  • Loading branch information
fucd committed Dec 28, 2023
1 parent e289b09 commit 5795a60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Detector/DetCEPCv4/src/tracker/FTD_cepc_geo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,9 @@ static Ref_t create_element(Detector& theDetector, xml_h e, SensitiveDetector se
{
_dbParDisk.ZStartOuterCylinder = _z_position;
}

_dbParDisk.ZStopOuterCylinder = _zEnd;
_dbParDisk.ZStopInnerCylinder = _zEnd;
break;

case 7:
Expand Down
2 changes: 2 additions & 0 deletions Examples/options/sim-rec-trackerecal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

from Gaudi.Configuration import *

import os

NTupleSvc().Output = ["MyTuples DATAFILE='sim-rec-trackerEcal.root' OPT='NEW' TYP='ROOT'"]

from Configurables import RndmGenSvc, HepRndm__Engine_CLHEP__RanluxEngine_
Expand Down

0 comments on commit 5795a60

Please sign in to comment.