Ignore:
Timestamp:
04/03/13 16:47:07 (11 years ago)
Author:
Daniela Dorner
Message:
updated name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/merpp.C

    r15230 r15232  
    66    if (file.IsZombie())
    77    {
    8         gLog << "merpp3: Invalid file '" << froot << "'" << endl;
     8        gLog << "merpp: Invalid file '" << froot << "'" << endl;
    99        return;
    1010    }
     
    1414    if (!tree)
    1515    {
    16         gLog << "merpp3: Tree 'RunHeaders' not found... skipped." << endl;
     16        gLog << "merpp: Tree 'RunHeaders' not found... skipped." << endl;
    1717        return;
    1818    }
     
    2020    if (tree->GetEntries()!=1)
    2121    {
    22         gLog << "merpp3: Number of RunHeaders do not match 1... skipped." << endl;
     22        gLog << "merpp: Number of RunHeaders do not match 1... skipped." << endl;
    2323        return;
    2424    }
     
    7272}
    7373
    74 int merpp3(const char *seqfile="sequences/20111205_013.seq", const char *path = "output")
     74int merpp(const char *seqfile="sequences/20111205_013.seq", const char *path = "output")
    7575{
    7676    // The sequence file which defines the files for the analysis
Note: See TracChangeset for help on using the changeset viewer.