Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1868)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1869)
@@ -1,4 +1,8 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2003/03/25: Abelardo Moralejo
+
+    * macros/mergecamera.C
+      - added warning to prevent dangerous misuse of this macro.
 
  2003/03/25: Wolfgang Wittek
Index: trunk/MagicSoft/Mars/macros/mergecamera.C
===================================================================
--- trunk/MagicSoft/Mars/macros/mergecamera.C	(revision 1868)
+++ trunk/MagicSoft/Mars/macros/mergecamera.C	(revision 1869)
@@ -8,4 +8,11 @@
 void mergecamera(Char_t *in="Proton*root", Char_t *out="all.root")
 {
+  cout << endl
+       << "WARNING: this macro merges camera output files, but the" << endl
+       << "Run headers of the resulting file are those of the first" <<endl
+       << "merged file, and so do not represent the whole of the" << endl
+       << "merged events. Be careful not to mix files with different" << endl
+       << "parameters (primary, theta...)." << endl << endl;
+
   //
   // Open output file:
