Changeset 2416 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 10/20/03 21:32:30 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc
r2410 r2416 412 412 } 413 413 414 void MCerPhotEvt::DrawPixelContent(Int_t num , TVirtualPad *pad=NULL) const414 void MCerPhotEvt::DrawPixelContent(Int_t num) const 415 415 { 416 416 *fLog << warn << "MCerPhotEvt::DrawPixelContent - not available." << endl; -
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
r2410 r2416 74 74 75 75 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; 76 void DrawPixelContent(Int_t num , TVirtualPad *pad=NULL) const;76 void DrawPixelContent(Int_t num) const; 77 77 78 78 ClassDef(MCerPhotEvt, 2) // class for an event containing cerenkov photons -
trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
r2410 r2416 195 195 } 196 196 197 void MPedestalCam::DrawPixelContent(Int_t num , TVirtualPad *pad) const197 void MPedestalCam::DrawPixelContent(Int_t num) const 198 198 { 199 199 *fLog << warn << "MPedestalCam::DrawPixelContent - not available." << endl; -
trunk/MagicSoft/Mars/manalysis/MPedestalCam.h
r2410 r2416 36 36 37 37 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; 38 void DrawPixelContent(Int_t num , TVirtualPad *pad=NULL) const;38 void DrawPixelContent(Int_t num) const; 39 39 40 40 ClassDef(MPedestalCam, 1) // Storage Container for all pedestal information of the camera
Note:
See TracChangeset
for help on using the changeset viewer.