- Jan 30, 2023
-
-
CscSegmentMakers: Fix typo in CscSegmentUtilTool::matchLikelihood phi/eta mixup. Was causing this method not to do anything. Fixes a cppcheck warning.
-
- Jan 27, 2023
-
-
NSW pad trigger decoding: add two more static functions for accessing channel maps
-
CA migration for muon trigger: segment finding + MS tracking Directly using the CA configuration for the segment finding and MS tracking in the muon trigger, wrapping to the legacy config via algorithmCAToGlobalWrapper (ATR-25086). - Some minor restructuring of the offline configuration to support trigger use case (doesn't functionally change offline config) - Explicitly configuring the track builder in the legacy config for inside-out reconstruction (we were picking up some configuration somewhat parasitically from legacy MS tracking configuration that broke with the partial migration to CA here)
-
MuonClusterSegmentMakerTools: Fix cppcheck warnings. Prefer to initialize members in an initialization list.
-
Tadej Novak authored
-
- Jan 26, 2023
-
-
scott snyder authored
Prefer to initialize class members in an initialization list. Have NSWSeed::SeedMeasurement hold the direction by value rather than via a shared_ptr --- the size isn't much larger, and this is likely faster.
-
John Chapman authored
-
scott snyder authored
Reorder slightly to avoid cppcheck warning about use of dangling pointer.
-
- Jan 24, 2023
-
-
scott snyder authored
Redundant string conversions.
-
scott snyder authored
Redundant null pointer test.
-
scott snyder authored
Redundant string conversion.
-
Remove the MuonSegmentMergerTool
-
Improved Random number Seeding for ParticleGun
-
Johannes Junggeburth authored
-
- Jan 23, 2023
-
-
scott snyder authored
Uninitialized variable. throw without exception.
-
IExtrapolator: Rename methods as to be more obvious what they do
-
Johannes Junggeburth authored
-
NSW pads: add static functions to trigger decoding for downstream clients, and add local/global functions for center and corners NSW pads: add static functions to trigger decoding for downstream clients, and add local/global functions for center and corners
-
Fix nsw calib alg
-
- Jan 21, 2023
-
-
Christos Anastopoulos authored
-
- Jan 20, 2023
-
-
STG YvsX on track plots: Cluster on track implemented. The information from cluster is used to retrieve the position ath which the track intersects with the STG active surface. This allow to retrieve the X and Y coordinates of the track and to perform YvsX global hit maps per channel.
-
- Jan 18, 2023
-
-
NSW pad trigger decoder: use return instead of throw in 2 places
-
MuonByteStreamCnvTest: Fix cppcheck warnings. Side-effects in assertion.
-
- Jan 17, 2023
-
-
MdtCabling - Fix BIS78A12
-
[ATR-26320] Add data dependency on HLT decoding to monitoring algorithms which make use of deserialised HLT collections
-
cppckeck: Use final keyword for the virtual functions called in the constructor
-
- Jan 16, 2023
-
-
Add Pad Trigger RDO to default muon output
-
- Jan 15, 2023
-
-
Update IGeometryBuilder interface to return a std::unique_ptr rather than a bare pointer
-
- Jan 14, 2023
-
-
Adam Edward Barton authored
-
- Jan 13, 2023
-
-
MuonPattern: Fix cppcheck warning. Remove unused variable trackRoadType. Fixes cppcheck warning that it's not copied by assignment.
-
MuonCondAlg: Fix cppcheck warnings. Redundant string conversions.
-
MdtCalibUtils: Fix cppcheck warnings. Printf format string types. Pass objects by const reference, not by value.
-
- Jan 12, 2023
-
-
IExtrapolator: Remove Particle interfaces
-
- Jan 11, 2023
-
-
MuonEventTPCnv: Fix cppcheck warning. Side-effect in assert().
-
- Jan 09, 2023
-
-
scott snyder authored
Pass object by const reference, not by value.
-
cppcheck: uselessCallsSubstr
-
sTgcPadTriggerRawDataProvider: demote INFO to DEBUG
-
- Jan 07, 2023
-
-
Andrii Verbytskyi authored
-
- Jan 06, 2023
-
-
scott snyder authored
Suppress a couple cppcheck false positives.
-
scott snyder authored
push_back invalidates iterators. Redundant null pointer check.
-