- 18 Jun, 2021 1 commit
-
-
Christos Anastopoulos authored
-
- 03 Jun, 2021 1 commit
-
-
- 21 May, 2021 1 commit
-
-
InDetDetDescr /InDetRecTools : clang-tidy cppcoreguidelines-pro-type-member-init make sure all member are initialized
-
- 15 Feb, 2021 1 commit
-
-
- 04 Sep, 2020 1 commit
-
-
Nicolas Koehler authored
-
- 28 Mar, 2020 1 commit
-
-
scott snyder authored
Avoid possible null pointer dereferences in dump() methods.
-
- 10 Feb, 2020 1 commit
-
-
Remove cached vector of ROTs in MuonSegments since it's superfluous, clients can use the numberOfContainedROTs and rioOnTrack methods instead.
-
- 12 Feb, 2019 1 commit
-
-
- 29 May, 2018 1 commit
-
-
scott snyder authored
Remove references to obsolete package DataModel. Also clean up references to headers in CLIDSvc and SGTools that were moved to AthenaKernel. Former-commit-id: 059a69a3
-
- 19 Mar, 2018 1 commit
-
-
Alexey Boldyrev authored
Former-commit-id: 72783fbc
-
- 27 Oct, 2017 1 commit
-
-
Frank Winklmeier authored
Former-commit-id: 538fc592
-
- 13 Jul, 2017 1 commit
-
-
Frank Winklmeier authored
Former-commit-id: eac78a5c
-
- 01 Jun, 2017 1 commit
-
-
scott snyder authored
Private data members should start with m_. Former-commit-id: 7a4a9166
-
- 25 May, 2017 2 commits
-
-
Will Leight authored
The current CSC segment finding assumes that eta and phi layers always have the same status. That is, if the eta layer is good, the phi layer is also, and vice versa. However, due to a hardware problem, this will no longer be the case for some CSC chambers this year. This update modifies the CSC segment-finding code so that layer status is treated separately for eta and phi layers. The statuses of the eta and phi layers are checked in the Csc2dSegmentMaker and stored separately. Each status is then evaluated independently in the CscSegmentUtilTool to determine if it makes sense to use the 2-layer segment finding or not. Thus, 2-layer segment finding could in principle be carried out only for phi, while for eta three or more hits would still be required. (Instead of automatically doing 2-layer segment finding for both eta and phi, as was done before.) Furthermore, if all eta(phi) layers have a bad status, a segment can now be built from only the phi(eta) segment, if one was constructed. But note that this only happens in the case of bad status: if the eta/phi segment is missing but should be there, no final segment is built. To allow this, the MuonSegmentCombination now knows about the status of all layers in its chamber. The Csc4dSegmentMaker and CscSegmentUtilTool can then use the status to determine whether to accept an eta- or phi-only segment. Former-commit-id: b05d2b56
-
Will Leight authored
Former-commit-id: 75b7adda
-
- 07 Feb, 2017 1 commit
-
-
Edward Moyse authored
Added README. Former-commit-id: bd08d1dd
-
- 01 Jan, 2017 1 commit
-
-
Scott Snyder authored
* Tagging MuonSegment-01-00-09. * Comply with ATLAS naming conventions. Former-commit-id: d2e2d380
-
- 28 Sep, 2016 1 commit
-
-
William Axel Leight authored
* Added extra information to the MuonSegmentCombination for the 2-layer CSC segment finding * Tagging as MuonSegment-01-00-08 Former-commit-id: e7173e95
-
- 27 May, 2016 1 commit
-
-
Atlas-Software Librarian authored
* Tagging MuonSegment-01-00-07. * src/MuonSegment.cxx: Fix test for missing measurements. 2015-10-26 scott snyder <snyder@bnl.gov> * Tagging MuonSegment-01-00-06. * MuonSegment/MuonSegmentQuality.h, src/MuonSegmentQuality.cxx: Add a constructor taking channelsWithoutHit via move. (gcc5 port)
-
- 19 Jan, 2015 1 commit
-
-
Scott Snyder authored
* Tagging MuonSegment-01-00-05. * src/MuonSegment.cxx: Don't assume that DataVector<T>::const_iterator is the same as std::vector<T*>::const_iterator.
-
- 19 Sep, 2014 1 commit
-
-
Niels Van Eldik authored
-