star-bnl / star-sw

Core software for STAR experiment
26 stars 63 forks source link

Vpd start mode integrated #645

Closed DanielTorres98 closed 1 month ago

DanielTorres98 commented 2 months ago

Description

StBTofCalibMaker::tofCellResolution function can now use VPD start resolution if UseVpdStart is set to TRUE. Additionally, singleTubeRes was fixed to compute the VPD resolution correctly based on which tubes were used.

fgeurts commented 2 months ago

Please check error in compilation:

'class StVpdSimConfig' has no member named 'singleTGubeRes' 204.2 start_resolution = mVpdResConfig->singleTGubeRes(mVPDHitPatternEast, mVPDHitPatternWest)/1000.;

Morning-Ye commented 2 months ago

looks good to me

fgeurts commented 2 months ago

Thanks for addressing my earlier comment.

fgeurts commented 2 months ago

You need to update the branch which appears to be out-of-date with the base branch