Skip to content

Commit

Permalink
typo fixed when calling singleTubeRes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Torres Valladares committed Feb 5, 2024
1 parent f246b90 commit f1fce67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StRoot/StBTofCalibMaker/StBTofCalibMaker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2845,7 +2845,7 @@ float StBTofCalibMaker::tofCellResolution(const Int_t itray, const Int_t iModule

float start_resolution = 0.0;
if (mUseVpdStart)
start_resolution = mVpdResConfig->singleTGubeRes(mVPDHitPatternEast, mVPDHitPatternWest)/1000.;
start_resolution = mVpdResConfig->singleTubeRes(mVPDHitPatternEast, mVPDHitPatternWest)/1000.;
else
start_resolution = mBTofRes->average_timeres_tof()/sqrt(mNTzero)/1000.;
resolution = sqrt(stop_resolution*stop_resolution + start_resolution*start_resolution);
Expand Down

0 comments on commit f1fce67

Please sign in to comment.