Skip to content
Snippets Groups Projects
Commit 3ae68780 authored by Fred Luehring's avatar Fred Luehring Committed by Graeme Stewart
Browse files

Minor typo fix to tool declaration in src/component now tagged as...

Minor typo fix to tool declaration in src/component now tagged as TRT_ToT_Tools-01-00-04. (TRT_ToT_Tools-01-00-04)
parent 16dc0f79
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ double TRT_ToT_dEdx::predictdEdx(const double pTrk, Trk::ParticleHypothesis hypo
return Dedxcorrection::para_dEdx_p1/std::pow( sqrt( (betaGamma*betaGamma)/(1.+(betaGamma*betaGamma)) ), Dedxcorrection::para_dEdx_p4) *
(Dedxcorrection::para_dEdx_p2 - std::pow( sqrt( (betaGamma*betaGamma)/(1.+(betaGamma*betaGamma)) ), Dedxcorrection::para_dEdx_p4 ) - log(Dedxcorrection::para_dEdx_p3+1./( std::pow( betaGamma, Dedxcorrection::para_dEdx_p5) ) ) );
}
return 0;
//return 0;
}
double TRT_ToT_dEdx::mass(const double pTrk, double dEdx )const{
......@@ -391,7 +391,7 @@ double TRT_ToT_dEdx::fitFuncBarrel_corrRZ(double driftRadius,double zPosition, i
return fitFuncBarrelShort_corrRZ(driftRadius,zPosition, StrawLayer,data);
else
return fitFuncBarrelLong_corrRZ(driftRadius,zPosition,Layer, StrawLayer,data);
return 0;
//return 0;
}
......
......@@ -3,6 +3,6 @@
#include "TRT_ToT_Tools/TRT_ToT_dEdx.h"
DECLARE_TOOL_FACTORY( TRT_ToT_dEdx )
DECLARE_FACTORY_ENTRIES( PhotonAnalysisUtils ) {
DECLARE_FACTORY_ENTRIES( TRT_ToT_Tools ) {
DECLARE_TOOL( TRT_ToT_dEdx )
}
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