Skip to content

Commit

Permalink
Merge pull request #1011 from JeffersonLab/iss1010
Browse files Browse the repository at this point in the history
fix 2019 MC reconstruction file
  • Loading branch information
andrea-celentano authored Sep 19, 2023
2 parents 0daf0db + 187d98f commit adb4d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
<maxVertexP>7.0</maxVertexP>
<requireClustersForV0>false</requireClustersForV0>
<applyClusterCorrections>false</applyClusterCorrections>
<isMC>true</isMC>
</driver>
<driver name="ReconParticleDriver_Kalman" type="org.hps.recon.particle.HpsReconParticleDriver" >
<ecalClusterCollectionName>EcalClustersCorr</ecalClusterCollectionName>
Expand Down Expand Up @@ -206,6 +207,7 @@
<maxVertexP>7.0</maxVertexP>
<requireClustersForV0>false</requireClustersForV0>
<applyClusterCorrections>true</applyClusterCorrections>
<isMC>true</isMC>
</driver>
<driver name="GBLRefitterDriver" type="org.hps.recon.tracking.gbl.GBLRefitterDriver"/>
<driver name="KalmanPatRecDriver" type="org.hps.recon.tracking.kalman.KalmanPatRecDriver">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
<requireClustersForV0>false</requireClustersForV0>
<applyClusterCorrections>false</applyClusterCorrections>
<disablePID>true</disablePID>
<isMC>true</isMC>
</driver>


Expand All @@ -263,6 +264,7 @@
<requireClustersForV0>false</requireClustersForV0>
<applyClusterCorrections>true</applyClusterCorrections>
<disablePID>true</disablePID>
<isMC>true</isMC>
</driver>


Expand Down

0 comments on commit adb4d90

Please sign in to comment.