Commits on Source (65)
-
Chris Burr authoredd614ecf1
-
Chris Burr authoredfc5992e5
-
Chris Burr authoreddd215c37
-
Chris Burr authorede4429f8d
-
Chris Burr authoredb027d033
-
613ceebd
-
Christopher Rob Jones authored
Remove getDet in CaloFutureElectron See merge request !3741
76f7cb55 -
Chris Burr authored
Lbexec improvements See merge request !3725
a978bc00 -
Gerhard Raven authored
HltTrackingCoder
f6f220b6 -
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
c8ace8e1 -
Gerhard Raven authored
- and propagate it when merging/splitting buffers - and use it during packing/unpacking
86c11d9d -
Gerhard Raven authored928d8e4a
-
Gerhard Raven authored94709d65
-
Gerhard Raven authored
... and move code in HltDAQ into the DAQ namespace (instead of PackedData)
85e13a2d -
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
d6f9c9c9 -
Gerhard Raven authoredc9d1dc85
-
Gerhard Raven authored2684b207
-
Gerhard Raven authored
* improve diagnostic if encoding table does not contain expected entry * support lookup by oid in GitANNSvc
dc4a6c96 -
Gerhard Raven authored349e3c57
-
Gerhard Raven authored59214b93
-
Gerhard Raven authored
and pass file manifest explicilty instead of hijacking the HltANNSvc configurable as global state
043eb7ad -
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...
379ad53c -
Gerhard Raven authored568f2a32
-
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.
29f14892 -
Gerhard Raven authored23d07d3d
-
Gerhard Raven authoreda41fcd07
-
Gerhard Raven authoredbaa3176c
-
Gerhard Raven authoredeace68f8
-
9a5508b2
-
patch generated by https://gitlab.cern.ch/lhcb/LHCb/-/jobs/22520194
f4563d7b -
Gerhard Raven authoredab00965b
-
Gerhard Raven authoredda9a490c
-
Gerhard Raven authored212d63e2
-
Gerhard Raven authored3bbbcd5b
-
Gerhard Raven authored9e1d5ddf
-
Gerhard Raven authored9b100a31
-
Gerhard Raven authoredc6f43c89
-
Gerhard Raven authored329de1ef
-
Gerhard Raven authoredb6cd0d02
-
Gerhard Raven authoreda2ed8646
-
Gerhard Raven authoredbdd5e0a6
-
Gerhard Raven authored7bd74519
-
Gerhard Raven authored1a56f31d
-
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
1bcbf55e -
Gerhard Raven authoredbc00ee23
-
Gerhard Raven authoredfec4f542
-
Gerhard Raven authored2386c5f6
-
Gerhard Raven authoredeaaf2bb0
-
Gerhard Raven authoredefbb75dc
-
Gerhard Raven authored8479bb11
-
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'
2ecf3314 -
Gerhard Raven authored57d36bdb
-
Gerhard Raven authored0a854320
-
Gerhard Raven authoredd5b6b00c
-
Gerhard Raven authoredc5468ce4
-
Gerhard Raven authored7af92111
-
Gerhard Raven authored46ae3d0f
-
Gerhard Raven authorede16ba4ee
-
Gerhard Raven authored639264d4
-
Gerhard Raven authored8d81fcdb
-
Gerhard Raven authored
Allow the use in Allen with minimal dependencies
4ee429d0 -
Gerhard Raven authored83e4f03e
-
Gerhard Raven authored57f5e181
-
Gerhard Raven authored84412495
-
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
30d74f06
Showing
- CaloFuture/CaloFutureInterfaces/include/CaloFutureInterfaces/ICaloFutureElectron.h 5 additions, 6 deletions...rfaces/include/CaloFutureInterfaces/ICaloFutureElectron.h
- CaloFuture/CaloFutureUtils/include/CaloFutureUtils/ICaloElectron.h 0 additions, 2 deletions...e/CaloFutureUtils/include/CaloFutureUtils/ICaloElectron.h
- 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/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/__main__.py 3 additions, 3 deletionsGaudiConf/python/GaudiConf/LbExec/__main__.py
- GaudiConf/python/GaudiConf/LbExec/cli_utils.py 119 additions, 36 deletionsGaudiConf/python/GaudiConf/LbExec/cli_utils.py
- GaudiConf/python/GaudiConf/LbExec/options.py 2 additions, 0 deletionsGaudiConf/python/GaudiConf/LbExec/options.py
- GaudiConf/python/GaudiConf/LbExec/tests/examples.py 27 additions, 6 deletionsGaudiConf/python/GaudiConf/LbExec/tests/examples.py