Changeset 4833 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 09/02/04 15:18:09 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mimage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHNewImagePar.cc
r3682 r4833 200 200 } 201 201 202 void MHNewImagePar::Paint(Option_t *) 203 { 204 TVirtualPad *savepad = gPad; 205 if (fHistLeakage1.GetEntries()>0 && fHistLeakage2.GetEntries()>0) 206 { 207 fHistLeakage1.SetMinimum(-1111); 208 fHistLeakage2.SetMinimum(-1111); 209 gPad->cd(1); 210 gPad->SetLogy(); 211 } 212 gPad = savepad; 213 } 214 202 215 // -------------------------------------------------------------------------- 203 216 // -
trunk/MagicSoft/Mars/mimage/MHNewImagePar.h
r3682 r4833 46 46 TH1F &GetHistConc1() { return fHistConc1; } 47 47 48 void Draw(Option_t *opt=NULL); 48 void Draw(Option_t *opt=""); 49 void Paint(Option_t *opt=""); 49 50 50 51 ClassDef(MHNewImagePar, 1) // Histograms of new image parameters
Note:
See TracChangeset
for help on using the changeset viewer.