- Dec 16, 2020
-
-
Rafal Bielski authored
-
- Oct 12, 2020
-
-
Frank Berghaus authored
Remove statements setting bytestream components OutputLevel to DEBUG in production.
-
- Oct 05, 2020
-
-
The extends template takes care of the onerous tasks of implementing the functionality required for interactions with the service interface. This just streamlines the code a bit and ensures the interface accessors are correctly implemented.
-
- Jul 24, 2020
-
-
- Jul 15, 2020
-
-
Frank Berghaus authored
Add docstrings to the bytestream configuration module and the functions that set up reading from and writing to bytestream. Remove remaining global data members.
-
Frank Berghaus authored
Add docstrings to the bytestream configuration module and the functions that set up reading from and writing to bytestream. Remove remaining global data members.
-
Frank Berghaus authored
Make the bytestream write configuration compliant with the style found in the Athena configuration modules. Update the one client. Executing the configuration now copies 10 events from the default RAW input into a new bytestream file to test the configuration.
-
Frank Berghaus authored
Refactor the read configuration for bytestream in component accumulator style. Looking at code from the athena configuration team it seems that we use camelCase for functions and methods. Since that changes the interface it requires a update to the clients.
-
- Jun 17, 2020
-
-
Stewart Martin-Haugh authored
-
- 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).
-
- May 23, 2020
-
-
Rafal Bielski authored
-
Rafal Bielski authored
-
Rafal Bielski authored
-
- May 18, 2020
-
-
Walter Lampl authored
-
- May 11, 2020
-
-
- Apr 20, 2020
-
-
Tomasz Bold authored
-
- Apr 09, 2020
-
-
Walter Lampl authored
-
- Apr 07, 2020
-
-
Peter van Gemmeren authored
-
- Jan 20, 2020
-
-
Tadej Novak authored
-
- Dec 24, 2019
-
-
- Dec 17, 2019
-
-
- Nov 25, 2019
-
-
John Chapman authored
-
- Nov 19, 2019
-
-
John Chapman authored
Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file. In python3 the output file needs to be explicitly opened in binary mode. I.e. ```f = open('configdump.pkl','wb')``` rather than ```f = open('configdump.pkl','w')```
-
- Aug 05, 2019
-
-
Walter Lampl authored
-
- Jul 30, 2019
-
-
Walter Lampl authored
-
- Jul 24, 2019
-
-
scott snyder authored
ProxyProviderSvc is in SGComps, not StoreGate.
-
- Jul 18, 2019
-
-
Frank Winklmeier authored
Fix warnings/errors flagged by `flake8`. Mostly unused variables/imports or stylistic code problems.
-
- May 23, 2019
-
-
- May 07, 2019
-
-
- Apr 03, 2019
-
-
- Mar 01, 2019
-
-
- Dec 05, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: 6b28f423
-
- Nov 08, 2018
-
-
Tomasz Bold authored
Former-commit-id: 45675d18
-
- Nov 01, 2018
-
-
scott snyder authored
Metadata tools are now private, not public. Fixes crash in TrigUpgradeTest. Former-commit-id: dda7ea8d
-
- Oct 31, 2018
-
-
Tomasz Bold authored
Former-commit-id: 49b9ded0
-
- Sep 17, 2018
-
-
Former-commit-id: 18aec75c
-
- Jul 09, 2018
-
- Jun 19, 2018
-
-
scott snyder authored
Fix configuration for IOVDbMetaDataTool and ByteStreamMetaDataTool changing from public to private tools. Former-commit-id: 24c83545
-
- Jun 16, 2018
-
-
scott snyder authored
Fix configuration for IOVDbMetaDataTool and ByteStreamMetaDataTool changing from public to private tools. Former-commit-id: 28b2fe8f
-
- Jun 07, 2018
-
-
Walter Lampl authored
Former-commit-id: 6a791025
-