Changeset 9869 for trunk/Mars/mjtrain


Ignore:
Timestamp:
08/16/10 09:09:15 (14 years ago)
Author:
tbretz
Message:
Gave names to the data sets in the output file in MJTrainSeparation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mjtrain/MJTrainSeparation.cc

    r9347 r9869  
    10461046    fLog->Separator();
    10471047
     1048    fDataSetTrain.SetName("DataSetTrain");
     1049    fDataSetTest.SetName("DataSetTest");
     1050
    10481051    // Write the display
    10491052    TObjArray arr;
     
    10561059    return WriteContainer(arr, 0, "UPDATE");
    10571060}
    1058 
Note: See TracChangeset for help on using the changeset viewer.