Skip to content
Snippets Groups Projects
Unverified Commit 8cc891af authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Merge pull request #259 from fucd/bug-fix

fix for lcg102
parents e289b09d 5795a608
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment