Changeset 1869


Ignore:
Timestamp:
03/26/03 18:25:57 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1868 r1869  
    11                                                 -*-*- END OF LINE -*-*-
    22
     3 2003/03/25: Abelardo Moralejo
     4
     5    * macros/mergecamera.C
     6      - added warning to prevent dangerous misuse of this macro.
    37
    48 2003/03/25: Wolfgang Wittek
  • trunk/MagicSoft/Mars/macros/mergecamera.C

    r1820 r1869  
    88void mergecamera(Char_t *in="Proton*root", Char_t *out="all.root")
    99{
     10  cout << endl
     11       << "WARNING: this macro merges camera output files, but the" << endl
     12       << "Run headers of the resulting file are those of the first" <<endl
     13       << "merged file, and so do not represent the whole of the" << endl
     14       << "merged events. Be careful not to mix files with different" << endl
     15       << "parameters (primary, theta...)." << endl << endl;
     16
    1017  //
    1118  // Open output file:
Note: See TracChangeset for help on using the changeset viewer.