Changeset 15232 for trunk/Mars/fact
- Timestamp:
- 04/03/13 16:47:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/merpp.C
r15230 r15232 6 6 if (file.IsZombie()) 7 7 { 8 gLog << "merpp 3: Invalid file '" << froot << "'" << endl;8 gLog << "merpp: Invalid file '" << froot << "'" << endl; 9 9 return; 10 10 } … … 14 14 if (!tree) 15 15 { 16 gLog << "merpp 3: Tree 'RunHeaders' not found... skipped." << endl;16 gLog << "merpp: Tree 'RunHeaders' not found... skipped." << endl; 17 17 return; 18 18 } … … 20 20 if (tree->GetEntries()!=1) 21 21 { 22 gLog << "merpp 3: Number of RunHeaders do not match 1... skipped." << endl;22 gLog << "merpp: Number of RunHeaders do not match 1... skipped." << endl; 23 23 return; 24 24 } … … 72 72 } 73 73 74 int merpp 3(const char *seqfile="sequences/20111205_013.seq", const char *path = "output")74 int merpp(const char *seqfile="sequences/20111205_013.seq", const char *path = "output") 75 75 { 76 76 // The sequence file which defines the files for the analysis
Note:
See TracChangeset
for help on using the changeset viewer.