- Timestamp:
- 03/26/03 18:25:57 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1868 r1869 1 1 -*-*- END OF LINE -*-*- 2 2 3 2003/03/25: Abelardo Moralejo 4 5 * macros/mergecamera.C 6 - added warning to prevent dangerous misuse of this macro. 3 7 4 8 2003/03/25: Wolfgang Wittek -
trunk/MagicSoft/Mars/macros/mergecamera.C
r1820 r1869 8 8 void mergecamera(Char_t *in="Proton*root", Char_t *out="all.root") 9 9 { 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 10 17 // 11 18 // Open output file:
Note:
See TracChangeset
for help on using the changeset viewer.