Changeset 7438 for trunk/MagicSoft/Mars/mgui/MCamEvent.h
- Timestamp:
- 12/01/05 16:43:46 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamEvent.h
r7349 r7438 2 2 #define MARS_MCamEvent 3 3 4 #ifndef ROOT_T ROOT5 #include <T ROOT.h>4 #ifndef ROOT_TArrayD 5 #include <TArrayD.h> 6 6 #endif 7 7 … … 18 18 19 19 virtual Double_t GetCameraMean(const MGeomCam &cam, Int_t type=0) const; 20 virtual Double_t GetCameraRMS(const MGeomCam &cam, Int_t type=0) const; 21 virtual TArrayD GetCameraStat(const MGeomCam &cam, Int_t type=0) const; 20 22 21 23 ClassDef(MCamEvent, 0) // A camera event
Note:
See TracChangeset
for help on using the changeset viewer.