iLCSoft / ILDConfig

Package for iLCSoft configuration files related to the ILD detector simulation
GNU General Public License v3.0
3 stars 23 forks source link

dEdX parameter updates: impact on PID #55

Closed rete closed 6 years ago

rete commented 6 years ago

Following the recent updates on dEdX parameters from @MasakazuKurata in the Compute_dEdXProcessor config #53 , I wonder if the parameters provided in the PIDLikelihoodProcessor :

<parameter name="dEdxParameter_electron" type="FloatVec">
     -2.40638e-03 7.10337e-01 2.87718e-01 -1.71591e+00 0.0
</parameter>
<parameter name="dEdxParameter_muon" type="FloatVec">
      8.11408e-02 9.92207e-01 7.58509e+05 -1.70167e-01 4.63670e-04
</parameter>
<parameter name="dEdxParameter_pion" type="FloatVec">
      8.10756e-02 -1.45051e+06 -3.09843e+04 2.84056e-01 3.38131e-04
</parameter>
<parameter name="dEdxParameter_kaon" type="FloatVec">
      7.96117e-02 4.13335e+03 1.13577e+06 1.80555e-01 -3.15083e-04
</parameter>
<parameter name="dEdxParameter_proton" type="FloatVec">
      7.78772e-02 4.49300e+04 9.13778e+04 1.50088e-01 -6.64184e-04
</parameter>

<!--dE/dx normalization-->
<parameter name="dEdxNormalization" type="float"> 1.350e-7 </parameter>

<!--dE/dx error factor-->
<parameter name="dEdxErrorFactor" type="float"> 7.55 </parameter>

from the HLR config are still correct ?

rete commented 6 years ago

@MasakazuKurata Can you check this please ?

MasakazuKurata commented 6 years ago

Dear Remi Parameters are OK for v01-19-05 But plese wait for activating smearing because I found a bug. I will fix parameters and bug. Thanks Masakazu Kurata

rete commented 6 years ago

Code and config merged via pull request #53, #63 and iLCSoft/MarlinReco#42. Next step is to reproduce results by using samples from (incoming) 3rd test MC production.

rete commented 6 years ago

Closing as superseded by #75