Skip to content

release v1.9

Compare
Choose a tag to compare
@gavalian gavalian released this 17 Jan 16:24
· 192 commits to master since this release

Changes:

  • Implemented de-noising for drift chambers. Runs multi-threaded, processes file, and replaces the DC::tdc bank with a new one with the same number of entries, but the noise hits are marked with order=10, leaving signal hits with order=0
  • Implemented record (class hipo::dataframe) for fast record building for online usage, in this version of records there is no event index array (according to specifications), the events have to be parsed one by one in sequence. This class will be used in ET ring when converting EVIO to HIPO
  • implanted simple data decoder for applying translation tables to raw data entries (currently works for TDCs, and the DC is the only implemented translation), to be used online for decoding the raw information into detector data.