Changeset 7804 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 07/26/06 11:46:55 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mfilter
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFParticleId.cc
r3502 r7804 124 124 } 125 125 126 void MFParticleId::StreamPrimitive(o fstream &out) const126 void MFParticleId::StreamPrimitive(ostream &out) const 127 127 { 128 128 if (fMcEvt) -
trunk/MagicSoft/Mars/mfilter/MFParticleId.h
r2206 r7804 30 30 const char *name, const char *title); 31 31 32 void StreamPrimitive(o fstream &out) const;32 void StreamPrimitive(ostream &out) const; 33 33 34 34 Int_t PreProcess(MParList *pList); -
trunk/MagicSoft/Mars/mfilter/MFTriggerLvl1.cc
r2206 r7804 119 119 } 120 120 121 void MFTriggerLvl1::StreamPrimitive(o fstream &out) const121 void MFTriggerLvl1::StreamPrimitive(ostream &out) const 122 122 { 123 123 if (fMcTrig) -
trunk/MagicSoft/Mars/mfilter/MFTriggerLvl1.h
r2206 r7804 30 30 const char *name, const char *title); 31 31 32 void StreamPrimitive(o fstream &out) const;32 void StreamPrimitive(ostream &out) const; 33 33 34 34 Int_t PreProcess(MParList *pList); -
trunk/MagicSoft/Mars/mfilter/MFTriggerLvl2.cc
r2206 r7804 127 127 } 128 128 129 void MFTriggerLvl2::StreamPrimitive(o fstream &out) const129 void MFTriggerLvl2::StreamPrimitive(ostream &out) const 130 130 { 131 131 if (fcell) -
trunk/MagicSoft/Mars/mfilter/MFTriggerLvl2.h
r2206 r7804 36 36 const char *name, const char *title); 37 37 38 void StreamPrimitive(o fstream &out) const;38 void StreamPrimitive(ostream &out) const; 39 39 40 40 Int_t PreProcess(MParList *pList);
Note:
See TracChangeset
for help on using the changeset viewer.