Changeset 9375 for trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
- Timestamp:
- 03/02/09 15:17:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
r9362 r9375 286 286 void MHCollectionArea::Paint(Option_t *option) 287 287 { 288 if (TString(option)=="paint4" && fMcAreaRadius>0) 289 { 288 // This is a workaround to support also older files 289 if (TString(option)=="paint3") 290 return; 291 292 if (TString(option)=="paint4") 293 { 294 if (fMcAreaRadius<=0) 295 return; 296 290 297 const TString txt = MString::Format("r_{max}=%.0fm --> A_{max}=%.0fm^{2}", 291 298 fMcAreaRadius, GetCollectionAreaAbs());
Note:
See TracChangeset
for help on using the changeset viewer.