- Jan 06, 2021
-
-
Walter Lampl authored
-
Walter Lampl authored
-
- Jan 05, 2021
-
-
Walter Lampl authored
-
Walter Lampl authored
-
- Dec 16, 2020
-
-
Rafal Bielski authored
-
- Dec 05, 2020
-
-
scott snyder authored
Enable thread-safety checking. Fix identified issues. Also more constness fixes. Use conditions data in converters rather than relying on obsolete tools. Make pointers to block structure objects slot-specific.
-
- Dec 04, 2020
-
-
John Chapman authored
LArSimEventTPCnv_HITS - passes
-
John Chapman authored
LArTPCnv_15.6.7_test - passes (updated reference file) LArTPCnv_20.1.7.2_test - passes
-
- Dec 02, 2020
-
-
scott snyder authored
Working towards getting this package to pass the thread-safety checker. Remove static members from LArRodEncoder; instead, pass in the helper objects to its ctor. Change it to use conditions data rather than then old legacy cabling service.
-
- Nov 25, 2020
-
-
scott snyder authored
Hid2RESrcID depends on the old, thread-unsafe LArCablingLegacyService. We can't get rid of it completely, because it's required by interfaces still used by TrigT2CaloCommon. Refactor so that it won't affect the thread-safety of the rest of this package. Split out the part of Hid2RESrcID required by FullEventAssembler into a separate base class RodRobIdMap. Split the remaining interfaces of Hid2RESrcID into thread-safe and thread-unsafe versions. Only the thread-safe functionality will be needed from this package; the thread-unsafe versions are needed only by TrigT2CaloCommon.
-
- Nov 23, 2020
-
-
scott snyder authored
Don't use exit(). Remove some const_cast / mutable. Make static data const.
-
- Nov 19, 2020
-
-
scott snyder authored
Make references to CaloCellCorrection instances const.
-
- Nov 12, 2020
-
-
scott snyder authored
Get rid of the member variables LArRodDecoder::m_rodFrag and m_error, as a step toward making the LArRodDecoder methods const.
-
- Nov 10, 2020
-
-
Frank Winklmeier authored
The new data handle property type requires explicit `str` conversion.
-
scott snyder authored
- Prefer pre-increment (or range-for) to postincrement. - Use unions rather than type punning.
-
- Nov 04, 2020
-
-
scott snyder authored
Use AthConstConverter as the base class for the BS converters in this class. Make things properly const + further cleanups.
-
- Oct 21, 2020
-
-
Pavol Strizenec authored
-
- Oct 20, 2020
-
-
scott snyder authored
-
- Oct 18, 2020
-
-
scott snyder authored
Change from ICaloNoiseTool to CaloNoise conditions data.
-
- Oct 15, 2020
-
-
Frank Winklmeier authored
Delete unused `LArCalorimeter/LArSim` package and files referencing it.
-
- Oct 13, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
- Oct 07, 2020
-
-
scott snyder authored
Add reference for LArLATOMEHeaderContainerCnv_p1_test.
-
Frank Winklmeier authored
Remove `atlas_depends_on_subdirs` and cleanup link dependencies.
-
- Oct 05, 2020
-
-
- Aug 02, 2020
-
-
- Jul 07, 2020
-
-
scott snyder authored
Missing override keywords. Mismatched include guard.
-
- Jul 06, 2020
-
-
Add ATLAS_CHECK_THREAD_SAFETY to InDetBeamSpotService package to check and keep thread safety. Add ATLAS_NOT_THREAD_SAFE of CxxUtils/checker_macros.h to BeamCondSvc::initialize and BeamCondSvc::fillRec because these use thread unsafe AthenaAttributeList::AthenaAttributeList and StoreGateSvc::regFcn.
-
- Jun 23, 2020
-
-
scott snyder authored
Pass large objects by const reference, not by value.
-
- Jun 19, 2020
-
-
Marcin Nowak authored
SealSvc does not have any useful function any more
-
- Jun 08, 2020
-
-
The ByteStreamEventStorageInput service provided a legacy job option called FullFileName to specify bytestream input. With the move to EventSelector this option was all but removed from ByteStreamEventInputSvc. The EventSelectorByteStream provieded the input option to specify input. It captured the FullFileName option of the InputSvc. This commit removes the relevant parts of the ByteStreamEventStorageInputSvc and EventSelectorByteStream. It also attempts to move all references in other job options (unless they specify being for an older release).
-
- Jun 02, 2020
-
-
scott snyder authored
Tweak the lcgdict patterns for pairs, for compatibility with gcc10/root 6.20. We need to get the __pair_base template if it exists (but we don't want to explicitly mention it). We also need to avoid matching various internal STL traits classes templated on pairs.
-
- May 29, 2020
-
-
- May 06, 2020
-
-
scott snyder authored
If we check for an error condition and the check fails, we should't continue. Here, the checks were for internal logic problems, so change them to assert.
-
- Apr 07, 2020
-
-
- Apr 06, 2020
-
-
- Mar 25, 2020
-
-
Attila Krasznahorkay authored
That variable will be set on the project level in the future, the packages should not bother setting it themselves.
-
- Mar 20, 2020
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Mar 04, 2020
-
-
Frank Winklmeier authored
-