Skip to content

Commit 6850e90

Browse files
authored
Merge pull request #1161 from sarahgaiser/update_MC_reco_steering_v5
working version of MC steering
2 parents e55181b + 5314c59 commit 6850e90

File tree

1 file changed

+183
-0
lines changed

1 file changed

+183
-0
lines changed
Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
3+
<!--
4+
Steering file for pass-5 2021 reconstruction on MC readout data
5+
created: 12/18/2025
6+
@author Matthew Gignac <mgignac@slac.stanford.edu>, Sarah Gaiser <sgaiser@slac.stanford.edu>
7+
-->
8+
<execute>
9+
10+
<driver name="EventMarkerDriver"/>
11+
12+
<!-- Ecal reconstruction drivers -->
13+
<driver name="EcalRawConverter" />
14+
<driver name="EcalTimeCorrection"/>
15+
<driver name="ReconClusterer" />
16+
<driver name="CopyCluster" />
17+
18+
<!-- Hodoscope drivers -->
19+
<driver name="HodoRunningPedestal"/>
20+
<driver name="HodoRawConverter"/>
21+
22+
<!-- SVT reconstruction drivers -->
23+
<driver name="RawTrackerHitSensorSetup"/>
24+
<driver name="RawTrackerHitFitterDriver" />
25+
<driver name="TrackerHitDriver"/>
26+
<driver name="KalmanPatRecDriver"/>
27+
<driver name="TrackTruthMatching_KF"/>
28+
<driver name="ReconParticleDriver_Kalman" />
29+
30+
31+
<!-- Event filtering -->
32+
<driver name="LCIOWriter"/>
33+
<driver name="CleanupDriver"/>
34+
35+
</execute>
36+
<drivers>
37+
<driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
38+
<eventInterval>1000</eventInterval>
39+
</driver>
40+
<driver name="HodoRunningPedestal" type="org.hps.recon.ecal.HodoRunningPedestalDriver">
41+
<inputCollectionName>HodoscopeReadoutHits</inputCollectionName>
42+
<logLevel>CONFIG</logLevel>
43+
<isMC>true</isMC>
44+
</driver>
45+
<driver name="HodoRawConverter" type="org.hps.recon.ecal.HodoRawConverterDriver">
46+
<inputCollectionName>HodoscopeReadoutHits</inputCollectionName>
47+
<tETAllChannels>8</tETAllChannels>
48+
<logLevel>CONFIG</logLevel>
49+
<isMC>true</isMC>
50+
</driver>
51+
52+
<!-- Ecal reconstruction drivers -->
53+
<driver name="EcalRawConverter" type="org.hps.recon.ecal.EcalRawConverter2Driver">
54+
</driver>
55+
<driver name="EcalTimeCorrection" type="org.hps.recon.ecal.EcalTimeCorrectionDriver">
56+
<additionalShift>13.3</additionalShift>
57+
</driver>
58+
<driver name="ReconClusterer" type="org.hps.recon.ecal.cluster.ReconClusterDriver">
59+
<logLevel>WARNING</logLevel>
60+
<outputClusterCollectionName>EcalClusters</outputClusterCollectionName>
61+
</driver>
62+
<driver name="CopyCluster" type="org.hps.recon.ecal.cluster.CopyClusterCollectionDriver">
63+
<inputCollectionName>EcalClusters</inputCollectionName>
64+
<outputCollectionName>EcalClustersCorr</outputCollectionName>
65+
</driver>
66+
<!-- SVT reconstruction drivers -->
67+
<driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup">
68+
<readoutCollections>SVTRawTrackerHits</readoutCollections>
69+
</driver>
70+
<driver name="RawTrackerHitFitterDriver" type="org.hps.recon.tracking.RawTrackerHitFitterDriver">
71+
<chiSqrThresh>.5</chiSqrThresh>
72+
<doOldDT>1</doOldDT>
73+
<fitAlgorithm>Pileup</fitAlgorithm>
74+
<fitTimeMinimizer>Migrad</fitTimeMinimizer>
75+
<useTimestamps>true</useTimestamps>
76+
<tsCorrectionScale>165</tsCorrectionScale>
77+
<correctTimeOffset>true</correctTimeOffset>
78+
<correctT0Shift>true</correctT0Shift>
79+
<useTruthTime>false</useTruthTime>
80+
<subtractTOF>true</subtractTOF>
81+
<subtractTriggerTime>false</subtractTriggerTime>
82+
<correctChanT0>false</correctChanT0>
83+
<isMC>true</isMC>
84+
<debug>false</debug>
85+
</driver>
86+
<driver name="TrackerHitDriver" type="org.hps.recon.tracking.DataTrackerHitDriver">
87+
<neighborDeltaT>24.0</neighborDeltaT>
88+
<neighborDeltaTSigma>3.0</neighborDeltaTSigma>
89+
<saveMonsterEvents>false</saveMonsterEvents>
90+
<thresholdMonsterEvents>400</thresholdMonsterEvents>
91+
<clusterSeedThreshold>4.0</clusterSeedThreshold>
92+
<doTimeError>1.0</doTimeError>
93+
<clusterNeighborThreshold>3.0</clusterNeighborThreshold>
94+
<clusterThreshold>3.0</clusterThreshold>
95+
<doDeadFix>true</doDeadFix>
96+
<doVSplit>true</doVSplit>
97+
<debug>false</debug>
98+
</driver>
99+
<driver name="KalmanPatRecDriver" type="org.hps.recon.tracking.kalman.KalmanPatRecDriver">
100+
<addResiduals>true</addResiduals>
101+
<addKinks>true</addKinks>
102+
<numPatRecIteration> 2 </numPatRecIteration>
103+
<numKalmanIteration> 1 </numKalmanIteration>
104+
<maxPtInverse> 8.881915381218574 </maxPtInverse>
105+
<maxD0> 39.249197341740356 </maxD0>
106+
<maxZ0> 8.37847994612359 </maxZ0>
107+
<maxChi2> 11.546843987796496 </maxChi2>
108+
<minHitsTopIter1> 9 </minHitsTopIter1>
109+
<minHitsBotIter1> 9 </minHitsBotIter1>
110+
<minHitsTopIter2> 8 </minHitsTopIter2>
111+
<minHitsBotIter2> 8 </minHitsBotIter2>
112+
<minStereo> 3 </minStereo>
113+
<maxSharedHits> 2 </maxSharedHits>
114+
<maxTimeRange> 40.0 </maxTimeRange>
115+
<maxTanLambda> 5.0 </maxTanLambda>
116+
<maxChi2Inc> 12.320066328390354 </maxChi2Inc>
117+
<minChi2IncBad> 9.206482863412027 </minChi2IncBad>
118+
<maxChi2IncShare> 5.862027198856136 </maxChi2IncShare>
119+
<mxChi2Vtx> 5.508828061070076 </mxChi2Vtx>
120+
<numEvtPlots> 5 </numEvtPlots>
121+
<doDebugPlots> false </doDebugPlots>
122+
<siHitsLimit> 400 </siHitsLimit>
123+
<seedCompThr> 0.3473319986601534 </seedCompThr>
124+
<useBeamPositionConditions>true</useBeamPositionConditions>
125+
<beamSigmaX>0.055</beamSigmaX>
126+
<beamSigmaY>0.045</beamSigmaY>
127+
<useFixedVertexZPosition>true</useFixedVertexZPosition>
128+
<beamPositionZ>-1.1</beamPositionZ>
129+
<lowPhThresh> 7.197594353612735 </lowPhThresh>
130+
<verbose> false </verbose>
131+
</driver>
132+
<driver name="TrackTruthMatching_KF" type="org.hps.analysis.MC.TrackToMCParticleRelationsDriver">
133+
<trackCollectionName>KalmanFullTracks</trackCollectionName>
134+
<kalmanTracks>true</kalmanTracks>
135+
<debug>false</debug>
136+
</driver>
137+
<driver name="ReconParticleDriver_Kalman" type="org.hps.recon.particle.HpsReconParticleDriver" >
138+
<ecalClusterCollectionName>EcalClustersCorr</ecalClusterCollectionName>
139+
<trackCollectionNames>KalmanFullTracks</trackCollectionNames>
140+
<matcherTrackCollectionName>KalmanFullTracks</matcherTrackCollectionName>
141+
<trackClusterMatcherAlgo>TrackClusterMatcherMinDistance</trackClusterMatcherAlgo>
142+
<unconstrainedV0CandidatesColName>UnconstrainedV0Candidates_KF</unconstrainedV0CandidatesColName>
143+
<unconstrainedV0VerticesColName>UnconstrainedV0Vertices_KF</unconstrainedV0VerticesColName>
144+
<beamConV0CandidatesColName>BeamspotConstrainedV0Candidates_KF</beamConV0CandidatesColName>
145+
<beamConV0VerticesColName>BeamspotConstrainedV0Vertices_KF</beamConV0VerticesColName>
146+
<targetConV0CandidatesColName>TargetConstrainedV0Candidates_KF</targetConV0CandidatesColName>
147+
<targetConV0VerticesColName>TargetConstrainedV0Vertices_KF</targetConV0VerticesColName>
148+
<finalStateParticlesColName>FinalStateParticles_KF</finalStateParticlesColName>
149+
<otherElectronsColName>OtherElectrons_KF</otherElectronsColName>
150+
<includeUnmatchedTracksInFSP>true</includeUnmatchedTracksInFSP>
151+
<useInternalVertexXYPositions>false</useInternalVertexXYPositions>
152+
<useBeamPositionConditions>true</useBeamPositionConditions>
153+
<requireClustersForV0>false</requireClustersForV0>
154+
<beamSigmaX>0.055</beamSigmaX>
155+
<beamSigmaY>0.045</beamSigmaY>
156+
<beamPositionZ>-1.1</beamPositionZ>
157+
<maxElectronP>7.0</maxElectronP>
158+
<maxVertexP>7.0</maxVertexP>
159+
<minVertexChisqProb>0.0</minVertexChisqProb>
160+
<maxVertexClusterDt>40.0</maxVertexClusterDt>
161+
<maxMatchDt>40</maxMatchDt>
162+
<trackClusterTimeOffset>40</trackClusterTimeOffset>
163+
<useCorrectedClusterPositionsForMatching>false</useCorrectedClusterPositionsForMatching>
164+
<applyClusterCorrections>true</applyClusterCorrections>
165+
<useTrackPositionForClusterCorrection>true</useTrackPositionForClusterCorrection>
166+
<debug>false</debug>
167+
<isMC>true</isMC>
168+
<makeMollerCols>true</makeMollerCols>
169+
<unconstrainedMollerCandidatesColName>UnconstrainedMollerCandidates_KF</unconstrainedMollerCandidatesColName>
170+
<unconstrainedMollerVerticesColName>UnconstrainedMollerVertices_KF</unconstrainedMollerVerticesColName>
171+
<beamConMollerCandidatesColName>BeamspotConstrainedMollerCandidates_KF</beamConMollerCandidatesColName>
172+
<beamConMollerVerticesColName>BeamspotConstrainedMollerVertices_KF</beamConMollerVerticesColName>
173+
<targetConMollerCandidatesColName>TargetConstrainedMollerCandidates_KF</targetConMollerCandidatesColName>
174+
<targetConMollerVerticesColName>TargetConstrainedMollerVertices_KF</targetConMollerVerticesColName>
175+
</driver>
176+
<driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
177+
<outputFilePath>${outputFile}.slcio</outputFilePath>
178+
</driver>
179+
<driver name="CleanupDriver" type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver"/>
180+
181+
</drivers>
182+
</lcsim>
183+

0 commit comments

Comments
 (0)