Changeset 2152 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 06/03/03 08:21:45 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h
r2147 r2152 41 41 #pragma link C++ class MPadding+; 42 42 #pragma link C++ class MPadSchweizer+; 43 #pragma link C++ class MPadONOFF+; 43 44 44 45 #pragma link C++ class MCT1PointingCorrCalc+; … … 54 55 55 56 #endif 57 -
trunk/MagicSoft/Mars/manalysis/MPadSchweizer.cc
r2141 r2152 392 392 393 393 hblind = fHBlindPixIdTheta->ProjectionY("", binPix, binPix, ""); 394 fBlinds->Clear();395 394 if ( hblind->GetEntries() > 0.0 ) 396 395 for (UInt_t i=0; i<numBlind; i++) … … 774 773 775 774 //--------------------------------------------------------------- 776 TCanvas &c = *(MH::MakeDefCanvas("PadSchweizer", "", 900, 900));777 c.Divide(3, 3);775 TCanvas &c = *(MH::MakeDefCanvas("PadSchweizer", "", 900, 1200)); 776 c.Divide(3, 4); 778 777 gROOT->SetSelectedPad(NULL); 779 778 … … 801 800 fHSigmaTheta->DrawCopy(); 802 801 fHSigmaTheta->SetBit(kCanDelete); 802 803 //-------------------------------------------------------------------- 804 805 806 c.cd(7); 807 fHBlindPixNTheta->SetDirectory(NULL); 808 fHBlindPixNTheta->SetTitle("(Input) 2D : no.of blind pixels, \\Theta"); 809 fHBlindPixNTheta->DrawCopy(); 810 fHBlindPixNTheta->SetBit(kCanDelete); 811 812 //-------------------------------------------------------------------- 813 814 815 c.cd(10); 816 fHBlindPixIdTheta->SetDirectory(NULL); 817 fHBlindPixIdTheta->SetTitle("(Input) 2D : blind pixel Id, \\Theta"); 818 fHBlindPixIdTheta->DrawCopy(); 819 fHBlindPixIdTheta->SetBit(kCanDelete); 803 820 804 821 -
trunk/MagicSoft/Mars/manalysis/Makefile
r2147 r2152 23 23 # 24 24 INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \ 25 -I../mdata -I../mhist -I../mgui -I../mimage -I../mhistmc 25 -I../mdata -I../mhist -I../mgui -I../mimage -I../mhistmc \ 26 -I../mfileio 27 26 28 27 29 #------------------------------------------------------------------------------ … … 54 56 MPadding.cc \ 55 57 MPadSchweizer.cc \ 58 MPadONOFF.cc \ 56 59 MCT1PointingCorrCalc.cc \ 57 60 MParameters.cc \
Note:
See TracChangeset
for help on using the changeset viewer.