Changeset 4075 for trunk/MagicSoft/Mars/mtemp/mifae/macros
- Timestamp:
- 05/14/04 17:41:08 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/macros/findstars.C
r4073 r4075 85 85 dccal.SetFileName(continuoslightfile); 86 86 87 87 88 const Int_t numblind = 12; 88 89 const Short_t x[numblind] = { 8, 27, … … 90 91 543, 559, 560, 561, 567}; 91 92 const TArrayS blindpixels(numblind,(Short_t*)x); 92 MFindStars findstars;93 findstars.SetBlindPixels(blindpixels);94 93 Float_t ringinterest = 100; //[mm] 95 94 Float_t tailcut = 3.5; 96 95 UInt_t integratedevents = 10; 96 97 MFindStars findstars; 98 // findstars.SetBlindPixels(blindpixels); 97 99 findstars.SetRingInterest(ringinterest); 98 100 findstars.SetDCTailCut(tailcut); … … 131 133 return; 132 134 133 MHCamera display0(geomcam);134 display0.SetPrettyPalette();135 display0.Draw();136 // display0.SetCamContent(dccal.GetDisplay());137 display0.SetCamContent(dccal.GetDCCalibrationFactor());138 gPad->Modified();139 gPad->Update();135 // MHCamera display0(geomcam); 136 // display0.SetPrettyPalette(); 137 // display0.Draw(); 138 // // display0.SetCamContent(dccal.GetDisplay()); 139 // display0.SetCamContent(dccal.GetDCCalibrationFactor()); 140 // gPad->Modified(); 141 // gPad->Update(); 140 142 141 // Remove the comments if you want to go through the file142 // event-by-event:143 if (!HandleInput())144 break;143 // // Remove the comments if you want to go through the file 144 // // event-by-event: 145 // if (!HandleInput()) 146 // break; 145 147 146 148 MHCamera display(geomcam);
Note:
See TracChangeset
for help on using the changeset viewer.