Ignore:
Timestamp:
03/12/02 15:57:41 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmontecarlo/MMcTimeGenerate.cc

    r1211 r1238  
    7676// --------------------------------------------------------------------------
    7777//
    78 //  The Process-function counts the number of simulated showers, the
    79 //  number of analised showers and the number of triggers. It also updates
    80 //  the limits for theta, phi, energy and impact parameter in the
    81 //  MHMcRate container.
    8278//
    8379Bool_t MMcTimeGenerate::Process()
     
    8884    while (dt < fDeadTime);
    8985
    90     const Int_t t = fTime->GetTimeLo();
     86    const UInt_t t = fTime->GetTimeLo();
    9187
    92     fTime->SetTime(t+dt*10000, 0); // [ms]
     88    fTime->SetTime(t+dt*10000, 0); // [0.1ms]
    9389
    9490    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.