Changeset 9369 for trunk/MagicSoft/Mars/mmuon
- Timestamp:
- 03/01/09 21:54:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc
r9153 r9369 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.1 8 2008-11-11 11:46:25tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.19 2009-03-01 21:48:14 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 215 215 { 216 216 const MSignalPix &pix = (*fSignalCam)[i]; 217 const MGeom Pix&gpix = (*fGeomCam)[i];217 const MGeom &gpix = (*fGeomCam)[i]; 218 218 219 219 const Float_t dx = gpix.GetX() - cenx; … … 266 266 { 267 267 const MSignalPix &pix = (*fSignalCam)[i]; 268 const MGeom Pix&gpix = (*fGeomCam)[i];268 const MGeom &gpix = (*fGeomCam)[i]; 269 269 270 270 const Float_t dx = gpix.GetX() - cenx; … … 403 403 const Int_t m = fHistWidth.GetMaximumBin(); 404 404 if (first>last) 405 { 405 406 if (m>n) // If maximum is on the right side of histogram 406 407 last = n; 407 408 else 408 409 first = 0; // If maximum is on the left side of histogram 410 } 409 411 410 412 if (last-first<=3)
Note:
See TracChangeset
for help on using the changeset viewer.