Changeset 61 in Idarraga for mafalda


Ignore:
Timestamp:
Feb 21, 2011, 9:15:10 PM (13 years ago)
Author:
idarraga
Message:
 
Location:
mafalda
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mafalda/AnalysisCore/MediPixAnalysisManager.h

    r59 r61  
    6666                        return 0;
    6767                }else{
    68                         cout << "x,y : " << col << " , " << row << endl;
    6968                        return analysisCore->m_frameXC[xplace];
    7069                }
  • mafalda/MPXViewer/MPXViewer.cpp

    r59 r61  
    387387
    388388        TH2I * histFrame = new TH2I(hname, title,
    389                         xsizeT, 0, xsizeT-1,
    390                         ysizeT, 0, ysizeT-1);
     389                        xsizeT, 0, xsizeT,
     390                        ysizeT, 0, ysizeT);
     391        //histFrame->GetYaxis()->SetRangeUser(0, 200);
     392        //histFrame->GetXaxis()->SetRangeUser(0, 20);
    391393
    392394        // don't run throught the whole matrix
Note: See TracChangeset for help on using the changeset viewer.