Changeset 1869 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 03/26/03 18:25:57 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.