Changeset 2310 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 08/21/03 11:27:42 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCT1Supercuts.cc
r2306 r2310 47 47 #include "MLogManip.h" 48 48 49 50 51 49 ClassImp(MHCT1Supercuts); 52 50 … … 138 136 // -------------------------------------------------------------------------- 139 137 // 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 //150 138 // Fill the histograms from the 'MHFindSignificance' container 151 139 // 152 153 140 Bool_t MHCT1Supercuts::Fill(const MParContainer *par, const Stat_t w) 154 141 { … … 237 224 pad->Update(); 238 225 } 239 //=========================================================================240 241 242 243 244 245 246 247 248 -
trunk/MagicSoft/Mars/mhist/MHCT1Supercuts.h
r2300 r2310 28 28 ~MHCT1Supercuts(); 29 29 30 Bool_t SetupFill(const MParList *pList);31 30 Bool_t Fill(const MParContainer *par, const Stat_t w=1); 32 31
Note:
See TracChangeset
for help on using the changeset viewer.