Ignore:
Timestamp:
02/06/04 17:36:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2572 r3043  
    3030
    3131    TString fNameEvt;
     32    TString fNameTime;
    3233
    3334    Int_t fType;
    3435    Int_t fTypeErr;
    35 
    36     Bool_t fUseEventTime;
    3736
    3837    Bool_t SetupFill(const MParList *pList);
     
    4544
    4645    void SetNameEvt(const TString name) { fNameEvt = name; }
     46    void SetNameTime(const TString name) { fNameTime = name; }
    4747    void SetType(Int_t type, Int_t e=-1) { fType = type; fTypeErr=e; }
    4848
    4949    TH1 *GetHistByName(const TString name="");
    5050    TGraph &GetGraph() { return fGraph; }
    51 
    52     void SetUseEventTime(Bool_t use = kTRUE) { fUseEventTime = use; }
    5351
    5452    void Draw(Option_t *o="");
Note: See TracChangeset for help on using the changeset viewer.