Changeset 4824 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/31/04 18:23:08 (20 years ago)
Author:
mazin
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4823 r4824  
    1919
    2020                                                 -*-*- END OF LINE -*-*-
     21 2004/08/31: Daniel Mazin
     22
     23   * manalysis/MSigmabarCalc.h:
     24     - added function SetNamePedPhotCam to set the name of the MPedPhotCam container
     25
    2126 2004/08/31: Thomas Bretz
    2227
  • trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.cc

    r4584 r4824  
    9090    }
    9191
    92     fPed = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam"));
     92    fPed = (MPedPhotCam*)pList->FindObject(AddSerialNumber(fNamePedPhotCam), "MPedPhotCam");
    9393    if (!fPed)
    9494    {
  • trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.h

    r4584 r4824  
    4646    Double_t fThetaMax;
    4747
     48    TString  fNamePedPhotCam; // name of the 'MPedPhotCam' container
     49
    4850    void Reset();
    4951
     
    5658    MSigmabarCalc(const char *name=NULL, const char *title=NULL);
    5759
     60    void SetNamePedPhotCam(const char *name)  { fNamePedPhotCam = name; }
     61
    5862    ClassDef(MSigmabarCalc, 0) // task for calculating sigmabar
    5963};
Note: See TracChangeset for help on using the changeset viewer.