Changeset 2781 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 01/13/04 13:22:38 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r2762 r2781 62 62 #include "MGeomCam.h" 63 63 64 #include "MCerPhotPix.h"65 #include "MCerPhotEvt.h"66 67 #include "MPedestalPix.h"68 #include "MPedestalCam.h"69 70 #include "MCurrents.h"71 64 #include "MCamEvent.h" 72 73 #include "MImgCleanStd.h"74 65 75 66 -
trunk/MagicSoft/Mars/mhist/MHEvent.cc
r2754 r2781 57 57 #include "MParList.h" 58 58 #include "MTaskList.h" 59 #include "MPedestalCam.h"60 #include "MPedestalPix.h"61 59 #include "MParList.h" 62 60 #include "MCerPhotEvt.h" -
trunk/MagicSoft/Mars/mhist/MHEvent.h
r2754 r2781 13 13 class MMcEvt; 14 14 class MCerPhotEvt; 15 class MPedestalCam;16 15 class MImgCleanStd; 17 16 class MCameraSignal; … … 33 32 MMcEvt *fMcEvt; //! 34 33 MCerPhotEvt *fCerPhotEvt; //! 35 MPedestalCam *fPedestalCam; //!36 34 MImgCleanStd *fImgCleanStd; //! 37 35 MCameraSignal *fCamSignal; //!
Note:
See TracChangeset
for help on using the changeset viewer.