Ignore:
Timestamp:
07/13/01 18:13:06 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h

    r860 r867  
    1919    MHMcCollectionArea *fCollArea;
    2020
     21    TString fObjName;
     22
    2123public:
    22     MMcCollectionAreaCalc(const char *name=NULL, const char *title=NULL);
     24    MMcCollectionAreaCalc(const char *input=NULL,
     25                          const char *name=NULL, const char *title=NULL);
    2326
    2427    Bool_t PreProcess(MParList *pList);
    25     Bool_t Process() ;
    26     Bool_t PostProcess() ;
     28    Bool_t Process();
     29    Bool_t PostProcess();
    2730
    2831    ClassDef(MMcCollectionAreaCalc, 0) // Task to calculate the collection area histogram
Note: See TracChangeset for help on using the changeset viewer.