Ignore:
Timestamp:
04/23/03 16:58:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1992 r1994  
    1717{
    1818private:
    19     MParContainer *fParContainer;
    20     TString fParContainerName;
     19    MParContainer *fParContainer; // Pointer to the data container storing
     20    TString fParContainerName;    // Name to a data container
    2121
    22     MH* fH;
    23     TString fHName;
     22    MH* fH;                       // Pointer to the MH container to get filled
     23    TString fHName;               // Name to a MH container to get filled
    2424
    25     MWeight *fWeight;
    26     TString fWeightName;
     25    MWeight *fWeight;             // Pointer to the container storing a weight
     26    TString fWeightName;          // Name of a container storing a weight
    2727
    28     MData *fIndex;    // MData object describing the 'key' to an automatic index for an MHArray
    29     MMap  *fMapIdx;   //! Map to map key-index-pair for an MHArray (MMap see MFillH.cc)
     28    MData *fIndex;                // MData object describing the 'key' to an automatic index for an MHArray
     29    MMap  *fMapIdx;               //! Map to map key-index-pair for an MHArray (MMap see MFillH.cc)
    3030
    31     TCanvas *fCanvas;
     31    TCanvas *fCanvas;             //! Canvas used to update a MStatusDisplay at the end of a loop
    3232
    3333    TString ExtractName(const char *name) const;
     
    5858    Bool_t PostProcess();
    5959
    60     ClassDef(MFillH, 1) // Task to fill a histogram with data from a parameter container
     60    ClassDef(MFillH, 2) // Task to fill a histogram with data from a parameter container
    6161};
    6262   
Note: See TracChangeset for help on using the changeset viewer.