Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Jun 27, 2017
  2. Jun 26, 2017
  3. Jun 25, 2017
    • Aaron Foley Webb's avatar
      Updated references to run 326695 · b0c8702e
      Aaron Foley Webb authored
      Former-commit-id: 319c1845bbafd3cdd44ca542a2a86bbf4ff3bd91
      b0c8702e
    • John Chapman's avatar
      Add package name to include guards · e6b1c466
      John Chapman authored
      Former-commit-id: 7920bf58
      e6b1c466
    • John Chapman's avatar
      ISF_FastCaloSimEvent: Fix duplicate root dictionary entries. · 7d2eb5ac
      John Chapman authored
      Do not request root dictionaries from individual header files; otherwise,
      one can get duplicates if the header is read in multiple packages.
      Put requests in LinkDef.h files. Based on MR !2712 for master branch.
      
      
      Former-commit-id: a26d402c7dd9a1cb9f3834c065506dbaa67969f3
      7d2eb5ac
    • John Chapman's avatar
      Update AthSimulation version to match Athena version · 26c3bcb6
      John Chapman authored
      Former-commit-id: f30acdb5
      26c3bcb6
    • John Chapman's avatar
      Update to atlasexternals tag 1.0.17 · a5142416
      John Chapman authored
      atlas/atlasexternals@1.0.15...1.0.17
      Complete list of updates between 1.0.15 and 1.0.16
        - Synchronised Eigen to build the same version (3.2.9) that's in LCG_88;
        - Included various CMake updates in AtlasLCG;
        - Added the PyAnalysis package, to provide NumPy for AnalysisBase;
        - Added DMTCP to the AthDerivation externals (to keep AthenaMP functional once the 21.0 updates get merged in);
        - Added BAT to the available externals, to be used by AnalysisBaseExternals. (AnalysisTop most of all.)
      Complete list of updates between 1.0.16 and 1.0.17
        - Made the BAT build not rely on RooStats. To make it a bit easier to use against custom-built ROOT versions.
        - Updated the way status messages are printed while the `atlas_project` function reads in the configuration of all packages. To make the printouts in a partial build less overwhelming.
        - Updated the ROOT build to use its built-in GSL version.
        - Updated AthAnalysisExternals and AthSimulationExternals not to build code in a multi-threaded way. ATLASSIM-3358
      
      Former-commit-id: e729138815bdcdf96837eb3c1e8d17be5aeab29c
      a5142416
  4. Jun 24, 2017
  5. Jun 23, 2017
    • Tim Martin's avatar
      Merge branch 'ftkStreamAODfix21.0-TrigMC' into '21.0-TrigMC' · 154ca9f7
      Tim Martin authored and John Baines's avatar John Baines committed
      Fix missing FTK collections in AOD - remove condition on rec.doFTK for adding FTK collections to StreamAOD
      
      See merge request !2836
      
      Former-commit-id: 75437429e11e52b6d4aa94d84b94ebe7a673e74d
      154ca9f7
    • Hass AbouZeid's avatar
      Merge branch '21.0-WebDisplayConfig' into '21.0' · 49364e31
      Hass AbouZeid authored
      Minor modification of WebDisplay LArMonitoring configurations.
      
      See merge request !2669
      
      Former-commit-id: 768c6e56cc913e01646c5320ff3a8c0d2ebf5704
      49364e31
    • Hass AbouZeid's avatar
      Merge branch 'cherry-pick-5520b972' into '21.0' · f8177732
      Hass AbouZeid authored
      Merge branch 'remove-dangerous-DropFeaturelesTerminal' into '21.1' - CP to 21.0
      
      See merge request !2844
      
      Former-commit-id: d41eceabf8fc652edd71b1376b5d06c8bd26227d
      f8177732
    • Hass AbouZeid's avatar
      Merge branch 'cherry-pick-a6365e85' into '21.0' · 510f1f52
      Hass AbouZeid authored
      Merge branch 'FixGSCMemLink' into '21.1' --> 21.0
      
      See merge request !2853
      
      Former-commit-id: e6989015a3b70aae5122538fd9b0f658302a254d
      510f1f52
    • Hass AbouZeid's avatar
      Update version.txt · 09b61d6f
      Hass AbouZeid authored
      Former-commit-id: b7dc647cbe39870b357a66ae6e136f51f3c5a763
      09b61d6f
    • gerbaudo's avatar
      add DAQ_ROB_Hdw_vs_CTP_Hdw_Events comparison · 51b00392
      gerbaudo authored
      Details:
      this is an additional monitoring that we need while the ROIB readout
      is scrambled. It compares the trigger bits from L1Topo with the ones
      at the CTP input. The L1Topo bits are OR'ed with the overflow bits, in
      the same way as already done for the ROIB bits in the histogram
      `CTP_Hdw_vs_L1Topo_Hdw_Events`.
      
      Former-commit-id: 55a6854ec52087bf408342b8a8b0a89c5d292e86
      51b00392
    • gerbaudo's avatar
      bugfix: use prescalForDAQROBAccess · 213bfddb
      gerbaudo authored
      Details ROB RDO are read out with a prescale to avoid straining the ROS
      
      
      Former-commit-id: 4eba254ba436fecf53104d0ecb6639d5b2510f59
      213bfddb
    • gerbaudo's avatar
      fix order hdw-sim comparison for DAQ hits · 6bfa7eb3
      gerbaudo authored
      Details:
      The histograms for the hdw-sim comparison using hdw bits from the DAQ
      readout were being filled before `doSimMon`, that is before the
      simulated bits were filled.
      Move the filling of these histograms to a separate function `doSimDaq`
      that is called after `doSimMon`.
      
      Former-commit-id: cf7169f7b4e5638baffbec4ddb97e2fb643656dd
      6bfa7eb3
    • gerbaudo's avatar
      Fill the sim/hdw/simNotHdw/hdwNotSim counters for hdw bits from Daq Rob · 8de8e523
      gerbaudo authored
      Details:
      This will allow us to make the hdw-sim comparison plots also for the
      bits sent over the DAQ ROB.
      
      Note that for the simulation histogram the entries will not be the
      same as for the ROIB existing histo (prescaled filling).
      
      
      Former-commit-id: 65af4865c787e721b50bb686bfe7515103618dc9
      8de8e523
    • gerbaudo's avatar
      L1Topo: add comparison of DAQ TOBs vs. ROI TOBs · 6f6ad891
      gerbaudo authored
      Details:
      This comparison helps detect events in which there is a mismatch
      between the readout of the L1Topo CTP bits in the main "DAQ" (ROS)
      readout which also has the inputs TOBs and the smaller fragment we
      send to the RoIB which just contains the CTP bits.
      
      The comparison of all the words is non-trivial, because of different
      ordering and zero suppression (that is, some TOBs could be missing
      from the DAQ output). So what is being done here is that I compare
      only the 128 decision bits (the overflow bitset is also computed, but
      not being compared for now).
      
      This is done by taking the L1Topo TOBs for BC0 from the DAQ ROB, which
      are available in `daqTobsBC0`, and map them on a bitset[128] in the
      same way being done for `m_triggerBits`, which already contains the
      trigger bits from the ROI TOBs.
      
      This code has been tested with RAW files from 2016 (run 311071, in
      which the readout was working properly) and RAW files from 2017 (run
      324320, for which @landon reported mismatches).
      
      
      Former-commit-id: 6d4590e9eb41590955822774928e5da159087a67
      6f6ad891
    • Hass AbouZeid's avatar
      Merge branch 'cherry-pick-e6bf6f48' into '21.0' · d38aea7f
      Hass AbouZeid authored
      Merge branch 'bitwise-changes' into '21.1'
      
      See merge request !2831
      
      Former-commit-id: 0f2a85bc77e0ebbe484ce2c5c0b2c1d698f5d6cf
      d38aea7f
    • Hass AbouZeid's avatar
      Merge branch '21.0-InDetTrackHoleSearchTool-SCT' into '21.0' · 90293dd3
      Hass AbouZeid authored
      Use of InDetFlags.checkDeadElementsOnTrack() to configure InDetTrackHoleSeachTool
      
      See merge request !2867
      
      Former-commit-id: 32152067ea23db8db313350e7f6eaa6b8f5de1c1
      90293dd3
    • Susumu Oda's avatar
      Use of InDetFlags.checkDeadElementsOnTrack() to configure InDetTrackHoleSeachTool · ebc474e8
      Susumu Oda authored
      Former-commit-id: 7ad3b85d8dad98ed76ecb724ea5a6b4235cd9de4
      ebc474e8
    • Hass AbouZeid's avatar
      Merge branch 'update_21.0_1498137492' into '21.0' · 9a1aa02f
      Hass AbouZeid authored
      Syncing packages from 21.1-dev to 21.0
      
      See merge request !2860
      
      Former-commit-id: 77a3d2e851aa2ad1c07dfc1cc47284d69de745a2
      9a1aa02f
    • Hass AbouZeid's avatar
      Merge branch 'cherry-pick-32bb8e90-2' into '21.0' · efa45f1a
      Hass AbouZeid authored
      Merge branch 'test_conditions' into '21.1' --- CP to 21.0
      
      See merge request !2858
      
      Former-commit-id: d73ad25ec2490ec5f504b3bb62493064ff8b6fed
      efa45f1a
    • Olga Igonkina's avatar
      Merge branch 'ATN-Updates26May' into '21.1' · 78623f82
      Olga Igonkina authored and Tim Martin's avatar Tim Martin committed
      Updates to RTT and ATN, fixes ATR-16416, follows from !2093
      
      See merge request !2232
      
      Former-commit-id: 0a55f74dcd377b941029c038ef763b373ab4d2e1
      78623f82
Loading