Changeset 9024 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 07/20/08 19:16:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r9022 r9024 192 192 readreal.AddTree("Drive", MReadReports::kRequired); 193 193 readreal.AddTree("Starguider", MReadReports::kRequired); 194 readreal.AddTree("Currents", MReadReports::kRequired); 194 readreal.AddTree("Camera", MReadReports::kRequired); 195 readreal.AddTree("Currents"); 195 196 readreal.AddTree("CC"); 196 197 readreal.AddTree("Rec"); … … 461 462 // Initialize histogram 462 463 MHSectorVsTime histdc, histrms; 463 histdc.SetNameTime("MTimeC urrents");464 histdc.SetNameTime("MTimeCamera"); 464 465 histdc.SetTitle("Average DC currents of all pixels vs time;;<I> [nA]"); 465 466 histdc.SetMinimum(0); 466 467 histdc.SetMaximum(10); 467 histrms.SetNameTime("MTimeC urrents");468 histrms.SetNameTime("MTimeCamera"); 468 469 histrms.SetTitle("Average pedestal rms of all pixels vs time;;<\\sigma_{p}> [phe]"); 469 470 histrms.SetType(5); … … 526 527 tlist.AddToList(&fillp1, "Drive"); 527 528 tlist.AddToList(&fillp2, "Starguider"); 528 tlist.AddToList(&fillrms, "C urrents");529 tlist.AddToList(&filldc, "C urrents");529 tlist.AddToList(&fillrms, "Camera"); 530 tlist.AddToList(&filldc, "Camera"); 530 531 tlist.AddToList(&fillipr, "Trigger"); 531 532 tlist.AddToList(&filldt1, "CC"); // Old files: Receiver information in CC-Tree (Mars<=2.0)
Note:
See TracChangeset
for help on using the changeset viewer.