Ignore:
Timestamp:
08/05/04 15:03:07 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTaskInteractive.cc

    r4452 r4513  
    7272// --------------------------------------------------------------------------
    7373//
     74// Default Constructor. Takes name and title of the interactive task
    7475//
    7576MTaskInteractive::MTaskInteractive(const char *name, const char *title) :
     
    8485}
    8586
     87// --------------------------------------------------------------------------
     88//
     89// Destructor. Free all resources.
     90//
    8691MTaskInteractive::~MTaskInteractive()
    8792{
     
    9196}
    9297
     98// --------------------------------------------------------------------------
     99//
     100// Calls the function and returns its return value.
     101// Called by PreProcess, Process, PostProcess and ReInit.
     102//
    93103inline Int_t MTaskInteractive::Return(Int_t no, void *params)
    94104{
     
    107117}
    108118
     119// --------------------------------------------------------------------------
     120//
     121// Generalized function to set the functions of your interactive task.
     122// Called by SetPreProcess, SetProcess, SetPostProcess and SetReInit
     123//
    109124Bool_t MTaskInteractive::Set(void *fcn, Int_t no, const char *params)
    110125{
     
    138153}
    139154
     155// --------------------------------------------------------------------------
     156//
     157//
     158//
    140159void MTaskInteractive::Free(Int_t no)
    141160{
Note: See TracChangeset for help on using the changeset viewer.