Changeset 9178 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 11/27/08 11:41:12 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MContinue.cc
r9157 r9178 33 33 // To invert the meaning of the contained filter call SetInverted() 34 34 // 35 // 35 36 // Input Containers: 36 37 // -/- … … 38 39 // Output Containers: 39 40 // -/- 41 // 42 // 43 // Class Version 2: 44 // ---------------- 45 // + Int_t fRc; 40 46 // 41 47 ///////////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/Mars/mbase/MContinue.h
r9157 r9178 25 25 MTaskList *fTaskList; //! pointer to the present tasklist 26 26 27 Int_t fRc; 27 Int_t fRc; // Return code returned in Process() 28 28 29 29 // MTask … … 57 57 void Print(Option_t *o="") const; //*MENU* 58 58 59 ClassDef(MContinue, 1) //Task returning kCONTINUE59 ClassDef(MContinue, 2) //Task returning kCONTINUE 60 60 }; 61 61
Note:
See TracChangeset
for help on using the changeset viewer.