ara-software / AraRoot

ARA data access framework
2 stars 7 forks source link

realEvent->getNumRFChannels() is 20. Should be 16 #9

Open toej93 opened 5 years ago

toej93 commented 5 years ago

printf("NumCh is %d \n", realEvent->getNumRFChannels());

20

clark2668 commented 5 years ago

This is a problem in the AraQualCuts.cxx function hasOffsetBlocks, which was only tuned for the 16 deep channels.

toej93 commented 5 years ago

Thanks for the clarification, Brian.