Skip to content
Snippets Groups Projects
  1. May 22, 2019
    • Vakhtang Tsulaia's avatar
      First step towards decoupling LArHV from the access to DCS conditions data in reco jobs · 8e9dfdab
      Vakhtang Tsulaia authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Modified EMBHVElectrode::hvLineNo() such that its reco clients now need to pass to it a pointer
      to a LArHVIdMapping condition object, which provides mapping from electrodes to HV lines.
      
      Migrated two clients of EMBHVElectrode - LArHVCondAlg and LArHVPathologyDbCondAlg - to the
      new interface.
      
      The AthSimulaton project was protected from the addition of new dependency on LArRecConditions
      package, which hosts the LArHVIdMapping class, by leveraging the SIMULATIONBASE preprocessor statement
      8e9dfdab
  2. May 20, 2019
    • Scott Snyder's avatar
      TileConditions: Clean up TileInfoLader. · 06e87471
      Scott Snyder authored and Adam Edward Barton's avatar Adam Edward Barton committed
      TileInfoLoader was playing games with the memory management of the TileInfo
      object, removing it from the detector store at the end of a run and
      adding it again at the start of a run.  None of this is needed, so clean
      this up.  Also, TileInfo need not derive from DataObject and should get the
      clid assigned properly with CLASS_DEF.
      06e87471
    • Siarhei Harkusha's avatar
      TileConditions: Check thread safety in Tile cabling · bab76072
      Siarhei Harkusha authored
      Thread safety check has been added to TileCablingSvc
      and TileCablingService and fixed several issues found by checker.
      bab76072
  3. May 17, 2019
  4. May 16, 2019
  5. May 15, 2019
  6. May 14, 2019
    • Siarhei Harkusha's avatar
      TileByteStream: Clean up Tile ROD decoder · 44015e1d
      Siarhei Harkusha authored
      Tile ROD decoder has been cleaned up
      from commented code and unused properties.
      Additional properties have been added to set up
      amplitude and time thresholds for parabolic amplitude correction.
      Time thresholds have been set up to +/- 12.5ns by default (half bunch spacing).
      All properties have been moved into hader file.
      44015e1d
  7. May 13, 2019
  8. May 11, 2019
  9. May 09, 2019
  10. May 08, 2019
  11. May 07, 2019
  12. May 03, 2019
    • TJ Khoo's avatar
      Implementing a ComponentAccumulator-based PFlow reconstruction config · add25c84
      TJ Khoo authored
      with an eye to HLT implementation
      
      Allow disabling of some dependencies
      
      Filling in missing parts of TopoCluster config
      
      Make public LArHV tools private
      
      Config module for LArHVScaleCorr
      
      Expanding topocluster config with HV scale config
      
      Attempt to extend PF config in directions usable at HLT
      
      Readd calocluster building
      
      Fix topocluster flag names
      
      Slimming down PFHLTConfig.TrackingGeoCfg
      
      Ugly fix for tile conditions pending better one from Walter
      
      Fix import bugs for LArHVScaleConfig on MC, without actually making it work fully
      
      Permit switching off most PFO moments
      
      Remove inexplicably duplicated code in CaloCalTopoClusterConfig and fix for running on MC
      
      Add ID and muon geo needed to get this running
      
      Changes to make this run on MC, and produce new/old PFOs
      
      one space indent
      
      Remove redundant property declaration
      
      Correction to CaloNoiseTool usage
      
      Updating copyright years
      
      Switching from CaloNoiseTool to CaloNoiseCondAlg
      
      Adapting to CA changes
      
      Update PF usage of B-field, extrapolators, other conditions
      
      Make sure CondInputLoader runs before LArCabling alg
      
      Supply class name for PileUpNoiseLumi
      add25c84
  13. May 02, 2019
  14. Apr 30, 2019
  15. Apr 29, 2019
    • Siarhei Harkusha's avatar
      Introduce Tile RUN3 cabling · d08adf72
      Siarhei Harkusha authored
      Tile RUN3 cabling has been introduced.
      It is different from RUN2a cabling only by absence of E4' cells.
      To make it explicit that mostly the same RUN2 cabling functionality
      is used for RUN3 cabling also the corresponding interface has been
      renamed from RUN2 to RUN2+ (run2plus).
      d08adf72
  16. Apr 23, 2019
  17. Apr 17, 2019
  18. Apr 16, 2019
  19. Apr 15, 2019
  20. Apr 11, 2019
  21. Apr 10, 2019
  22. Apr 09, 2019
    • Siarhei Harkusha's avatar
      TileSimAlgs: Use private tool for Tile muon receiver · d1cb69cd
      Siarhei Harkusha authored
      TilePulseMuonReceiver has been migrated to use
      private tool for building Tile raw channels.
      
      JO has been adapted to use private tools
      for Tile muon receiver.
      
      Property of TilePulseMuonReceiver have been moved inside
      header file which has been moved in src directory.
      d1cb69cd
  23. Apr 08, 2019
  24. Apr 03, 2019
  25. Apr 01, 2019
  26. Mar 21, 2019
  27. Mar 20, 2019
    • Siarhei Harkusha's avatar
      TileMonitoring: Migrate monitoring Tile time with jets for Run 3 · 183ce2fa
      Siarhei Harkusha authored
      New TileJetMonitorAlgorithm algorithm has been added
      to monitor Tile time with jets for run 3.
      Functionality has just been copied from TileJetMonTool.
      
      New TileJetMonitorAlgorithm python module has been added
      to configure this algorithm in new JO style.
      
      New TileMonitoringCfgHelper module has been added
      with helper functions which may be usefull for configuring
      future Tile monitoring algorithm also.
      183ce2fa
  28. Mar 19, 2019
  29. Mar 18, 2019
    • Scott Snyder's avatar
      TileRawUtils: Fix gcc9 warnings. · a70e4864
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      a70e4864
    • Siarhei Harkusha's avatar
      Fix const correctness in Tile containers · f7044ca2
      Siarhei Harkusha authored
      Some methods of Tile containers, which allow modifying
      the contents of containers, violate the const correctness.
      
      Tile convertors have been migrated to use mutable Tile containers.
      Methods of Tile containers, which violate the const correctness
      have been removed.
      f7044ca2
  30. Mar 16, 2019
  31. Mar 14, 2019
Loading