Changeset 3002


Ignore:
Timestamp:
02/02/04 15:06:02 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CVSROOT/loginfo

    r3000 r3002  
    1717#
    1818# For example:
    19 DEFAULT         (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
     19#DEFAULT                (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
     20DEFAULT         (echo "chgrp Magic %s") >> $CVSROOT/CVSROOT/commitlog
    2021
  • trunk/MagicSoft/Mars/NEWS

    r3001 r3002  
    3939     + MJExtractSignal
    4040     Note: All of them are preliminary!
     41
     42   - Added Iterator to iterate over files giving only the run-number
    4143
    4244
  • trunk/MagicSoft/Mars/mbase/MRunIter.cc

    r2992 r3002  
    2626//
    2727//  MRunIter
     28//
     29//  Use this to iterate over run-files giving only the run-number.
     30//
     31//  You need the specify the run-file root-directory (eg /data/MAGIC).
    2832//
    2933/////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.