- Nov 09, 2020
-
-
Vakhtang Tsulaia authored
GSF : KL Gaussian Mixture reduction , use an array to keep track of the merged components. See merge request !38014
-
Vakhtang Tsulaia authored
Manual sweep of "Speedup of the MM electronics simulation " See merge request !38020
-
Vakhtang Tsulaia authored
DataPreparation w/o RegionSelector See merge request !38022
-
Vakhtang Tsulaia authored
tauRec: fix flag check See merge request !38024
-
Vakhtang Tsulaia authored
updates to l1calo bitwise framework to connect EDM output See merge request !38031
-
-
Vakhtang Tsulaia authored
Remove deprecated TauTagTools package See merge request !38037
-
Vakhtang Tsulaia authored
ATLASRECTS-5752 Disable SCT and TRT in ActsTrackingGeometrySvc for Acts AMVF See merge request !38038
-
Vakhtang Tsulaia authored
tauRecTools: associate cluster in CaloCalTopoClusterContainer to the tau candidate See merge request !37980
-
For Topo seed jets, the cluster links in the tau candidate point to the clusters in a shallow copy container, which will not be available in AOD of R22. To fix this, the cluster links point to the cluster in the original container. For PFlow seed jets, the cluster links in the tau candidate point to the PFOs(neutral or charged). It is confusing. Now the cluster links point to the corresponding cluter in the PFO object. Previously, only clusters within 0.2 cone of tau candidate is stored. In the tau reconstruction, we need all the clusters. Thus the cut of dR is now removed. The clusters could have energy <=0, which will be skimmed in AOD. The link then becomes invalid. Since we do not want an invalid link, all the clusters are requied to have positive energy.
-
Vakhtang Tsulaia authored
Allow running hybrid MPMT in the BSRDOtoRAW step of Job Transforms See merge request !37543
-
Vakhtang Tsulaia authored
TopEvent Cleanup, master branch (2020.11.06.) See merge request !37995
-
Vakhtang Tsulaia authored
Cleanup logging in PixelDetectorManager and SCT_DetectorManager See merge request !38000
-
Vakhtang Tsulaia authored
TrigT1CaloByteStream: Make RodHeaderByteStreamTool const. See merge request !38026
-
Vakhtang Tsulaia authored
TrigFastTrackFinder: Fix null pointer dereference. See merge request !38028
-
Vakhtang Tsulaia authored
LArReadoutGeometry: Enable thread-safety checking. See merge request !38029
-
Vakhtang Tsulaia authored
BTagging: Fix null pointer dereferences. See merge request !38027
-
Vakhtang Tsulaia authored
LArHVPathologyDbCondAlg: Move TClass::GetClass to initialize() See merge request !38034
-
Vakhtang Tsulaia authored
Master min pT for TRT PID NN calculation See merge request !38023
-
Vakhtang Tsulaia authored
ATLASRECTS-5750: Add faster version of lwtnn See merge request !38021
-
Bertrand Martin authored
Hello, This MR is dropping a deprecated TauTagTools package that is no longer maintained, and no longer used as far as I can tell (e.g. not python3 compatible). Removing it is the safest way to make sure this outdated tool is not used for physics :-) Cheers, Bertrand
-
Bastian Schlag authored
-
Walter Lampl authored
LArHVPathologyDbCondAlg: Move TClass::GetClass to initialize() to work around threading problem + cosmetic updates
-
Dan Guest authored
-
- Nov 08, 2020
-
-
Christian Grefe authored
-
scott snyder authored
Enable thread-safety checking. Fix resulting warnings.
-
scott snyder authored
inputTracks can be null, so don't unconditionally dereference it. Fixes ubsan warning.
-
scott snyder authored
Fix a couple potential null pointer references caught by the undefined behavior sanitizer.
-
Vakhtang Tsulaia authored
Changing configs so HLT new JO test works with isOnline setting See merge request !37820
-
Vakhtang Tsulaia authored
ByteStreamCnvSvc: Fix a couple locking problems. See merge request !38025
-
Vakhtang Tsulaia authored
AthenaPoolCnvSvc+RecExCommon+SimuJobTransforms: Tune and sync AutoFlush settings in various data formats Closes ATLASSIM-4274 See merge request !37831
-
Add a basic helper function to build PoolAttribute strings, switch to using it, revive the split level of 99 to POOLContainerForm(DataHeaderForm)
-
Vakhtang Tsulaia authored
Add photon isEM selector tool into the e/g monitoring tool See merge request !37854
-
Vakhtang Tsulaia authored
Make MuonLayerHoughAlg Reentrant See merge request !37880
-
Vakhtang Tsulaia authored
removing unnecessary direct command See merge request !37957
-
Vakhtang Tsulaia authored
LArReadoutGeometry: Enable thread-safety checking. See merge request !37966
-
Vakhtang Tsulaia authored
print out RoI information in the FTF::execute See merge request !37974
-
Vakhtang Tsulaia authored
Fix path to postInclude in AGDD ART test See merge request !38017
-
Dan Guest authored
-
scott snyder authored
Make interfaces of RodHeaderByteStreamTool const, for MT compatibility.
-