Ignore:
Timestamp:
12/01/05 16:43:46 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamEvent.h

    r7349 r7438  
    22#define MARS_MCamEvent
    33
    4 #ifndef ROOT_TROOT
    5 #include <TROOT.h>
     4#ifndef ROOT_TArrayD
     5#include <TArrayD.h>
    66#endif
    77
     
    1818
    1919    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;
    2022
    2123    ClassDef(MCamEvent, 0) // A camera event
Note: See TracChangeset for help on using the changeset viewer.