Changeset 9317 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 02/11/09 12:36:28 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r9316 r9317 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.11 5 2009-02-11 12:17:43tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.116 2009-02-11 12:25:42 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 2325 2325 } 2326 2326 } 2327 /* 2327 2328 2328 // -------------------------------------------------------------------------- 2329 2329 // … … 2339 2339 obj2->Draw(); 2340 2340 obj2->SetBit(kCanDelete); 2341 2341 /* 2342 2342 if (GetGeomCam().InheritsFrom("MGeomCamMagic")) 2343 2343 { … … 2375 2375 } 2376 2376 } 2377 */ 2377 2378 } 2378 2379 … … 2392 2393 obj2->Fit("pol0","Q",""); 2393 2394 obj2->GetFunction("pol0")->SetLineWidth(1); 2394 2395 /* 2395 2396 if (GetGeomCam().InheritsFrom("MGeomCamMagic")) 2396 2397 { … … 2415 2416 } 2416 2417 } 2417 }2418 2418 */ 2419 } 2420 2419 2421 // -------------------------------------------------------------------------- 2420 2422 // … … 2435 2437 // 2436 2438 void MHCamera::CamDraw(TCanvas &c, const Int_t x, const Int_t y, 2437 const Int_t fit, /*const Int_t rad, const Int_t azi,*/2439 const Int_t fit, const Int_t rad, const Int_t azi, 2438 2440 TObject *notify) 2439 2441 { … … 2455 2457 2456 2458 Int_t cnt = 2; 2457 /* 2459 2458 2460 if (rad) 2459 2461 { … … 2473 2475 cnt++; 2474 2476 } 2475 */ 2477 2476 2478 if (fit<0) 2477 2479 return; -
trunk/MagicSoft/Mars/mhist/MHCamera.h
r9316 r9317 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.h,v 1.6 8 2009-02-11 12:17:43tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.h,v 1.69 2009-02-11 12:25:42 tbretz Exp $ 3 3 \* ======================================================================== */ 4 4 #ifndef MARS_MHCamera … … 230 230 TObject *DrawClone(Option_t *option="") const; 231 231 void DrawProjection (Int_t fit=0) const; 232 //void DrawRadialProfile() const;233 //void DrawAzimuthProfile() const;232 void DrawRadialProfile() const; 233 void DrawAzimuthProfile() const; 234 234 235 235 void SavePrimitive(ostream &out, Option_t *); … … 319 319 320 320 void CamDraw(TCanvas &c, const Int_t x, const Int_t y, 321 const Int_t fit, /*const Int_t rad=0, const Int_t azi=0,*/321 const Int_t fit, const Int_t rad=0, const Int_t azi=0, 322 322 TObject *notify=NULL); 323 323
Note:
See TracChangeset
for help on using the changeset viewer.