alcap-org / AlcapDAQ

Alcap DAQ
alcap-org.github.io
8 stars 0 forks source link

Added Sync detector name #276

Closed quiksilv closed 8 years ago

quiksilv commented 8 years ago

There were two identical detector names? TSync and Sync, probably the same but I distinguished them in the IdChannel class. Closest elog I could find to describe this was https://muon.npl.washington.edu/elog/mu2e/R2015b/275 where it says we mixed the muScV with sync pulse (Ch 1 (0-7) of DT5730)

Without this change, rootana doesn't work for run09303.

AndrewEdmonds11 commented 8 years ago

Good catch, Mark! The channels are actually different: TSync is the sync pulse going into the TDC and Sync is the pulse itself going into a digitiser. I obviously missed adding Sync to IdChannel and it wasn't a problem for the run I tested.

Also, it's worth noting that in the original wiremap there were channels marked ScVe+Sync, which I changed to just ScVe. We'll just have to bear in mind that there were sync pulses going into some channels but we kind of already knew that. See my notes in elog:20 for more details.

Feel free to merge and close :)