Ignore:
Timestamp:
08/21/03 11:27:42 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCT1Supercuts.cc

    r2306 r2310  
    4747#include "MLogManip.h"
    4848
    49 
    50 
    5149ClassImp(MHCT1Supercuts);
    5250
     
    138136// --------------------------------------------------------------------------
    139137//
    140 // Set the pointers (if there are any)
    141 //
    142 
    143 Bool_t MHCT1Supercuts::SetupFill(const MParList *plist)
    144 {
    145     return kTRUE;
    146 }
    147 
    148 // --------------------------------------------------------------------------
    149 //
    150138// Fill the histograms from the 'MHFindSignificance' container
    151139//
    152 
    153140Bool_t MHCT1Supercuts::Fill(const MParContainer *par, const Stat_t w)
    154141{
     
    237224    pad->Update();
    238225}
    239 //=========================================================================
    240 
    241 
    242 
    243 
    244 
    245 
    246 
    247 
    248 
  • trunk/MagicSoft/Mars/mhist/MHCT1Supercuts.h

    r2300 r2310  
    2828    ~MHCT1Supercuts();
    2929
    30     Bool_t SetupFill(const MParList *pList);
    3130    Bool_t Fill(const MParContainer *par, const Stat_t w=1);
    3231
Note: See TracChangeset for help on using the changeset viewer.