This project is mirrored from https://:*****@gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- 21 Oct, 2021 1 commit
-
-
Bertrand Martin authored
Hello, This MR is removing a deprecated feature in the tau-track association. In the old days (non-MT R22 trigger), the track particle container was retrieved elsewhere (TrigTauRec) and passed as an argument to the TauTrackFinder execute method to build the tau tracks. Now, the track particle container is retrieved from within TauTrackFinder, and we no longer need to pass it as an argument. The reconstruction output is unchanged. Cheers, Bertrand
-
- 05 Feb, 2021 1 commit
-
-
- 27 Oct, 2020 1 commit
-
-
Bertrand Martin authored
Hello, This MR is hopefully the last in the tau pi0 MR series :-) Following the recent reorganisation of our pi0 containers, we are dropping a container that is no longer used. We are now left with only 2 pi0 containers in the tau reconstruction: TauInitialPi0Clusters (transient, which results from the topoclustering of cells from the TauCommonPi0Cells container), and TauPi0Clusters (persistent, which are identical except that their cells point to the AllCalo container). This MR does not change the reconstruction output. Cheers, Bertrand
-
- 05 Oct, 2020 1 commit
-
-
Bertrand Martin authored
Hello, This is one more small iteration towards rerunning tau reconstruction from xAOD. The tau AOD content has been slightly revised, we keep a new pi0 collection and drop another, but otherwise, this MR does not change the reconstruction output. Further changes are expected, as the pi0 cell thinning is still work in progress. Some modest memory improvement was made in the bookkeeping of already-processed pi0 cells, replacing a std::vector<CaloCell*> with a boost::dynamic_bitset<>. Cheers, Bertrand
-
- 16 Sep, 2020 1 commit
-
-
Bertrand Martin authored
Hello, This MR is making the execute method const in TauPi0CreateROI (executePi0CreateROI). Relevant ticket: ATLTAU-1723 . Related MR: !36215 . Cheers, Bertrand
-
- 07 Sep, 2020 1 commit
-
-
Hello, This MR is doing minimal changes to TauTrackRNNClassifier, not affecting the output. Cheers, Bertrand
-
- 02 Sep, 2020 1 commit
-
-
- 24 Jul, 2020 1 commit
-
-
Tomasz Bold authored
-
- 22 Jul, 2020 1 commit
-
-
Tomasz Bold authored
-
- 21 Jul, 2020 1 commit
-
-
Tomasz Bold authored
-
- 14 Jul, 2020 1 commit
-
-
Xiaozhong Huang authored
-
- 06 Jul, 2020 1 commit
-
-
- 09 Jun, 2020 1 commit
-
-
Adam Bailey authored
Pass tau track container to track tools via execute function instead of a link from the tau. New functions created in base classes. Updated if statements in tau algorithms to call correct execute functions. Updated TauTrackRNN calibration file.
-
- 08 Jun, 2020 1 commit
-
-
- 08 May, 2020 1 commit
-
-
Marcin Wandas authored
-
- 29 Apr, 2020 1 commit
-
-
Xiaozhong Huang authored
-
- 24 Feb, 2020 1 commit
-
-
- 22 Jan, 2020 1 commit
-
-
- 11 Nov, 2019 1 commit
-
-
Adam Bailey authored
Moved TauPi0SubtractedClusters read handle to TauRunnerAlg instead of TauPi0ClusterCreator. Updated execute function for TauPi0ClusterCreator in headers
-
- 13 Feb, 2019 1 commit
-
-
Adam Bailey authored
Removed const_cast in TauPi0Selector and TauPi0ScoreCalculator. New function to pass PFO container to these tools
-
- 11 Feb, 2019 1 commit
-
-
Adam Bailey authored
-
- 23 Jul, 2018 1 commit
-
-
Adam Bailey authored
Former-commit-id: a628c930bcf0285533aba0b2d3575bd5df9938e1
-
- 06 Jul, 2018 1 commit
-
-
Adam Bailey authored
Updated scripts to include the TauRunnerAlg, allows the TauRecPi0EflowProcessor algorithm to be ran inbetween the two. Also moved write handles from TauPi0CreateROI and TauShotFinder to the TauProcessorAlg, required new functions and change to base class. Still need to finish adding tools to TauRunnerAlg Former-commit-id: 7eafd8673e3ee268cab0e177630d7b8dcef6f00f
-
- 27 Jun, 2018 1 commit
-
-
Adam Bailey authored
Migrated TauShotFinder. Required a writehandle to be put into TauProcessorAlg, and be passed to the tool. This is done via the new executeCalo function, which had to be added to the base class and implemented in other tools Former-commit-id: 800b589236aba522a98f005ccaa1624e7433ebb2
-
- 14 Jun, 2016 1 commit
-
-
Justin Griffiths authored
* tagging 00-01-03 * fix ATLASRECTS-3184 2016 23-05-2016: griffith@cern.ch * about branches * 00-00-12 : 20.7/ ABR * 00-00-13 : r21 pre TauJet_v3 * 00-00-14 : MIG5 (Rec::Vertex removal) 2016 23-05-2016: griffith@cern.ch * tagging 00-01-02 * fix MvaTES for cosmics running 2016 14-05-2016: griffith@cern.ch * Updating to new EDM * not suitable for r<=20.7 * branch off of tauRecTools-00-00-11 for r20.7 and older fixes Former-commit-id: fd1f4dcc
-
- 27 May, 2016 1 commit
-
-
Justin Griffiths authored
* Updating configuration files for analysis mode tools * Adding configuration file support to TauProcessorTool in analysis mode * Cleanup unused dependencies and cmt/requirements file Former-commit-id: 695b35b22f8070f7202e90155b54ba39a332d285
-
- 10 Oct, 2015 1 commit
-
-
Justin Griffiths authored
-