Changeset 4513 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 08/05/04 15:03:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTaskInteractive.cc
r4452 r4513 72 72 // -------------------------------------------------------------------------- 73 73 // 74 // Default Constructor. Takes name and title of the interactive task 74 75 // 75 76 MTaskInteractive::MTaskInteractive(const char *name, const char *title) : … … 84 85 } 85 86 87 // -------------------------------------------------------------------------- 88 // 89 // Destructor. Free all resources. 90 // 86 91 MTaskInteractive::~MTaskInteractive() 87 92 { … … 91 96 } 92 97 98 // -------------------------------------------------------------------------- 99 // 100 // Calls the function and returns its return value. 101 // Called by PreProcess, Process, PostProcess and ReInit. 102 // 93 103 inline Int_t MTaskInteractive::Return(Int_t no, void *params) 94 104 { … … 107 117 } 108 118 119 // -------------------------------------------------------------------------- 120 // 121 // Generalized function to set the functions of your interactive task. 122 // Called by SetPreProcess, SetProcess, SetPostProcess and SetReInit 123 // 109 124 Bool_t MTaskInteractive::Set(void *fcn, Int_t no, const char *params) 110 125 { … … 138 153 } 139 154 155 // -------------------------------------------------------------------------- 156 // 157 // 158 // 140 159 void MTaskInteractive::Free(Int_t no) 141 160 {
Note:
See TracChangeset
for help on using the changeset viewer.