]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Process one event by default
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 27 Jul 2001 08:08:18 +0000 (08:08 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 27 Jul 2001 08:08:18 +0000 (08:08 +0000)
TPC/AliBarrelReconstruction.C

index aeccbefc6a9bc32132d0953e4b212f6d7dc01a57..9650ca6012845d4d20386b594e4d5c8c6f4ff414 100644 (file)
@@ -34,7 +34,7 @@ Int_t ITSFindTracks(const Char_t *inname, const Char_t *inname2, const Char_t *o
 Int_t ITSPropagateBack(const Char_t *inname, const Char_t *outname);
 
 
-Int_t AliBarrelReconstruction(Int_t n) {
+Int_t AliBarrelReconstruction(Int_t n=1) {
    const Char_t *TPCdigName="rfio:galice.root";
    const Char_t *TPCclsName="AliTPCclusters.root";
    const Char_t *TPCtrkName="AliTPCtracks.root";