Skip to content

Commit

Permalink
Update PhysicsRun2021_pass0_recon.lcsim
Browse files Browse the repository at this point in the history
Adding the optimized Kalman tracking parameters; optimized to maximize MC efficiency and data track no
  • Loading branch information
rodwyer100 authored Dec 15, 2024
1 parent 05f94c3 commit 3c9b231
Showing 1 changed file with 30 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,36 @@
<debug>false</debug>
</driver>
<driver name="KalmanPatRecDriver" type="org.hps.recon.tracking.kalman.KalmanPatRecDriver">
<!--<doDebugPlots>false</doDebugPlots>-->
<!-- <siHitsLimit>50</siHitsLimit> -->
<seedCompThr>0.05</seedCompThr>
<verbose>false</verbose>
<numPatRecIteration> 3 </numPatRecIteration>
<numKalmanIteration> 1 </numKalmanIteration>
<maxPtInverse> 8.757651 </maxPtInverse>
<maxDZero> 38.0487 </maxDZero>
<maxZZero> 3.98915 </maxZZero>
<maxChiTwo> 11.777395 </maxChiTwo>
<minHits> 0 </minHits>
<minStereo> 3 </minStereo>
<maxSharedHits> 3 </maxSharedHits>
<maxTimeRange> 39.95028 </maxTimeRange>
<maxTanLambda> 8.186345 </maxTanLambda>
<maxResidual> 13.71568 </maxResidual>
<maxChiTwoInc> 13.52662 </maxChiTwoInc>
<minChiTwoIncBad> 7.00678 </minChiTwoIncBad>
<maxResidShare> 13.967129 </maxResidShare>
<maxChiTwoIncShare> 9.771546584 </maxChiTwoIncShare>
<mxChiTwoVtx> 1.7652935 </mxChiTwoVtx>
<numEvtPlots> 5 </numEvtPlots>
<doDebugPlots> false </doDebugPlots>
<siHitsLimit> 466 </siHitsLimit>
<seedCompThr> .725912 </seedCompThr>
<!--numStrategyIter1></numStrategyIter1 tthe mxChi2Vtx was 1.0-->
<beamPositionZ> 0.0 </beamPositionZ>
<beamSigmaZ> 0.02 </beamSigmaZ>
<beamPositionX> 0.0 </beamPositionX>
<beamSigmaX> 0.05 </beamSigmaX>
<beamPositionY> 0.0 </beamPositionY>
<beamSigmaY> 1.0 </beamSigmaY>
<lowPhThresh> 7.204329 </lowPhThresh>
<verbose> false </verbose>
</driver>
<driver name="ReconParticleDriver_Kalman" type="org.hps.recon.particle.HpsReconParticleDriver" >
<ecalClusterCollectionName>EcalClustersCorr</ecalClusterCollectionName>
Expand Down

0 comments on commit 3c9b231

Please sign in to comment.