Changeset 3280
- Timestamp:
- 02/24/04 18:35:35 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePINDiode.cc
r3266 r3280 89 89 fHRmsCharge.SetDirectory(NULL); 90 90 91 fExtractSlices = 0;91 Clear(); 92 92 } 93 93 … … 235 235 pad->SetBorderMode(0); 236 236 237 if (option.Contains(" RmsCharge"))237 if (option.Contains("rmscharge")) 238 238 win++; 239 239 … … 242 242 243 243 if (!IsEmpty()) 244 pad->SetLogy();244 gPad->SetLogy(); 245 245 246 246 MHGausEvents::Draw(opt); … … 252 252 } 253 253 } 254 255 256 257
Note:
See TracChangeset
for help on using the changeset viewer.