Commits on Source (59)
-
5ffbee85
-
Rosen Matev authored
Add templated mergers See merge request !3665
cc90374c -
Gerhard Raven authored
HltTrackingCoder
6fbf5fca -
Gerhard Raven authored
- replace HltRawBankDecoderBase base class with a service and standalone utility funtions - update decoder classes accordingly - update the IIndexedANNSvc interface so that it can be used instead of the HltANNSvc to implement all int->string mappings. (as the interface is a 'versioned superset' of the HltANNSvc) - update encoder and decoder classes accordingly NOTE: this included the ExecutionsReportWriter! - replace use of non-thread-safe Error and Warning with MsgCounter
c5ffe180 -
Gerhard Raven authored
- and propagate it when merging/splitting buffers - and use it during packing/unpacking
0a350f22 -
Gerhard Raven authored6825cbe8
-
Gerhard Raven authored05940d21
-
Gerhard Raven authored
... and move code in HltDAQ into the DAQ namespace (instead of PackedData)
e52e3932 -
Gerhard Raven authored
- no longer use the 5 most significant bits of the source id. => As a result all source id encodings have slightly changed - DstData: move compression from the sourceID into the payload, add the encoding key used into the payload - HltDecReports add the encoding key to the payload - HltSelReports no changes to the payload
6f7fb3a8 -
Gerhard Raven authored13c91a7c
-
Gerhard Raven authored4a12ed9a
-
Gerhard Raven authored
* improve diagnostic if encoding table does not contain expected entry * support lookup by oid in GitANNSvc
8ed024f7 -
Gerhard Raven authoredd4f905b0
-
Gerhard Raven authored8795c1b6
-
Gerhard Raven authored
and pass file manifest explicilty instead of hijacking the HltANNSvc configurable as global state
b09edfd0 -
Gerhard Raven authored
o used for mapping TES locations to types -- but this mapping is not required at _runtime_, but during configuration time so no need to push this through the configurable corresponding to a service...
c494721c -
Gerhard Raven authored6363b6cc
-
Gerhard Raven authored
... instead, just create a single map of locationID -> buffer for that locationID. Update the unpackers to use the map as input and request the relevant buffer from it instead of looking for them directly on the TES. This eliminates the 'packed' locations and replaces all of them with a single TES location with a map in it.
7e5f63d3 -
Gerhard Raven authored58f9e23a
-
Gerhard Raven authored6f998a1c
-
Gerhard Raven authoredd164c656
-
Gerhard Raven authored61b197e5
-
e59e153f
-
patch generated by https://gitlab.cern.ch/lhcb/LHCb/-/jobs/22520194
9b0e84e2 -
Gerhard Raven authorede5abe989
-
Gerhard Raven authored78fa2afb
-
Gerhard Raven authored406c5d3a
-
Gerhard Raven authored67508fe6
-
Gerhard Raven authored61ff2c74
-
Gerhard Raven authored453921fb
-
Gerhard Raven authored192bf686
-
Gerhard Raven authored3755ab60
-
Gerhard Raven authoredbc94ba75
-
Gerhard Raven authoredb0430922
-
Gerhard Raven authoredb09cdcab
-
Gerhard Raven authored69c0fc56
-
Gerhard Raven authored954ec6cc
-
Gerhard Raven authored
- store entries with a filename derived from their key instead of a generic filename, and using the key to look them up - add support code to streamline downstream tests
7d3b44a4 -
Gerhard Raven authored41b5342b
-
Gerhard Raven authoredf0408760
-
Gerhard Raven authoredc13658a4
-
Gerhard Raven authored20e4f15a
-
Gerhard Raven authoredd70bf648
-
Gerhard Raven authoredc2a3e7b3
-
Gerhard Raven authored
- clone using ssh: instead of https: to make it easier to later push - specify list of (repo,tag) combinations instead of single tag and list of repo - replacey 'print' with 'log'
c0eccd7b -
Gerhard Raven authored649517f7
-
Gerhard Raven authored0f4c5c83
-
Gerhard Raven authorede9e5c5cd
-
Gerhard Raven authoredc3747cc4
-
Gerhard Raven authoredd0cc5f9d
-
Gerhard Raven authoredaa174151
-
Gerhard Raven authoredd8c34981
-
Gerhard Raven authored1a176e19
-
Gerhard Raven authoreda8d0b3cf
-
Gerhard Raven authored
Allow the use in Allen with minimal dependencies
bb404df8 -
Gerhard Raven authored760cf7ea
-
Gerhard Raven authored5545526d
-
Gerhard Raven authoredc6a2b403
-
Gerhard Raven authored
- this allows all git interaction to be done in a single batche - and allows configuring the GitANNSvc with overrules instead of writing to git
5ecf1349
Showing
- DAQ/DAQSys/python/DAQSys/Decoders.py 4 additions, 17 deletionsDAQ/DAQSys/python/DAQSys/Decoders.py
- Det/VPDet/tests/data/velo_motion_from_yaml_pyconf.ref 2 additions, 1 deletionDet/VPDet/tests/data/velo_motion_from_yaml_pyconf.ref
- Event/EventBase/include/Event/SOACollectionMerger.h 56 additions, 0 deletionsEvent/EventBase/include/Event/SOACollectionMerger.h
- Event/EventBase/include/Event/VectorOfObjectsMerger.h 52 additions, 0 deletionsEvent/EventBase/include/Event/VectorOfObjectsMerger.h
- Event/EventPacker/dict/PackedEventDict.h 0 additions, 1 deletionEvent/EventPacker/dict/PackedEventDict.h
- Event/EventPacker/include/Event/PackedData.h 1 addition, 28 deletionsEvent/EventPacker/include/Event/PackedData.h
- Event/EventPacker/include/Event/PackedDataBuffer.h 86 additions, 28 deletionsEvent/EventPacker/include/Event/PackedDataBuffer.h
- Event/EventPacker/src/component/Buffer1RelationUnpackerBaseAlg.h 0 additions, 182 deletions...ventPacker/src/component/Buffer1RelationUnpackerBaseAlg.h
- Event/EventPacker/src/component/BufferPackerBaseAlg.h 43 additions, 27 deletionsEvent/EventPacker/src/component/BufferPackerBaseAlg.h
- Event/EventPacker/src/component/BufferRelationPackerBaseAlg.h 33 additions, 17 deletions...t/EventPacker/src/component/BufferRelationPackerBaseAlg.h
- Event/EventPacker/src/component/BufferRelationUnpackerBaseAlg.h 140 additions, 25 deletions...EventPacker/src/component/BufferRelationUnpackerBaseAlg.h
- Event/EventPacker/src/component/BufferUnpackerBaseAlg.h 62 additions, 24 deletionsEvent/EventPacker/src/component/BufferUnpackerBaseAlg.h
- Event/EventPacker/src/component/ProtoParticleUnpacker.cpp 42 additions, 17 deletionsEvent/EventPacker/src/component/ProtoParticleUnpacker.cpp
- Event/EventPacker/src/component/RawbankV2Compatibility.h 28 additions, 0 deletionsEvent/EventPacker/src/component/RawbankV2Compatibility.h
- Event/EventPacker/src/component/Unpackers.cpp 10 additions, 11 deletionsEvent/EventPacker/src/component/Unpackers.cpp
- Event/EventPacker/src/lib/PackedDataBuffer.cpp 3 additions, 2 deletionsEvent/EventPacker/src/lib/PackedDataBuffer.cpp
- GaudiConf/python/GaudiConf/LbExec/options.py 2 additions, 0 deletionsGaudiConf/python/GaudiConf/LbExec/options.py
- GaudiConf/python/GaudiConf/PersistRecoConf.py 67 additions, 50 deletionsGaudiConf/python/GaudiConf/PersistRecoConf.py
- GaudiConf/python/GaudiConf/reading.py 160 additions, 161 deletionsGaudiConf/python/GaudiConf/reading.py
- GaudiConf/python/GaudiConf/utils.py 28 additions, 0 deletionsGaudiConf/python/GaudiConf/utils.py
GaudiConf/python/GaudiConf/utils.py
0 → 100644