JeffersonLab / hcana

Hall C++ Analyzer
7 stars 118 forks source link

HitList warnings not suppressed #409

Closed whit2333 closed 5 years ago

whit2333 commented 5 years ago

I am getting a bunch of warnings of the type:

HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 12)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 13)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 17)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 24)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 23)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 26)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 16)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 27)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 18)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 19)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 70)
HitList(event=350): refindex 4 (3, 2, 127) missing for (3, 2, 73)

I chased this down as being part of the "present" mechanism for some detector variables. Is anybody else seeing this?

MarkKJones commented 5 years ago

I am not sure exactly what you are replaying and with what setup . Probably need to change the HMS MAP file in the replay script to hms_stack_comm18.map if you are looking at last year's data.

whit2333 commented 5 years ago

Thanks Mark!