Ignore:
Timestamp:
07/20/08 19:16:52 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r9022 r9024  
    192192    readreal.AddTree("Drive",            MReadReports::kRequired);
    193193    readreal.AddTree("Starguider",       MReadReports::kRequired);
    194     readreal.AddTree("Currents",         MReadReports::kRequired);
     194    readreal.AddTree("Camera",           MReadReports::kRequired);
     195    readreal.AddTree("Currents");
    195196    readreal.AddTree("CC");
    196197    readreal.AddTree("Rec");
     
    461462    // Initialize histogram
    462463    MHSectorVsTime histdc, histrms;
    463     histdc.SetNameTime("MTimeCurrents");
     464    histdc.SetNameTime("MTimeCamera");
    464465    histdc.SetTitle("Average DC currents of all pixels vs time;;<I> [nA]");
    465466    histdc.SetMinimum(0);
    466467    histdc.SetMaximum(10);
    467     histrms.SetNameTime("MTimeCurrents");
     468    histrms.SetNameTime("MTimeCamera");
    468469    histrms.SetTitle("Average pedestal rms of all pixels vs time;;<\\sigma_{p}> [phe]");
    469470    histrms.SetType(5);
     
    526527        tlist.AddToList(&fillp1,  "Drive");
    527528        tlist.AddToList(&fillp2,  "Starguider");
    528         tlist.AddToList(&fillrms, "Currents");
    529         tlist.AddToList(&filldc,  "Currents");
     529        tlist.AddToList(&fillrms, "Camera");
     530        tlist.AddToList(&filldc,  "Camera");
    530531        tlist.AddToList(&fillipr, "Trigger");
    531532        tlist.AddToList(&filldt1, "CC");   // Old files: Receiver information in CC-Tree  (Mars<=2.0)
Note: See TracChangeset for help on using the changeset viewer.