Ignore:
Timestamp:
03/26/03 18:25:57 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.