Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
    • Will Buttinger's avatar
      'Overhaul order of EndInputFile and LastInputFile incident firing, see... · d4e0edd7
      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
      d4e0edd7
    • Scott Snyder's avatar
      Comply with ATLAS naming conventions. (RootCollection-00-02-33) · a0db475d
      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)
      a0db475d
    • Scott Snyder's avatar
      Fix for root6. (RootFileTools-00-01-53) · 280c435a
      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.
      280c435a
  2. Nov 27, 2015
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (EventIndexProducer-00-02-11) · e8116b22
      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
      e8116b22
  3. Nov 13, 2015
  4. Oct 10, 2015
  5. Sep 15, 2015
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (FileStager-00-00-62) · f0c82f8c
      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
      f0c82f8c
    • Vakhtang Tsulaia's avatar
      More fixes for Token Extractor: adding protection against throwing... · 5e4c6aad
      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.
      5e4c6aad
    • Rolf Seuster's avatar
      Fix https://its.cern.ch/jira/browse/ATLINFR-745 (AthenaPoolUtilities-00-06-04) · ce255340
      Rolf 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)
      ce255340
    • Peter Van Gemmeren's avatar
      Better ROOT settings (OutputStreamAthenaPool-00-02-80) · 6239100a
      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
      6239100a
    • Peter Van Gemmeren's avatar
      Remove split-level overwrite hack (RootStorageSvc-00-04-44) · 02856a31
      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)
      02856a31
  6. Sep 04, 2015
  7. Aug 05, 2015
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (CoolLumiUtilities-00-08-07) · 3c1e8e02
      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.
      3c1e8e02
    • Marcin Nowak's avatar
      fix DbTypeInfo.fromString for types without TClass (StorageSvc-00-04-28) · 58f9eada
      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)
      58f9eada
    • Peter Van Gemmeren's avatar
      Fix seeking for eventless files (EventSelectorAthenaPool-00-18-36-05) · 8dae54c4
      Peter Van Gemmeren authored
      	* tag EventSelectorAthenaPool-00-18-36-05
      	* src/EventSelectorAthenaPool.cxx: Fix seeking for eventless files.
      8dae54c4
    • Francisco Javier Sanchez Martinez's avatar
      Tagging the 00.02.10 release (EventIndexProducer-00-02-10) · f9ffad01
      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)
      f9ffad01
    • Peter Van Gemmeren's avatar
      Split DataHeaderForm (AthenaPoolCnvSvc-00-26-20) · c3efec66
      Peter Van Gemmeren authored
      	* python/WriteAthenaPool.py: Split DataHeaderForm to get better
      	compression.
      	* tag AthenaPoolCnvSvc-00-26-20
      c3efec66
    • Peter Van Gemmeren's avatar
      Better DataHeaderForm optimization for xAOD (PersistentDataModelTPCnv-00-02-08) · ca7df29b
      Peter Van Gemmeren authored
      	* src/DataHeaderCnv_p5.cxx: Better DataHeaderForm optimization for
      	xAOD (branch names containing key only).
      	* tag PersistentDataModelTPCnv-00-02-08
      ca7df29b
    • Peter Van Gemmeren's avatar
      Create POOL FileCatalog entry even for event-less files (PoolSvc-00-24-06-01) · f4ba6ddf
      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
      f4ba6ddf
  8. May 17, 2015
  9. Mar 20, 2015
  10. Mar 03, 2015
  11. Feb 18, 2015
  12. Feb 07, 2015
Loading