X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FMergeMuonLight.C;h=5cd3e438eb0402a383474c9d55124fd296710d02;hb=36a7d3c62cdaa69faaed68ccea309a978c5172f8;hp=ad27107055f90af67a7b41a9f2153d0b4b0a71f0;hpb=3c226639c06356547c56bd6af61de887678742cf;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/MergeMuonLight.C b/MUON/MergeMuonLight.C index ad27107055f..5cd3e438eb0 100644 --- a/MUON/MergeMuonLight.C +++ b/MUON/MergeMuonLight.C @@ -15,13 +15,12 @@ /* $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" @@ -32,7 +31,13 @@ #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];