Changeset 7804 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 07/26/06 11:46:55 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc
r7033 r7804 212 212 // gui elements to a macro-file. 213 213 // 214 void MEventRateCalc::StreamPrimitive(o fstream &out) const214 void MEventRateCalc::StreamPrimitive(ostream &out) const 215 215 { 216 216 out << " MEventRateCalc " << GetUniqueName() << "("; -
trunk/MagicSoft/Mars/manalysis/MEventRateCalc.h
r6455 r7804 45 45 Int_t Process(); 46 46 47 void StreamPrimitive(o fstream &out) const;47 void StreamPrimitive(ostream &out) const; 48 48 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print); 49 49 -
trunk/MagicSoft/Mars/manalysis/MGeomApply.cc
r7188 r7804 222 222 // gui elements to a macro-file. 223 223 // 224 void MGeomApply::StreamPrimitive(o fstream &out) const224 void MGeomApply::StreamPrimitive(ostream &out) const 225 225 { 226 226 out << " " << ClassName() << " " << GetUniqueName() << "(\""; -
trunk/MagicSoft/Mars/manalysis/MGeomApply.h
r5844 r7804 22 22 Int_t PreProcess(MParList *plist); 23 23 Bool_t ReInit(MParList *pList); 24 void StreamPrimitive(o fstream &out) const;24 void StreamPrimitive(ostream &out) const; 25 25 26 26 public: -
trunk/MagicSoft/Mars/manalysis/MMultiDimDistCalc.cc
r6982 r7804 199 199 } 200 200 201 void MMultiDimDistCalc::StreamPrimitive(o fstream &out) const201 void MMultiDimDistCalc::StreamPrimitive(ostream &out) const 202 202 { 203 203 out << " MMultiDimDist " << GetUniqueName(); … … 218 218 out << " " << GetUniqueName() << ".SetUseKernelMethod();" << endl; 219 219 } 220 -
trunk/MagicSoft/Mars/manalysis/MMultiDimDistCalc.h
r7130 r7804 26 26 MDataArray *fData; //! Used to store the MDataChains to get the event values 27 27 28 void StreamPrimitive(ofstream &out) const; 28 void StreamPrimitive(ostream &out) const; 29 29 30 Int_t PreProcess(MParList *plist); 30 31 Int_t Process();
Note:
See TracChangeset
for help on using the changeset viewer.