- Sep 28, 2017
-
-
Scott Snyder authored
Allow finding test reference files outside of the repository. Former-commit-id: 2ac57dbbffab03e9b6c4b9d53e6d7024d51644c9
-
- Sep 22, 2017
-
-
John Chapman authored
The `Compressor` class has no dependencies other than on the STL and is not used by any other class in `EventCommonTPCnv` moving it to `AthenaPoolCnvSvc` means that `CaloSimEventTPCnv` and `LArSimEventTPCnv` no longer depend on `EventCommonTPCnv`. In turn this means that `EventCommonTPCnv` no longer needs to be part of the AthSimulation release. See ATLASSIM-3441. Former-commit-id: e20bb794
-
- Jul 25, 2017
-
-
Mark Hodgkinson authored
This is part of the fix needed by ATLASRECTS_3727 Former-commit-id: ee0388ac0c5f9a785b4531a3fcdfaaa2ee69397a
-
- Jun 20, 2017
-
-
James Catmore authored
ATLASRECTS-4079 This MR reverses one of the changes made in the AOD reduction TF (!1125) and restores the ENG_FRAC_MAX and FIRST_ENG_DENS to the xAOD. This is required since they are needed by tauCP. Former-commit-id: 9d674afd2d0e152892e09f947209f3665ac3a11d
-
- May 31, 2017
-
-
Guillaume Unal authored
Set keepDspRaw flag to False when we are in transparant raw data mode (no DSP energy available), since the default of this flag is now True. This allows to run transparently on 32-samples data without having to change this flag by hand in a pre-exec. Does not change anything for standard physics data Former-commit-id: 6577893f
-
- May 30, 2017
-
-
Guillaume Unal authored
Add special configuration for express processing to allow up to 3 Febs in error before setting the event level error flag. This configuration was in 20.7 release but apparently this fix missed to be propagated to git. This is important to allow proper Calo and e/gamma monitoring online and during ES1 when there is a tolerable number of missing Febs. Otherwise the monitoring plots are all empty. Former-commit-id: 89050eac
-
- May 29, 2017
-
-
John Chapman authored
This is part of the migration away from FADS, as discussed in ATLASSIM-2290. Making these classes into AthServices means they can be configured in the normal way and means that a lot of lazy initialization can be eliminated. Former-commit-id: d4f062f50ef6fd940238573f6609e9a172c99620
-
- May 19, 2017
-
-
John Derek Chapman authored
Former-commit-id: 5bee4643
-
- May 15, 2017
-
-
Pierre Antoine Delsart authored
Former-commit-id: 8fd883434794d56d019c850105eb7c1c1c3ba1a3
-
- May 11, 2017
-
-
Pierre Antoine Delsart authored
Former-commit-id: 803c274558d3f2d17bc674898f111df6d8996db4
-
- May 09, 2017
-
-
Pierre Antoine Delsart authored
Former-commit-id: 924be49bfe3ad51f2950fd12a272f5007b2a89ab
-
- May 05, 2017
-
-
Hass AbouZeid authored
This reverts merge request !1057 Former-commit-id: 42a4716b0416f6123fc1059be81b1b503c1ae484
-
- May 04, 2017
-
-
Nicolas Köhler authored
Former-commit-id: c43d98a4
-
Walter Lampl authored
Bugfix in CaloCellVecMon: The last events in each job were not monitored. The procHistogram method was called every 100 events but not at the end of the job. This is b/c this tool overwrites the finalHist method of the base-class. The fix is not to overwrite finalHist and move the call to deleteArray() to the destructor. Former-commit-id: e308efbefc283abe7486f9c106b8f4abac247263
-
- May 02, 2017
-
-
John Chapman authored
Former-commit-id: e10674ba
-
John Chapman authored
In the cases where both V1 and V2 implmentations are present, the V1 implementations can just be dropped. See ATLASSIM-3023 Former-commit-id: 76c689072772ec83c3e9098156d81a2112a5a8ea
-
- Apr 24, 2017
-
-
James Catmore authored
ATLASRECTS-3820 This MR modifies the standard list of CaloCluster moments written to the AOD, as agreed in the AOD reduction task force, via modifications to the CaloRecOutputItemList_jobOptions.pyi script. Reductions are made by removing from the AOD output stream, not by changing the reconstruction settings. For now, unwanted items have been commented out rather than removed and this should remain the case until experts have checked the new list. Former-commit-id: bf90ea62
-
James Catmore authored
ATLASRECTS-3820 This MR modifies the standard list of CaloCluster moments written to the AOD, as agreed in the AOD reduction task force, via modifications to the CaloClusterTopoGetter.py script. For now, unwanted items have been commented out rather than removed and this should remain the case until experts have checked the new list. Former-commit-id: c003926c
-
- Apr 21, 2017
-
-
Walter Lampl authored
Former-commit-id: da9d131c
-
- Mar 22, 2017
-
-
Denis Oliveira Damazio authored
Former-commit-id: 5c016a0b
-
- Feb 27, 2017
-
-
Attila Krasznahorkay authored
functions from the code. These are no longer supported in the Git build. (And they were no-op functions in the SVN based build for a very long time as well.) Former-commit-id: 021153d3
-
- Feb 03, 2017
-
-
Walter Lampl authored
Former-commit-id: d1205c0e
-
- Feb 01, 2017
-
-
Pavol Strizenec authored
* merging changes from 04-29 branch * tag CaloMonitoring-00-04-40-01 * changes include: ------------------------ 2016-04-18 Benjamin Trocme * CaloCellVecMon: updated energy thresholds in timing plots * CaloCellVecMon jobOPt : new property to allow timing plots in Main stream. * tag CaloMonitoring-00-04-29-05 2016-04-18 Benjamin Trocme * CaloClusterMon: Add property to switch off energy cut plots (not Et). * tag CaloMonitoring-00-04-29-05 2016-04-18 Benjamin Trocme * CaloCellVecMon: bug fix in doInverseMasking treatment * CaloClusterMon: Add property to switch off energy cut plots (not Et). Remove refined cosmics clusters plots (top vs bottom...). * tag CaloMonitoring-00-04-29-04 2016-04-18 Benjamin Trocme * CaloCellVecMon: bug fix in normalized distribution ... (Long ChangeLog diff - truncated) Former-commit-id: e25cf779
-
Ioannis Nomidis authored
* Added AlgTool to make calocell and caloClusters from calib hits * Tagging branch CaloCalibHitRec-00-00-85-01 Former-commit-id: b9f515e1
-
- Dec 16, 2016
-
-
Scott Snyder authored
* Tagging CaloIdentifier-00-10-91-01. * endreq -> endmsg. Former-commit-id: 0eb159adb2dcb3ae6ed284fc328c68bc4daeac0a
-
Scott Snyder authored
* Tagging CaloDetDescr-01-00-19. * endreq -> endmsg. Former-commit-id: fba37834
-
- Nov 26, 2016
-
-
Walter Lampl authored
* Better compression of CaloClusterCellLinkContainer * tag CaloTPCnv-00-02-13 2016-11-01 Walter Lampl <walter.lampl@ cern.ch> * add T/P converter for CaloClusterCellLink(Container) * tag CaloTPCnv-00-02-12 2016-08-25 scott snyder <snyder@bnl.gov> * Tagging CaloTPCnv-00-02-11. * Further clang-tidy fixes. * Tagging CaloTPCnv-00-02-10. * clang-tidy: Use nullptr. * Tagging CaloTPCnv-00-02-09. * Coverity 111321. 2016-08-02 scott snyder <snyder@bnl.gov> * Tagging CaloTPCnv-00-02-08. * fp comparison fix. ... (Long ChangeLog diff - truncated) Former-commit-id: 200c5e3a829840638a96a2e883934aacd70b5bd8
-
Walter Lampl authored
2016-11-01 Walter Lampl <walter.lampl@ cern.ch> * add T/P converter for CaloClusterCellLinkContainer * tag CaloAthenaPool-00-03-11 2016-10-24 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> * Taught the package how to cooperate with a single-project build. (With the currently planned git layout.) * Removed the executable flag from the source files of the package. * Removed the empty CaloAthenaPool/ directory. * Tagging as CaloAthenaPool-00-03-10 2016-08-03 scott snyder <snyder@bnl.gov> * Tagging CaloAthenaPool-00-03-09. * endreq -> endmsg. 2016-06-30 scott snyder <snyder@bnl.gov> * Tagging CaloAthenaPool-00-03-08. ... (Long ChangeLog diff - truncated) Former-commit-id: 7d9d27a0f75b2dacde565604ce5dd58d5b601d20
-
Walter Lampl authored
* friend declaration for converter class of CaloClusterCellLink * tag CaloEvent-01-09-09 2016-10-31 scott snyder <snyder@bnl.gov> * Tagging CaloEvent-01-09-08. * IProxyDictWithPool -> IProxyDict. 2016-08-16 scott snyder <snyder@bnl.gov> * Tagging CaloEvent-01-09-07. * src/CaloSum.cxx (add): Fix infinite recursion. Former-commit-id: 063d1b32
-
- Nov 01, 2016
-
-
Will Buttinger authored
* Tag CaloMonitoring-00-04-40 2016-09-21 Wil Buttinger <will@cern.ch> * CaloCellVecMon.cxx : use correct instance of TDT * Tag CaloMonitoring-00-04-39 2016-09-15 scott snyder <snyder@bnl.gov> * Tagging CaloMonitoring-00-04-38. * Update for egammaEvent-04-00-15. 2016-08-25 scott snyder <snyder@bnl.gov> * Tagging CaloMonitoring-00-04-37. * clang-tidy: Use nullptr. * Tagging CaloMonitoring-00-04-36. * Cabling service moved to LArCabling. * Tagging CaloMonitoring-00-04-35. * Coverity 109091. * Tagging CaloMonitoring-00-04-34. ... (Long ChangeLog diff - truncated) Former-commit-id: cf97d37e75e2bdaeffd70611eae553fc54fbbd0e
-
- Oct 11, 2016
-
-
Attila Krasznahorkay authored
* Fixed CaloCellFastCopyTool_test to depend on CaloDetDescrLib instead of CaloDetDescr. And tereby cause a configuration error in the "super project build". * Tagging as CaloRec-03-00-66-02 Former-commit-id: 783b571d9b7c00ed197eed6b745f317f18142442
-
- Aug 19, 2016
-
-
Pavol Strizenec authored
* branching for 21.0.X, removing CMTPATH from jO test * tag CaloRec-03-00-66-01 Former-commit-id: 04ff443ec98fc15a0fea26c9b65a688a19d8fd14
-
- Jul 02, 2016
-
-
Scott Snyder authored
* Tagging CaloClusterCorrection-01-00-43. * CaloClusterCorrection/CaloFillRectangularCluster.h: Temp workaround for compatibility with IsolationTool. 2016-06-08 scott snyder <snyder@bnl.gov> * Tagging CaloClusterCorrection-01-00-42. * CaloClusterLocalCalib actually needs to be exported. Add some missing headers. 2016-06-04 scott snyder <snyder@bnl.gov> * Tagging CaloClusterCorrection-01-00-41. * More more private headers to src. * Tagging CaloClusterCorrection-01-00-40. * Starting to move headers that should be private to src. 2016-06-03 scott snyder <snyder@bnl.gov> ... (Long ChangeLog diff - truncated) Former-commit-id: d1207d08227cb6f0530b01cd500670eb89dfe42e
-
Scott Snyder authored
* Tagging CaloRec-03-00-66. * Fix coverity warnings 108853, 108863: uninitialized members. Former-commit-id: 08c1e266
-
John Derek Chapman authored
python/CaloG4SimConfig.py, python/CaloG4SimConfigDb.py - fix V2 UserAction name in CfgGetter methods. ATLASSIM-2226. Tagging CaloG4Sim-00-02-45 (CaloG4Sim-00-02-45) 2016-05-19 John Chapman <John.Chapman@cern.ch> * python/CaloG4SimConfig.py, python/CaloG4SimConfigDb.py - fix V2 UserAction name in CfgGetter methods. ATLASSIM-2226 * add CMakeLists.txt * tagging CaloG4Sim-00-02-45 2016-03-21 Andrea Di Simone * adding missing CalibrationDefaultProcessingTool * tagging CaloG4Sim-00-02-44 * Fixing the requirements file of the package so that a valid CMake configuration could be made for it by cmt2cmake.py. * Removed the executable flag from the files of the package that didn't need it. * Tagging as CaloG4Sim-00-02-43 2016-03-18 Andrea Di Simone * migrated CalibrationDefaultProcessing to Hive * tagging CaloG4Sim-00-02-42 2016-03-09 John Chapman <John.Chapman@cern.ch> ... (Long ChangeLog diff - truncated) Former-commit-id: 1e6c9c4d
-
- Jun 14, 2016
-
-
John Derek Chapman authored
src/CalibrationDefaultProcessing.cc (BeginEvent): remove unused SDMan pointer. Fixes gcc49 build warning. Tagging CaloG4Sim-00-02-40-02 (CaloG4Sim-00-02-40-02) * src/CalibrationDefaultProcessing.cc (BeginEvent): remove unused SDMan pointer. Fixes gcc49 build warning. * tagging CaloG4Sim-00-02-40-02 Former-commit-id: 8b52231e
-
Scott Snyder authored
* Tagging Tagging CaloAthenaPool-00-03-07. * CMakeLists.txt: Do not fail if we cannot find run_tpcnv_test. 2016-05-24 scott snyder <snyder@bnl.gov> * Tagging Tagging CaloAthenaPool-00-03-06. * CMakeLists.txt: Fix for finding AthenaPoolUtilitiesTest. 2016-05-23 scott snyder <snyder@bnl.gov> * Tagging Tagging CaloAthenaPool-00-03-05. * Get tests working in cmake builds. Former-commit-id: 016a4da64021cfd3f2b9ce9d19a39768e54de2de
-
Scott Snyder authored
* Tagging CaloParticleID-00-00-12. * Comply with ATLAS naming conventions. * Tagging CaloParticleID-00-00-11. * Fix coverity warning 108693: uninitialized members. * Use ATH_CHECK, evtStore(), detStore(). Former-commit-id: 79ea579369592fb15b91c7927a66fd3bd721b9eb
-
Scott Snyder authored
* Tagging CaloLocalHadCalib-00-01-20. * Fix coverity warning 108312: dead code. Former-commit-id: 0ea5a44c0953f345d52108c493610ad0ea4d4fd3
-
Scott Snyder authored
* Tagging CaloCellCorrection-00-00-39. * Fix coverity warnings 108847, 108851 (uninitialized members). Former-commit-id: fe69ce7fba01d0cd46b28b83209a50ae7957af57
-