Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
fix bankdef helicity comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Mar 2, 2020
1 parent a1b2451 commit 842e5e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/bankdefs/hipo4/event.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
{"name":"liveTime", "type":"D", "info":"Lifetime"},
{"name":"startTime", "type":"F", "info":"Event Start Time (ns)"},
{"name":"RFTime", "type":"F", "info":"RF Time (ns)"},
{"name":"helicity", "type":"B", "info":"Helicity of Event (0 or 1, else undefined), with HWP-correction"},
{"name":"helicityRaw","type":"B", "info":"Helicity of Event (0 or 1, else undefined)"},
{"name":"helicity", "type":"B", "info":"Helicity of Event (+/-1, else undefined), with HWP-correction"},
{"name":"helicityRaw","type":"B", "info":"Helicity of Event (+/-1, else undefined)"},
{"name":"procTime", "type":"F", "info":"Event Processing Time (UNIX Time = seconds)"}
]
},
Expand Down Expand Up @@ -192,8 +192,8 @@
{"name":"liveTime", "type":"D", "info":"Lifetime"},
{"name":"startTime", "type":"F", "info":"Event Start Time (ns)"},
{"name":"RFTime", "type":"F", "info":"RF Time (ns)"},
{"name":"helicity", "type":"B", "info":"Helicity of Event (0 or 1, else undefined), with HWP-correction"},
{"name":"helicityRaw","type":"B", "info":"Helicity of Event (0 or 1, else undefined)"},
{"name":"helicity", "type":"B", "info":"Helicity of Event (+/-1, else undefined), with HWP-correction"},
{"name":"helicityRaw","type":"B", "info":"Helicity of Event (+/-1, else undefined)"},
{"name":"procTime", "type":"F", "info":"Event Processing Time (UNIX Time = seconds)"}
]
},
Expand Down

0 comments on commit 842e5e0

Please sign in to comment.