Ignore:
Timestamp:
08/31/04 18:23:08 (20 years ago)
Author:
mazin
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.