Skip to content

Commit

Permalink
Merge pull request #259 from fucd/bug-fix
Browse files Browse the repository at this point in the history
fix for lcg102
  • Loading branch information
mirguest authored Dec 28, 2023
2 parents e289b09 + 5795a60 commit 8cc891a
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 8cc891a

Please sign in to comment.