TRD fixed charge trklt PID fix#9373
Conversation
|
I am going in a bit more detail through the TRD raw data handling. Starting here with the Sim->Raw conversion and will next more through the raw data reader. Comments are of course very welcome. |
|
@martenole 2 weeks and all that code is yours ;-) |
|
Hi @bazinski and @tdietel
|
| HalfCRUHeader halfcruheader; | ||
| //now write the cruheader at the head of all the data for this halfcru. | ||
| buildHalfCRUHeader(halfcruheader, triggerrecord.getBCData().bc, halfcru); | ||
| buildHalfCRUHeader(halfcruheader, ir.bc, halfcru); |
There was a problem hiding this comment.
@bazinski here I am using the shifted trigger time
There was a problem hiding this comment.
ah cool, I could not find it ;-)
|
Hi @TimoWilken Could you please have a look? |
|
similar issue on alinsure for fullCI |
|
@martenole sorry about that, working on it! |
|
No problem, thanks a lot Timo |
bazinski
left a comment
There was a problem hiding this comment.
Wow a lot of old junk in there :-)
|
@martenole : just checing this locally in FST. Should we merge it for tomorrow's software, or wait? |
|
Hi @davidrohr , thanks a lot. Actually, yes, if your tests turn out OK it would be nice to have this merged before tomorrow. The only change for the raw data decoding is the different and hopefully now correct interpretation of PID values for the tracklets. |
This works for the FST. I am also processing raw data at the moment, but it is very slow. Will report here when I get the results from the actual data.
Dynamic charge range still needs some work so that it can be handled properly.