Ignore:
Timestamp:
06/23/03 11:01:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2173 r2206  
    66#endif
    77
    8 #ifndef MARS_MCerPhotEvt
    9 #include "MCerPhotEvt.h"
    10 #endif
    11 
    12 class TH1D;
    138class MCamDisplay;
     9class MCamEvent;
    1410
    1511class MHCerPhotEvt : public MH
    1612{
    1713private:
    18     MCerPhotEvt  fSum;      // storing the sum
    19     Int_t        fEntries;  // number of entries in the histogram
    20     MGeomCam    *fCam;      // the present geometry
    21     MCerPhotEvt *fEvt;      //! the current event
    22     MCamDisplay *fDispl;    //! the camera display
     14    MCamDisplay *fSum;      // storing the sum
     15    MCamEvent   *fEvt;      //! the current event
     16
     17    TString fNameEvt;
     18
     19    Bool_t SetupFill(const MParList *pList);
     20    Bool_t Fill(const MParContainer *par, const Stat_t w=1);
     21    Bool_t Finalize();
    2322
    2423public:
     
    2625    ~MHCerPhotEvt();
    2726
    28     void Clear(const Option_t *o="");
     27    void SetNameEvt(const TString name) { fNameEvt = name; }
    2928
    30     Bool_t SetupFill(const MParList *pList);
    31     Bool_t Fill(const MParContainer *par, const Stat_t w=1);
    32     Bool_t Finalize();
    33 
    34     TH1 *GetHistByName(const TString name) { return NULL; }
    35 
    36     const MCerPhotEvt &GetSum() const { return fSum; }
    37 
    38     void Draw(Option_t *opt="");
    39     void Paint(Option_t *option="");
     29    TH1 *GetHistByName(const TString name="");
    4030
    4131    ClassDef(MHCerPhotEvt, 1) // Histogram to sum camera events
Note: See TracChangeset for help on using the changeset viewer.