diff --git a/examples/ClientTests/scripts/BoxTrafos.C b/examples/ClientTests/scripts/BoxTrafos.C
index e6025573986430be1f906845ba79cb614ffd51b0..4974f481a3491555b647689f2bb15f43b6e901e0 100644
--- a/examples/ClientTests/scripts/BoxTrafos.C
+++ b/examples/ClientTests/scripts/BoxTrafos.C
@@ -1,3 +1,18 @@
+// $Id: Geant4Hits.h 513 2013-04-05 14:31:53Z gaede $
+//====================================================================
+//  AIDA Detector description implementation
+//--------------------------------------------------------------------
+//
+//  Author     : M.Frank
+//
+//  ROOT interpreted macro to test world to local and local to world
+//  transformations using 2 simple boxes.
+//
+//  usage: $> root.exe <path>/BoxTrafos.C
+//
+//
+//====================================================================
+
 namespace {
   struct Loader {  Loader() { gSystem->Load("libDD4hepCore"); }  } _load;
 }