Ignore:
Timestamp:
07/26/06 11:46:55 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc

    r7033 r7804  
    212212// gui elements to a macro-file.
    213213//
    214 void MEventRateCalc::StreamPrimitive(ofstream &out) const
     214void MEventRateCalc::StreamPrimitive(ostream &out) const
    215215{
    216216    out << "   MEventRateCalc " << GetUniqueName() << "(";
  • trunk/MagicSoft/Mars/manalysis/MEventRateCalc.h

    r6455 r7804  
    4545    Int_t  Process();
    4646
    47     void  StreamPrimitive(ofstream &out) const;
     47    void  StreamPrimitive(ostream &out) const;
    4848    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    4949
  • trunk/MagicSoft/Mars/manalysis/MGeomApply.cc

    r7188 r7804  
    222222// gui elements to a macro-file.
    223223//
    224 void MGeomApply::StreamPrimitive(ofstream &out) const
     224void MGeomApply::StreamPrimitive(ostream &out) const
    225225{
    226226    out << "   " << ClassName() << " " << GetUniqueName() << "(\"";
  • trunk/MagicSoft/Mars/manalysis/MGeomApply.h

    r5844 r7804  
    2222    Int_t  PreProcess(MParList *plist);
    2323    Bool_t ReInit(MParList *pList);
    24     void   StreamPrimitive(ofstream &out) const;
     24    void   StreamPrimitive(ostream &out) const;
    2525
    2626public:
  • trunk/MagicSoft/Mars/manalysis/MMultiDimDistCalc.cc

    r6982 r7804  
    199199}
    200200
    201 void MMultiDimDistCalc::StreamPrimitive(ofstream &out) const
     201void MMultiDimDistCalc::StreamPrimitive(ostream &out) const
    202202{
    203203    out << "   MMultiDimDist " << GetUniqueName();
     
    218218        out << "   " << GetUniqueName() << ".SetUseKernelMethod();" << endl;
    219219}
     220
  • trunk/MagicSoft/Mars/manalysis/MMultiDimDistCalc.h

    r7130 r7804  
    2626    MDataArray  *fData;       //! Used to store the MDataChains to get the event values
    2727
    28     void  StreamPrimitive(ofstream &out) const;
     28    void  StreamPrimitive(ostream &out) const;
     29
    2930    Int_t PreProcess(MParList *plist);
    3031    Int_t Process();
Note: See TracChangeset for help on using the changeset viewer.