]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/scripts/MakeLego.C
Record changes.
[u/mrichter/AliRoot.git] / FMD / scripts / MakeLego.C
index 35506411a6ab5f7260339eb628342e31ee32b2ac..38508d8635e17316bf7691ca6fbf20470bf8b2dc 100644 (file)
@@ -1,3 +1,6 @@
+//____________________________________________________________________
+//
+// $Id$
 //
 // Script to make ROOT files with LEGO information histograms
 //
@@ -18,6 +21,7 @@ process(TFile* file, const char* name, const char* opt)
   return heta;
 }
 
+//____________________________________________________________________
 void
 MakeLego(const Char_t* what) 
 {
@@ -52,3 +56,7 @@ MakeLego(const Char_t* what)
   output->Close();
   galice->Close();  
 }
+//____________________________________________________________________
+//
+// EOF
+//