Ignore:
Timestamp:
08/01/02 12:31:56 (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/MFillH.cc

    r1336 r1471  
    6969#include "MFillH.h"
    7070
     71#include <fstream.h>
     72
    7173#include "MLog.h"
    7274#include "MLogManip.h"
     
    331333    return kTRUE;
    332334}
     335
     336void MFillH::SavePrimitive(ofstream &out, Option_t *o="")
     337{
     338    out << "   MFillH " << ToLower(fName) << "(\"";
     339    out << fHName << "\", \"" << fParContainerName << "\")" << endl;
     340}
  • trunk/MagicSoft/Mars/mhist/MFillH.h

    r1209 r1471  
    3333    Bool_t PostProcess();
    3434
     35    void SavePrimitive(ofstream &out, Option_t *o="");
     36
    3537    ClassDef(MFillH, 0) // Task to fill a histogram with data from a parameter container
    3638};
Note: See TracChangeset for help on using the changeset viewer.