Skip to content

Commit

Permalink
Add SC timewalk correction to SConscript.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdobbs committed Dec 9, 2015
1 parent fb8b3d8 commit d1d3e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/Calibration/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import sbms
Import('*')

# update this when plugins are added
subdirs = ['BCAL_attenlength_gainratio','BCAL_gainmatrix','BCAL_TDC_Timing','HLDetectorTiming','TAGH_timewalk','CDC_TimeToDistance','PS_timing','PSC_TW','PS_E_calib']
subdirs = ['BCAL_attenlength_gainratio','BCAL_gainmatrix','BCAL_TDC_Timing','HLDetectorTiming','TAGH_timewalk','CDC_TimeToDistance','PS_timing','PSC_TW','PS_E_calib','st_tw_corr_auto']
SConscript(dirs=subdirs, exports='env osname', duplicate=0)

0 comments on commit d1d3e79

Please sign in to comment.