Skip to content
Snippets Groups Projects
Select Git revision
  • 21.2-add-generic-jet-calib-factor
  • master default
  • 21.2-jet-reco-by-vertex
  • Update
  • CodeCleanup
  • JVTThinning
  • UpdateForFinalProduction
  • 22-fix-tcc-matching
  • 21.2-fix-tcc-matching
  • 22-fix-JMS-FPE
  • 21.2-fix-JMS-FPE
  • 21.2-suppress-negative-mass-jet-unc
  • 21.2-adjust-jetunc-accessors
  • 21.2-add-truth-labels-to-JMS-uncertainties
  • 21.2-fix-jetunc-high-pt-check
  • 21.2-add-jet-unc-prefix-switch
  • 21.2-add-mass-param-to-jet-unc
  • 21.2-add-mass-def-to-jet-unc
  • 21.2-support-topology-uncertainty
  • 21.2-jer-unc-updates
  • cherry-pick-46f2107fdf-21.9
  • nightly/master/2019-04-16T2148
  • nightly/master/2019-04-16T2155
  • nightly/master/2019-04-16T2135
  • nightly/21.2/2019-04-17T0017
  • nightly/21.2/2019-04-17T0321
  • nightly/21.2/2019-04-17T0331
  • nightly/21.2/2019-04-17T0343
  • nightly/21.3/2019-04-16T2150
  • nightly/master/2019-04-16T1956
  • nightly/21.9/2019-04-16T2149
  • nightly/21.0/2019-04-16T1949
  • nightly/21.0/2019-04-16T2121
  • nightly/21.0/2019-04-16T2158
  • nightly/21.0/2019-04-16T2249
  • nightly/21.2/2019-04-16T0017
  • nightly/21.2/2019-04-16T0321
  • nightly/21.2/2019-04-16T0331
  • nightly/21.2/2019-04-16T0343
  • nightly/master/2019-04-15T2141
  • nightly/master/2019-04-15T2156
41 results

Projects

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Forked from atlas / athena
    Source project has a limited visibility.
    Vakho Tsulaia's avatar
    Vakhtang Tsulaia authored
    In order to support multiple copies of metadata objects in flight in AthenaMT
    (required for running over more than one input file), such metadata objects
    need to be stored into MetaCont - a container for objects of the same time
    indexed by SID (file name).
    
    This commit introduces a mechanism inside IOVDbMetaDataTool, which gets triggered
    at BeginInputFile incident, and which stores IOVMetaDataContainer objects read
    from each input file into MetaCont<IOVMetaDataContainer>, which is accessible
    to clients in the MetaDataStore via ReadMetaHandle-s.
    
    The changes affect several files:
    
    * CondAttrListCollection.h
    
    Introduced new overloaded version of the dump() which allows printing the contents
    of CondAttrListCollection to MsgStream. This is mostly for debugging purpose.
    
    * MetaCont.h
    
    The interface was simplified by dropping several methods, that have no clients.
    These mathods can be reintroduced later, if necessary.
    
    * MetaHandleKey(.h,.icc)
    
    The code was updated by analogy with the current implementation of CondHandleKey
    
    * ReadMetaHandle.h
    
    Dropped the inheritance from VarHandleBase, and fixed the implementation of the constructor.
    
    * ReadMetaHandleKey.h
    
    Introduced new constructor.
    
    * IOVMetaDataContainer(.h,.cxx)
    
    Simplified the merge() method and introduced new dump() method
    
    * IOVPayloadContainer(.h,.cxx)
    
    Introduced copy constructor and assignment operator
    
    * IOVDbMetaDataTool(.h,.cxx)
    
    Introduced two new methods fillMetaCont(), which adds IOVMetaDataContainer to MetaCont-s,
    and dumpMetaConts()
    4daa8704
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..