Ignore:
Timestamp:
03/01/09 21:54:27 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc

    r9153 r9369  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.18 2008-11-11 11:46:25 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.19 2009-03-01 21:48:14 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    215215    {
    216216        const MSignalPix &pix  = (*fSignalCam)[i];
    217         const MGeomPix   &gpix = (*fGeomCam)[i];
     217        const MGeom      &gpix = (*fGeomCam)[i];
    218218
    219219        const Float_t dx = gpix.GetX() - cenx;
     
    266266    {
    267267        const MSignalPix &pix  = (*fSignalCam)[i];
    268         const MGeomPix   &gpix = (*fGeomCam)[i];
     268        const MGeom      &gpix = (*fGeomCam)[i];
    269269
    270270        const Float_t dx = gpix.GetX() - cenx;
     
    403403    const Int_t m = fHistWidth.GetMaximumBin();
    404404    if (first>last)
     405    {
    405406        if (m>n)       // If maximum is on the right side of histogram
    406407            last = n;
    407408        else
    408409            first = 0; // If maximum is on the left side of histogram
     410    }
    409411
    410412    if (last-first<=3)
Note: See TracChangeset for help on using the changeset viewer.