]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MergeMuonLight.C
New raw-reader class which deals with events taken from shared memory via the DATE...
[u/mrichter/AliRoot.git] / MUON / MergeMuonLight.C
index ad27107055f90af67a7b41a9f2153d0b4b0a71f0..5cd3e438eb0402a383474c9d55124fd296710d02 100644 (file)
 
 /* $Id$ */
 
-// A. De Falco, H. Woehri, INFN Cagliari, July 2006 
-// This macro merges several files built with DecodeRecoCocktail.C into 
-// a single one. 
-// Arguments:     foutname = name of the output file
-//                flistname = name of a text file containing the list of files
-//                            to be merged 
-//                saveAll = boolian that allows/forbids saving of events with no muons
+/// \ingroup macros
+/// \file MergeMuonLight.C
+/// \brief This macro merges several files built with DecodeRecoCocktail.C into 
+/// a single one
+///
+/// \author A. De Falco, H. Woehri, INFN Cagliari, July 2006 
 
 #if !defined(__CINT__) || defined(__MAKECINT__)
 #include "TFile.h"
 #endif
 
 
-void MergeMuonLight(char *foutname="MuonLightMerged.root",char *flistname="lista.lis", Bool_t saveAll = kTRUE){ 
+void MergeMuonLight(char *foutname="MuonLightMerged.root",char *flistname="lista.lis", Bool_t saveAll = kTRUE)
+{ 
+/// \param foutname   name of the output file
+/// \param flistname  name of a text file containing the list of files
+///                   to be merged 
+/// \param  saveAll    boolian that allows/forbids saving of events with no muons
+
   // up to 2000 input files 
 
   TFile *file[2000];