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

Legend:

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

    r1668 r1992  
    185185// -------------------------------------------------------------------------
    186186//
    187 // Dummy Fill (has to be included because in base class MH Fill is set to 0
    188 //             (abstract member function));
    189 // without the dummy Fill one gets the error message :
    190 //
    191 // Error: Can't call MHFlux::MHFlux(evttime,"time","[s]") in current scope
    192 // FILE:macros/flux.C LINE:465
    193 // Possible candidates are...
    194 // filename       line:size busy function type and name  (in MHFlux)
    195 // filename       line:size busy function type and name  (in MH)
    196 // filename       line:size busy function type and name  (in MParContainer)
    197 // filename       line:size busy function type and name  (in TObject)
    198 //
    199 Bool_t MHFlux::Fill(const MParContainer *par)
    200 {
    201     return kTRUE;
    202 }
    203 
    204 
    205 // -------------------------------------------------------------------------
    206 //
    207187// Unfold the distribution in E-est
    208188//
Note: See TracChangeset for help on using the changeset viewer.