- Dec 12, 2018
- Dec 11, 2018
-
-
Adam Edward Barton authored
Former-commit-id: 30a8c374
-
Adam Edward Barton authored
Former-commit-id: 887235195ef648c72a684e2d19e1ed8e133e94a7
-
Adam Edward Barton authored
Former-commit-id: 5493b1fa
-
Adam Edward Barton authored
Former-commit-id: 30542ee6
-
Former-commit-id: 105933f6
-
Adam Edward Barton authored
Former-commit-id: de148144
-
Adam Edward Barton authored
Former-commit-id: 14371776
-
Adam Edward Barton authored
Former-commit-id: d94583e0
-
Former-commit-id: 0a174dcf
-
Christian Sander authored
Former-commit-id: 3e8defa8
-
Christian Sander authored
- SCT_CalibEvtInfo - SCT_CalibModuleListTool - SCT_CalibWriteTool - code is compiling, but still has to be tested and validated - Removed the old svc .cxx and .h files - automatic re-indentation of the .cxx and .h files Former-commit-id: 6535f75c
-
- Dec 10, 2018
-
-
scott snyder authored
Adjust for header moved from CLIDSvc to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 75f069c8
-
Kristian Bjoerke authored
Initial focus was to replace instances of if(! ...) with if(not ...), but also made the general style of if-test consistent across the package. Former-commit-id: 5e1bbddc
-
Kristian Bjoerke authored
According to ATLAS Coding Guidelines comments are to follow the Doxygen style commenting [doxygen-comments], written in complete English sentences [english-comments]. In a header file comments describing functions and attributes is to be included [comment-functions]. Comments are not complete, needs to be reviewed and made complete at a later stage! Former-commit-id: 99f7f5160a90a2ba1df9777f3b73f2c9748731b5
-
SensorSim3DTool: Add radiation damage effects in PixelRadDamDigitization See merge request atlas/athena!16419 (cherry picked from commit c8d2395b [formerly 211826171f7868ce7b9f9bf6054846473cb3c09f]) 0ee8a4e3 Add test cout message 7fd97f21 First version for 3D sensor 0e1390a0 Start removing Lorentz angles for 3D f966d351 Add fluence maps 01cc7002 nice working version ed0d4229 Clean up comments 8bd091d0 Fix formatting and remove some unused variables e6e499a2 Clean up comments Former-commit-id: d6d754d4
- Dec 07, 2018
-
-
Christian Sander authored
seems to be unused right now Former-commit-id: 85ad0495
-
Christian Sander authored
- SCT_CalibBsErrorTool - SCT_CalibLbTool - SCT_CalibModuleListTool Former-commit-id: a32a7f1a
-
Kristian Bjoerke authored
According to ATLAS Coding Guidelines the style of each file should be consistent with itself [style-consistency]. Former-commit-id: d0a4f544
-
Adam Edward Barton authored
Former-commit-id: e21141c1
-
Kristian Bjoerke authored
According to ATLAS Coding Guidelines statements should not exceed 100 characters and lines should not exceed 120 characters. If possible long lines or statements should be split up into multiple ones [long-statements] [long-lines]. Former-commit-id: 10266f4b
-
Kristian Bjoerke authored
According to ATLAS code guidelines about identical order of methods in header and source file [method-ordering]. Change: moved beginNewEvent() to bottom in source file. Former-commit-id: 7460628d
-
Kristian Bjoerke authored
According to ATLAS code guidelines within each class section, public, private or protected, nested types (e.g. enum or class) must appear on the top of the section. Former-commit-id: 75bef504
-
Kristian Bjoerke authored
According to ATLAS code guidelines using typedefs to create aliases for classes should be avoided [avoid-typedef]. Former-commit-id: 66db7b45
-
- Dec 06, 2018
-
-
Nicholas Styles authored
Former-commit-id: 5b361da6
-
scott snyder authored
Include the className= argument in addFolder calls for Beampos. Fixes test failures in AthenaPoolTest in master. Former-commit-id: d09846e9
-
John Chapman authored
Former-commit-id: 19c270c2
-
John Chapman authored
Former-commit-id: d7b18364
-
Kristian Bjoerke authored
According to ATLAS Coding Guidelines virtual functions in derived classes which override methods from the base class should also be declared with the override keyword. [redeclare-virtual] Former-commit-id: 59fe4805
-
Christian Sander authored
changed constructor to have "const IInterface* parent" as a parameter to solve the issue from the last commit Former-commit-id: 0d2bbd64
-
Christian Sander authored
This is an initial commit to migrate the HitMap Service to a HitMap Tool (other Service to Tool migrations after this one) Currently this one does not compile! Former-commit-id: 00891060
-
- Dec 05, 2018
-
-
Vadim Kostyukhin authored
Former-commit-id: d410a174
-
Former-commit-id: 59dcc6cd
-
Kristian Bjoerke authored
According to ATLAS code guidelines a pointer or reference arguments, passed to a function, should be declared as const if the function does not change the object bound to it. [const-arguments] Former-commit-id: 135c61cd
-
Kristian Bjoerke authored
According to ATLAS code guidelines encurage the use of C++ cast operators (dynamic_cast and static_cast) instead of C-style casts. [use-c++-casts] Former-commit-id: 1beb56ca
-
Soshi Tsuno authored
Former-commit-id: 69c22e14
-
- Dec 04, 2018
-
-
Former-commit-id: 324e7160
-
- Dec 03, 2018
-
-
Vadim Kostyukhin authored
Former-commit-id: 2fc35d20
-