Changeset 7033 for trunk/MagicSoft/Mars/mmuon
- Timestamp:
- 05/13/05 19:26:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc
r7009 r7033 204 204 fHistPhi.Fill(TMath::ATan2(dx, dy)*TMath::RadToDeg(), pix.GetNumPhotons()); 205 205 206 // use only the inner pixles. This is geometry dependent. This has to 207 // be fixed! 206 // use only the inner pixles. FIXME: This is geometry dependent 208 207 if(i>397) 209 208 continue;
Note:
See TracChangeset
for help on using the changeset viewer.