Ignore:
Timestamp:
05/17/04 11:36:24 (20 years ago)
Author:
rico
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/library/MSrcTranslate.cc

    r4084 r4087  
    2828// Task to translate the position of the source, starting from previous source
    2929// position (fTranslationIsRelative=kTRUE) or from camera center
    30 // (fTranslationIsRelative=kFALSE)
     30// (fTranslationIsRelative=kFALSE). This task allows you to modify the position
     31// of the source in an event-by-event basis
    3132//
    3233//  Input Containers:
     
    8283{
    8384  // look for/create MSrcPosCam and DCA
    84   if(!SearchForSrcPos(pList))
     85  if(!MSrcPlace::PreProcess(pList))
    8586    return kFALSE;
    8687
Note: See TracChangeset for help on using the changeset viewer.