- Jan 19, 2016
-
-
Will Buttinger authored
'Overhaul order of EndInputFile and LastInputFile incident firing, see changelog' (EventSelectorAthenaPool-00-18-36-06) * src/EventSelectorAthenaPool.cxx: Changed firing of EndInputFile and LastInputFile to occur when switching to new file or end of eventselector respectively These events no longer fire on the ::stop, so should always fire before MetaDataStop. This means if the user interrupts the processing, the EndInputFile and LastInputFile are not fired, only the MetaDataStop (via the service stops) Happens in both ::next and ::seek, so that behaviour consistent in both athenaMP and not * tag EventSelectorAthenaPool-00-18-36-06
-
Scott Snyder authored
* Tagging RootCollection-00-02-33. * Comply with ATLAS naming conventions. 2015-07-18 scott snyder <snyder@bnl.gov> * Tagging RootCollection-00-02-32. * src/RootCollectionQuery.cpp: Fix for root 6.03. 2015-06-22 scott snyder <snyder@bnl.gov> * Tagging RootCollection-00-02-31. * Fix clang warnings (remove #define private). 2015-05-27 scott snyder <snyder@bnl.gov> * Tagging RootCollection-00-02-30. * test/read_test.cxx, test/update_test.cxx: Avoid redundant division warnings. ... (Long ChangeLog diff - truncated)
-
Scott Snyder authored
* Tagging RootFileTools-00-01-53. * src/HistoPile.cxx: Fix for root6. 2015-06-05 scott snyder <snyder@bnl.gov> * Tagging RootFileTools-00-01-52. * Avoid redundant divisions. 2015-03-11 scott snyder <snyder@bnl.gov> * Tagging RootFileTools-00-01-51. * Fix more coverity warnings.
-
- Nov 27, 2015
-
-
Atlas-Software Librarian authored
* python/POOL2EI_Lib.py: correct extraction of GUID for current file get TriggerDecision from xAOD::TrigDecision when available add EndEvtLoop incident handler to correctly save number of events for current file in EI when maxEvents limit is reached * scripts/sendEI.py: add JMSDeliveryMode to messages to make them PERSISTENT properly close message groups using JMSXGroupSeq=-1 allow sending specific GUIDs from EventIndex file compute number of unique events in terms of run-evt key per GUID modify EISTATS messages to include: number of unique events, producerID and seqID EI creation original timestamps GUID sending order and total number of GUIDs sent * skeleton.POOLtoEI_tf.py: Change default value for SendToBroker to False * POOL2EI_joboptions.py: Change default value for SendToBroker to False get TriggerDecision from xAOD::TrigDecision when available * Tag EventIndexProducer-00-02-11
-
- Nov 13, 2015
-
-
Scott Snyder authored
* Tagging RootStorageSvc-00-04-46. * Fix placement of using directives. 2015-10-02 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-45. * src/RootTreeContainer.cpp (writeObject): Protect against auxid set changing during iteration.
-
- Oct 10, 2015
-
-
Richard Hawkings authored
* tagging AthenaPoolUtilities-00-07-00 * additional convenience funcitons in CondAttrListVec.h to give list of all channels, and list of pointers to attributelists in a particular channel, requested by SCT
-
- Sep 15, 2015
-
-
Atlas-Software Librarian authored
* cmt/requirements Remove the cmake-specific code for the dictionary creation since the CMT pattern is now used to auto-generate the required cmake code * Tagged as FileStager-00-00-62 2015-02-04 Marcin Nowak <Marcin.Nowak@cern.ch> * cmt\requirements: use CMT pattern to compile dictionary instead of Makefile.Standalone * Tagged as FileStager-00-00-61 2014-11-24 David Quarrie <David.Quarrie@cern.ch> * cmt/requirements Add cmake-specific lines for building this package. These are transparent to CMT. * Tagged as FileStager-00-00-60 2014-01-10 Max Baak <mbaak@cern.ch> * fix requirements check error * Tagged as FileStager-00-00-59
-
Vakhtang Tsulaia authored
More fixes for Token Extractor: adding protection against throwing std::out_of_range (CollectionUtilities-00-02-24) * More fixes for Token Extractor: adding protection against throwing std::out_of_range 2015-07-28 Vakho Tsulaia <tsulaia@cern.ch> * Fixing the "empty line" bug in Token Extractor 2015-06-22 scott snyder <snyder@bnl.gov> * Tagging CollectionUtilities-00-02-22. * Fix clang warnings: auto_ptr -> unique_ptr.
-
https://its.cern.ch/jira/browse/ATLINFR-745Rolf Seuster authored
2015-08-12 Rolf Seuster * Tagging AthenaPoolUtilities-00-06-04 * Fix https://its.cern.ch/jira/browse/ATLINFR-745 2015-07-22 scott snyder <snyder@bnl.gov> * Tagging AthenaPoolUtilities-00-06-03 * AthenaPoolUtilities/selection.xml: Fix duplicate selections. 2014-11-21 Marcin Nowak <Marcin.Nowak@cern.ch> * AthenaPoolUtilities/selection.xml: Remove AttributeData, as Coral hides header and make AttributeList work for REFLEX * Tagging AthenaPoolUtilities-00-06-02 2014-11-05 Marcin Nowak <Marcin.Nowak@cern.ch> * AthenaPoolUtilities\selection.xml: added AttributeListSpecification, fixed typo * Tagging AthenaPoolUtilities-00-06-01 2014-11-03 Marcin Nowak <Marcin.Nowak@cern.ch> * AthenaPoolUtilities\selection.xml: adding coral::Attribute ... (Long ChangeLog diff - truncated)
-
Peter Van Gemmeren authored
* python/MultipleStreamManager.py: Set xAOD to split static aux store (previously hardcoded) in MultipleStreamManager.NewPoolRootStream. * Tagging as OutputStreamAthenaPool-00-02-80 2015-04-23 Will Buttinger <will@cern.ch> * src/AthenaPoolOutputStreamTool.cxx: Added exception for Aux objects, which don't get a CLID in the first event (only when loaded later) because of issues with the way cliddb is generated at compile time. Should allow people to run with TakeItemsFromInput when working with xAOD * Tagging as OutputStreamAthenaPool-00-02-78 2015-03-04 Peter van Gemmeren <gemmeren@anl.gov> * Fixing Compression and AutoFlush settings to MultipleStreamManager.NewPoolRootStream. * Tagging as OutputStreamAthenaPool-00-02-77 2015-02-26 Will Buttinger <will@cern.ch> * src/AthenaPoolOutputStreamTool.cxx: Added check of availability of clid before adding to ItemList, when taking list from input * Tagging as OutputStreamAthenaPool-00-02-76
-
Peter Van Gemmeren authored
* Tagging RootStorageSvc-00-04-44. * src/RootTreeContainer.cpp: Allow setting of split-level for all static aux store container, by using "Aux." as container name. Remove split-level overwrite hack. 2015-06-22 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-43. * Fix clang warnings. 2015-03-26 Peter van Gemmeren <gemmeren@anl.gov> * Tagging RootStorageSvc-00-04-42. * src/RootDatabase.cpp: Add IOBYTES_WRITTEN and IOBYTES_READ options. 2015-03-11 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-41. * src/RootTreeContainer.cpp (open): Fix coverity warning. ... (Long ChangeLog diff - truncated)
-
- Sep 04, 2015
-
-
https://its.cern.ch/jira/browse/ATLINFR-745Rolf Seuster authored
* revert changes in -05-05 * Fix https://its.cern.ch/jira/browse/ATLINFR-745 for root-5 builds 2015-06-16 Rolf Seuster * cmt/requirements: add dependencies on <lib>_optdebug_library if we split off debug * symbols to fix race condition seen in clang 3.6 builds * Tagged as AthenaPoolUtilities-00-05-05
-
- Aug 05, 2015
-
-
Atlas-Software Librarian authored
* Protect against running on MC * Tag as CoolLumiUtilities-00-08-07 2015-06-10 Eric Torrence <Eric.Torrence@cern.ch> * Configure the CalibrationTool properly in both Run1 and Run2 * Tag as CoolLumiUtilities-00-08-06 2015-06-08 Eric Torrence <Eric.Torrence@cern.ch> * Tag as CoolLumiUtilities-00-08-05 2015-05-31 Eric Torrence <Eric.Torrence@cern.ch> * New channel descriptions for Run2 * Tag as CoolLumiUtilities-00-08-04 2015-04-14 scott snyder <snyder@bnl.gov> * Tagging CoolLumiUtilities-00-08-03. * src/BunchDescription.cxx: Fix warning.
-
Marcin Nowak authored
* src\DbTypeInfo.cpp(fromString): fixed previous tag for cases where there is no TClass for the given typestring * Tagging StorageSvc-00-04-28 2015-06-23 Marcin Nowak <Marcin.Nowak@cern.ch> * src\DbTypeInfo.cpp (fromDbString): enable reading Reflex and non-Reflex era files together (problem with column name change) * Tagging StorageSvc-00-04-27 2015-06-19 scott snyder <snyder@bnl.gov> * Tagging StorageSvc-00-04-26. * Fix clang warnings. 2015-05-04 Peter van Gemmeren <gemmeren@anl.gov> * Tagging StorageSvc-00-04-25. * src/DbContainer.cpp: Use function argument to set call object pointer. ... (Long ChangeLog diff - truncated)
-
Peter Van Gemmeren authored
* tag EventSelectorAthenaPool-00-18-36-05 * src/EventSelectorAthenaPool.cxx: Fix seeking for eventless files.
-
Francisco Javier Sanchez Martinez authored
2015-06-16 Javier Sanchez <Javier.Sanchez@ific.uv.es> * python/POOL2EI_Lib.py: added workaround for reading coral::Attribute::data<string> for ROOT6 * Tag EventIndexProducer-00-02-10 2015-05-28 Javier Sanchez <Javier.Sanchez@ific.uv.es> * python/eiTrfArgs: added nargs='+' to arguments to allow multiple inputs * scripts/sendEI.py: modify logic to allow multiple file processing * Tag EventIndexProducer-00-02-09 2015-05-28 Javier Sanchez <Javier.Sanchez@ific.uv.es> * python/EITransformUtils.py: added to allow EI as a substep * python/POOL2EI_Lib.py: get dataset name from job definition for jobs at grid * python/EI_Lib.py: remove first line "#!/bin/env python ". Never run as a command * python/eiTrfArgs.py: added to allow EI as a substep * share/skeleton.POOLtoEI_tf.py: Allow input types: 'POOL', 'AOD', 'ESD', 'EVNT', 'HITS', 'RDO' and 'AOD_MRG' * scripts/POOLtoEI_tf.py: use methods defined in EITransformUtils to build the transformation * scripts/AODMergeEI_tf.py: Merge + EventIndex in one pass. Do not use in production * scripts/sendEI.py: add GUID in message header * Tag EventIndexProducer-00-02-08 ... (Long ChangeLog diff - truncated)
-
Peter Van Gemmeren authored
* python/WriteAthenaPool.py: Split DataHeaderForm to get better compression. * tag AthenaPoolCnvSvc-00-26-20
-
Peter Van Gemmeren authored
* src/DataHeaderCnv_p5.cxx: Better DataHeaderForm optimization for xAOD (branch names containing key only). * tag PersistentDataModelTPCnv-00-02-08
-
Peter Van Gemmeren authored
* tag PoolSvc-00-24-06-01 * src/PoolSvc.cxx: Create POOL FileCatalog entry even for event-less files, if needed. * src/PoolSvc.cxx: Avoid dependence on FCLeaf.h and FCImpl.h
-
- May 17, 2015
-
-
Vakhtang Tsulaia authored
* Error handling within Token Extractor 2015-04-06 scott snyder <snyder@bnl.gov> * Tagging CollectionUtilities-00-02-20. * utilities/TokenExtractor.cpp: Another coverity warning fix. 2015-03-11 scott snyder <snyder@bnl.gov> * Tagging CollectionUtilities-00-02-19. * Fix more coverity warnings. 2015-02-25 Vakho Tsulaia <tsulaia@cern.ch> * TokenExtractor: Deal with wrong URLs to the Event Index
-
Peter Van Gemmeren authored
* tag EventSelectorAthenaPool-00-18-36-04 * src/PoolCollectionConverter.cxx: Fix for opening files as ImplicitCollection
-
Joerg Stelzer authored
* Fix detector mask and project tag * CoolRunQuery-00-04-55 2015-02-10 Joerg * Trigger DB can be queried across run 1/2 boundaries * CoolRunQuery-00-04-54 2015-02-08 Joerg * Many fixes for run2 (Conditions, TriggerDB) * CoolRunQuery-00-04-53
-
- Mar 20, 2015
-
-
Peter Van Gemmeren authored
* tag EventSelectorAthenaPool-00-18-36-03 * src/EventSelectorAthenaPool.cxx: Fix seeking end of file detection. 2015-02-26 Peter van Gemmeren <gemmeren@anl.gov> * tag EventSelectorAthenaPool-00-18-36-01 * src/EventSelectorAthenaPool: Fire FirstInputFile incident in initialize even for event-less files.
-
Walter Lampl authored
* CondDb.py: error -> warning * tag IOVDbSvc-01-07-04 2015-03-04 Walter Lampl <walter.lampl@ cern.ch> * change fallback database instance form COMP200 to CONDBR (eg run2 is now default) * tag IOVDbSvc-01-07-03
-
Francisco Javier Sanchez Martinez authored
-
- Mar 03, 2015
-
-
Peter Van Gemmeren authored
-
- Feb 18, 2015
-
-
Atlas-Software Librarian authored
* Tagging IOVDbMetaDataTools-00-00-46. * IOVDbMetaDataTools/IIOVDbMetaDataTool.h: Fix header guard.
-
Peter Van Gemmeren authored
-
Richard Hawkings authored
* tagging AtlasAuthentication-00-05-06 * add ATONR_COOL ATONR_CONF DEVDB11 replicas to dbreplica.config * update dblookup.xml and authentication.xml for run2 trigger DB instances for Joerg Stelzer
-
Vakhtang Tsulaia authored
Extending the functionality of RDBAccessSvc::shutdown() in order to be able to close all open connections in one go (RDBAccessSvc-00-09-09) * Extending the functionality of RDBAccessSvc::shutdown() in order to be able to close all open connections in one go
-
Scott Snyder authored
* Tagging AthenaRootComps-00-11-09. * src/RootConnection.h, src/RootConnection.cxx: Fix coverity warnings.
-
Scott Snyder authored
* Tagging EventSelectorAthenaPool-00-18-36. * src/EventSelectorAthenaPool.cxx (reinit): Fix bug in m_guid assignment flagged by clang.
-
Scott Snyder authored
* Tagging CollectionBase-00-02-08. * Fix bugs found by clang.
-
Scott Snyder authored
* Tagging AthenaPoolCnvSvc-00-26-19. * src/AthenaPoolCnvSvc.cxx: Free memory in finalize, to reduce noise during leak checking.
-
Scott Snyder authored
* Tagging RootStorageSvc-00-04-34. * src/AuxStoreAPR.cpp (AuxStoreAPR): Use HasDictionarySelection instead of TClassTable::Check.
-
- Feb 07, 2015
-
-
Francisco Javier Sanchez Martinez authored
-
Scott Snyder authored
* Tagging IOVDbTPCnv-00-01-05. * Remove unused ARA converter dictionaries.
-
Marcin Nowak authored
* src\RootTreeContainer.cpp: fix memory leak in SetAddress() when writing empty xAOD branches. https://its.cern.ch/jira/browse/ATEAM-101 * Tagging RootStorageSvc-00-04-33 2015-01-23 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-32. * src/AuxStoreAPR.cpp: Forgotten #include. * Tagging RootStorageSvc-00-04-31. * src/AuxStoreAPR.cpp (AuxStoreAPR): For root6, try to use TClassTable::Check to see if a class has a dictionary (Philippe's suggestion). 2015-01-21 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-30. * src/RootTreeContainer.cpp (addAuxBranch): Allow splitting again (we no longer use the custom root streamer for EL output).
-
Richard Hawkings authored
2015-01-26 Richard Hawkings <richard.hawkings@cern.ch> * tagging AtlasAuthentication-00-05-05 * add INT8R and INTR trigger DB replica to dbreplica.config 2014-11-18 Richard Hawkings <richard.hawkings@cern.ch> 2014-08-31 Richard Hawkings <richard.hawkings@cern.ch>
-
Eric Torrence authored
* Fixed coverity warnings * Tagged as CoolLumiUtilities-00-08-02
-