Changeset 1847


Ignore:
Timestamp:
03/21/03 09:03:42 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/star.C

    r1633 r1847  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  5/2002 <mailto:(tbretz@astro.uni-wuerzburg.de>
     18!   Author(s): Thomas Bretz  5/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    2020!   Copyright: MAGIC Software Development, 2000-2002
  • trunk/MagicSoft/Mars/manalysis/MEnergyEst.h

    r1524 r1847  
    2222    void Print(Option_t *o="") const;
    2323
    24     ClassDef(MEnergyEst, 0) // Storage Container for the estimated Energy
     24    ClassDef(MEnergyEst, 1) // Storage Container for the estimated Energy
    2525};
    2626
  • trunk/MagicSoft/Mars/manalysis/MEnergyEstParam.h

    r1844 r1847  
    4141
    4242public:
    43     MEnergyEstParam(const char *hil="Hillas", const char *name=NULL, const char *title=NULL);
     43    MEnergyEstParam(const char *hil="MHillas", const char *name=NULL, const char *title=NULL);
    4444    ~MEnergyEstParam();
    4545
  • trunk/MagicSoft/Mars/manalysis/MPadSchweizer.cc

    r1809 r1847  
    138138  if (!fMcEvt)
    139139    {
    140        *fLog << err << dbginf << "MPadSchweizer::PreProcess : MMcEvt not found... aborting." << endl;
     140       *fLog << err << dbginf << "MMcEvt not found... aborting." << endl;
    141141       return kFALSE;
    142142     }
     
    145145   if (!fPed)
    146146     {
    147        *fLog << dbginf << "MPadSchweizer::PreProcess : MPedestalCam not found... aborting." << endl;
     147       *fLog << dbginf << "MPedestalCam not found... aborting." << endl;
    148148       return kFALSE;
    149149     }
     
    152152   if (!fCam)
    153153     {
    154        *fLog << dbginf << "MPadSchweizer::PreProcess : MGeomCam not found (no geometry information available)... aborting." << endl;
     154       *fLog << dbginf << "MGeomCam not found (no geometry information available)... aborting." << endl;
    155155       return kFALSE;
    156156     }
     
    159159   if (!fEvt)
    160160     {
    161        *fLog << dbginf << "MPadSchweizer::PreProcess : MCerPhotEvt not found... aborting." << endl;
     161       *fLog << dbginf << "MCerPhotEvt not found... aborting." << endl;
    162162       return kFALSE;
    163163     }
     
    166166   if (!fSigmabar)
    167167     {
    168        *fLog << dbginf << "MPadSchweizer::PreProcess : MSigmabar not found... aborting." << endl;
     168       *fLog << dbginf << "MSigmabar not found... aborting." << endl;
    169169       return kFALSE;
    170170     }
     
    174174   if (!binstheta)
    175175     {
    176        *fLog << err << dbginf << "MPadSchweizer::PreProcess : BinningTheta not found... aborting." << endl;
     176       *fLog << err << dbginf << "BinningTheta not found... aborting." << endl;
    177177       return kFALSE;     
    178178     }
     
    182182   if (!binssigma)
    183183     {
    184        *fLog << err << dbginf << "MPadSchweizer::PreProcess : BinningSigmabar not found... aborting." << endl;
     184       *fLog << err << dbginf << "BinningSigmabar not found... aborting." << endl;
    185185       return kFALSE;     
    186186     }
     
    190190   if (!binsdiff)
    191191     {
    192        *fLog << err << dbginf << "MHSigmaTheta::SetupFill : BinningDiffsigma2 not found... aborting." << endl;
     192       *fLog << err << dbginf << "BinningDiffsigma2 not found... aborting." << endl;
    193193       return kFALSE;     
    194194     }
  • trunk/MagicSoft/Mars/manalysis/MSelFinal.h

    r1809 r1847  
    4040
    4141public:
    42     MSelFinal(const char *HilName, const char *HilSrcName,
     42    MSelFinal(const char *HilName="MHillas", const char *HilSrcName="MHillasSrc",
    4343              const char *name=NULL, const char *title=NULL);
    4444
  • trunk/MagicSoft/Mars/manalysis/MSelStandard.h

    r1809 r1847  
    3535
    3636public:
    37     MSelStandard(const char *HilName, const char *HilSrcName,
     37    MSelStandard(const char *HilName="MHillas", const char *HilSrcName="MHillasSrc",
    3838                 const char *name=NULL, const char *title=NULL);
    3939
Note: See TracChangeset for help on using the changeset viewer.