Ignore:
Timestamp:
11/26/03 16:10:09 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHPixVsTime.h

    r2244 r2572  
    1414class MGeomCam;
    1515
     16class MRawEvtHeader;
     17class MTime;
     18
    1619class MHPixVsTime : public MH
    1720{
     
    2326    MGeomCam  *fCam; //! the camera geometry
    2427
     28    MRawEvtHeader *fHeader; //!
     29    MTime         *fTime;   //!
     30
    2531    TString fNameEvt;
    2632
    2733    Int_t fType;
    2834    Int_t fTypeErr;
     35
     36    Bool_t fUseEventTime;
    2937
    3038    Bool_t SetupFill(const MParList *pList);
     
    4250    TGraph &GetGraph() { return fGraph; }
    4351
     52    void SetUseEventTime(Bool_t use = kTRUE) { fUseEventTime = use; }
     53
    4454    void Draw(Option_t *o="");
    4555
Note: See TracChangeset for help on using the changeset viewer.