Changeset 3738 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 04/14/04 18:33:39 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r3737 r3738 641 641 for (Int_t aidx=0;aidx<cam->GetAverageAreas();aidx++) 642 642 { 643 cam->GetAverageHiGainArea(aidx).DrawClone(" all");644 cam->GetAverageLoGainArea(aidx).DrawClone(" all");643 cam->GetAverageHiGainArea(aidx).DrawClone("fourierevents"); 644 cam->GetAverageLoGainArea(aidx).DrawClone("fourierevents"); 645 645 } 646 646 647 647 for (Int_t sector=1;sector<cam->GetAverageSectors();sector++) 648 648 { 649 cam->GetAverageHiGainSector(sector).DrawClone(" all");650 cam->GetAverageLoGainSector(sector).DrawClone(" all");649 cam->GetAverageHiGainSector(sector).DrawClone("fourierevents"); 650 cam->GetAverageLoGainSector(sector).DrawClone("fourierevents"); 651 651 } 652 652
Note:
See TracChangeset
for help on using the changeset viewer.