Skip to content

Commit

Permalink
adding run info
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Dec 18, 2023
1 parent 8be794c commit caf47f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltax/match/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def plot_wf(ind, st_salt, st_simu, st_data, runid, matched_simu,
ax1.axvspan(matched_simu_s1_timerange_i[0],matched_simu_s1_timerange_i[1], color='tab:blue', alpha=0.1, label='Simu S1 Range')
ax1.axvspan(matched_simu_s2_timerange_i[0],matched_simu_s2_timerange_i[1], color='tab:orange', alpha=0.1, label='Simu S2 Range')
ax1.legend()
ax1.set_title("Event %s: Simu CS1=%sPE, Simu CS2=%sPE"%(ind,
ax1.set_title("Run %s Event %s: Simu CS1=%sPE, Simu CS2=%sPE"%(runid, ind,
int(10*matched_simu['cs1'][ind])/10,
int(10*matched_simu['cs2'][ind])/10))

Expand Down

0 comments on commit caf47f5

Please sign in to comment.