Skip to content
Snippets Groups Projects
  1. May 27, 2019
  2. May 26, 2019
  3. May 25, 2019
  4. May 24, 2019
    • scott snyder's avatar
      TBEventAthenaPool: SGTools->AthenaKernel · a2cedcfc
      scott snyder authored
      Adjust for headers moved from SGTools to AthenaKernel.
      a2cedcfc
    • scott snyder's avatar
      McEventSelector: SGTools->AthenaKernel · f09faafd
      scott snyder authored
      Adjust for headers moved from SGTools to AthenaKernel.
      f09faafd
    • scott snyder's avatar
      McAsciiEventSelector: SGTools->AthenaKernel. · cb552456
      scott snyder authored
      Adjust for headers moved from SGTools to AthenaKernel.
      cb552456
    • scott snyder's avatar
      IdDictDetDescrCnv: SGTools->AthenaKernel · 67d15f0c
      scott snyder authored
      Adjust for headers moved from SGTools to AthenaKernel.
      Also remove unneeded references to CxxUtils.
      67d15f0c
    • scott snyder's avatar
      AthenaPoolCnvSvc: SGTools->AthenaKernel · fb2feecc
      scott snyder authored
      Adjust for headers moved from SGTools to AthenaKernel.
      fb2feecc
    • scott snyder's avatar
      LArRecUtils: Avoid TLS lookup of EventContext. · 170c23d0
      scott snyder authored
      Avoid looking up EventContext in TLS when it's already available
      as a function argument.
      170c23d0
    • Siarhei Harkusha's avatar
      Ignore known wrong BCID in particular Tile DMU · 031b4687
      Siarhei Harkusha authored
      BCIDs from all Tile DMUs in one module are compared with one
      from the 2nd DMU in the same module and if they are different
      then channels from the corresponding DMUs are masked on the fly.
      But if the 2nd DMU has bad BCID itself then whole module is masked on the fly.
      But in the case when it is known that particular Tile DMU has wrong BCID
      it is not very good.
      
      To avoid masking channels (in the worst case whole module) when it is known
      that the corresponding Tile DMU has wrong BCID possiblity to ignore
      this known wrong BCID by putting special flag into DB has been added.
      
      New Tile channel status OnlineWrongBCID and WrongBCID have been added
      to mark channels from Tile DMU which is known to have wrong BCID in the DB.
      They are differnt for possiblity to change known wrong BCID in offline
      if it is needed.
      
      Initialization of Tile DQ status has been modified accordingly
      to ignore known wrong Tile BCID.
      
      Reference files for unit tests have been updated.
      031b4687
    • Sanya Solodkov's avatar
      Two additional variables - TDC and QDC timeout (coming from laser fragment in... · 70220c5e
      Sanya Solodkov authored
      Two additional variables - TDC and QDC timeout (coming from laser fragment in bytestream) were added to h2000
      
      Also, cosmetic changes in ReadBchFromCool.py and ReadCalibFromCool.py - printing IOV together with comments string
      70220c5e
Loading