Changeset 5583


Ignore:
Timestamp:
12/12/04 05:25:45 (20 years ago)
Author:
MAGIC
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5576 r5583  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2004/12/12: Abelardo Moralejo
     24
     25  * mpoitning/MPointingPosCalc.cc
     26    - Changed recently added sanity check in PreProcess so that it is
     27      done only for real data files and not for MC. Corrected typo in
     28      warning.
    2229
    2330 2004/12/09: Markus Gaug
  • trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.cc

    r5571 r5583  
    130130Int_t MPointingPosCalc::Process()
    131131{
    132     if (!fReport)
     132    if (!fReport && fRunType == MRawRunHeader::kRTData)
    133133    {
    134         *fLog << warn << "WARNING - MPointingPos::Process was called BEFORE the first" << endl;
     134        *fLog << warn << "WARNING - MPointingPosCalc::Process was called BEFORE the first" << endl;
    135135        *fLog <<         "          data event was read (means ReInit was executed!" << endl;
    136136        return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.