Changeset 532 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/17/01 09:32:27 (24 years ago)
Author:
harald
Message:
The changes are neccessary to have the same name for trees in MC and in
data. So now there should be no differences in MC data and real data from
FADC system.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawFileWrite.cc

    r454 r532  
    107107    // create data trees for the three types of data
    108108    //
    109     fTData        = new TTree("Data",       "Normal Triggered Data");
    110     fTPedestal    = new TTree("Pedestal",   "Pedestal Triggered Data");
    111     fTCalibration = new TTree("Calibration","Calibration Triggered Data");
     109    fTData        = new TTree("Events",    "Normal Triggered Events");
     110    fTPedestal    = new TTree("PedEvents", "Pedestal Triggered Events");
     111    fTCalibration = new TTree("CalEvents", "Calibration Triggered Events");
    112112
    113113    //
Note: See TracChangeset for help on using the changeset viewer.