Skip to content
Snippets Groups Projects
Forked from atlas / athena
128842 commits behind the upstream repository.
  • Christian Ohm's avatar
    04155277
    Update of ExtractEvents.py, now supports local file input (PROCTools-00-00-91) · 04155277
    Christian Ohm authored
            * Updates to ExtractEvents.py
            * PROCTools-00-00-91
    
    2015-08-26 Christian Ohm <christian.ohm@cern.ch>
            * Added new script ExtractEvents.py
            * PROCTools-00-00-90
    
    2015-08-25 Thijs Cornelissen <thijs.cornelissen@cern.ch>
    	* Bug fix
    	* Skip IDCosmic test in comparison test
    	* PROCTools-00-00-89
    
    2015-08-24 Antonio Limosani <antonio.limosani@cern.ch>
    	* Add RunTier0Tests
    	* PROCTools-00-00-87
    
    2015-08-24 Thijs Cornelissen <thijs.cornelissen@cern.ch>
    	* Add switch in compareTCTs for using diff-root
    	* PROCTools-00-00-86
    
    ...
    (Long ChangeLog diff - truncated)
    04155277
    History
    Update of ExtractEvents.py, now supports local file input (PROCTools-00-00-91)
    Christian Ohm authored
            * Updates to ExtractEvents.py
            * PROCTools-00-00-91
    
    2015-08-26 Christian Ohm <christian.ohm@cern.ch>
            * Added new script ExtractEvents.py
            * PROCTools-00-00-90
    
    2015-08-25 Thijs Cornelissen <thijs.cornelissen@cern.ch>
    	* Bug fix
    	* Skip IDCosmic test in comparison test
    	* PROCTools-00-00-89
    
    2015-08-24 Antonio Limosani <antonio.limosani@cern.ch>
    	* Add RunTier0Tests
    	* PROCTools-00-00-87
    
    2015-08-24 Thijs Cornelissen <thijs.cornelissen@cern.ch>
    	* Add switch in compareTCTs for using diff-root
    	* PROCTools-00-00-86
    
    ...
    (Long ChangeLog diff - truncated)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
__init__.py 237 B
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration

#File PROCTools/__init__.py

__version__ = '0.0.0'
__author__  = 'walter.lampl@cern.ch'
	
__all__ = [ "compareTCTs","diffTAGTree","getFileLists","RunTier0Tests"]