Changeset 5571


Ignore:
Timestamp:
12/08/04 18:17:36 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5570 r5571  
    6767     - do not write fWeightsSet
    6868     - do not write fRandomIter
     69
     70   * mpointing/MPointingPosCalc.cc:
     71     - added a sanity check in Process
    6972
    7073
  • trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.cc

    r4871 r5571  
    130130Int_t MPointingPosCalc::Process()
    131131{
     132    if (!fReport)
     133    {
     134        *fLog << warn << "WARNING - MPointingPos::Process was called BEFORE the first" << endl;
     135        *fLog <<         "          data event was read (means ReInit was executed!" << endl;
     136        return kTRUE;
     137    }
     138
    132139    switch (fRunType)
    133140    {
Note: See TracChangeset for help on using the changeset viewer.