Changeset 9376 for trunk/MagicSoft/Mars/mmuon
- Timestamp:
- 03/02/09 15:17:31 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MMuonSearchPar.cc
r8957 r9376 323 323 void MMuonSearchPar::Paint(Option_t *opt) 324 324 { 325 if (fRadius<180 || fRadius>400 || fDeviation>45)326 return;325 //if (fRadius<180 || fRadius>400 || fDeviation>45) 326 // return; 327 327 328 328 TEllipse e1(fCenterX, fCenterY, fRadius-fDeviation, fRadius-fDeviation);
Note:
See TracChangeset
for help on using the changeset viewer.