Ignore:
Timestamp:
03/24/03 11:49:25 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHillasSrcCalc.cc

    r1762 r1862  
    7070//
    7171MHillasSrcCalc::MHillasSrcCalc(const char *src, const char *hil,
    72                                const char *name, const char *title,
    73                                const char *hilinput)
     72                               const char *name, const char *title)
    7473    : fHillas(NULL), fSrcPos(NULL), fHillasSrc(NULL)
    7574{
     
    7776    fTitle = title ? title : gsDefTitle.Data();
    7877
    79     fSrcName    = src;
    80     fHillasName = hil;
    81     fHillasInput = hilinput;
     78    fSrcName     = src;
     79    fHillasName  = hil;
     80    fHillasInput = "MHillas";
    8281}
    8382
     
    8685Bool_t MHillasSrcCalc::PreProcess(MParList *pList)
    8786{
    88     fHillas = (MHillas*)pList->FindObject(fHillasInput);
     87    fHillas = (MHillas*)pList->FindObject(fHillasInput, "MHillas");
    8988    if (!fHillas)
    9089    {
Note: See TracChangeset for help on using the changeset viewer.