Ignore:
Timestamp:
01/22/02 20:50:06 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFTriggerLvl1.h

    r1015 r1211  
    2727    Int_t  fValue;
    2828
    29     void Init(const char type, const Int_t val);
     29    void Init(const char type, const Int_t val,
     30              const char *name, const char *title);
    3031
    3132public:
    32     MFTriggerLvl1(const char *cname="MMcTrig", const char type='>', const Int_t val=0);
    33     MFTriggerLvl1(const MMcTrig *mctrig,       const char type='>', const Int_t val=0);
     33    MFTriggerLvl1(const char *cname="MMcTrig", const char type='>', const Int_t val=0,
     34                  const char *name=NULL, const char *title=NULL);
     35    MFTriggerLvl1(const MMcTrig *mctrig,       const char type='>', const Int_t val=0,
     36                  const char *name=NULL, const char *title=NULL);
    3437
    3538    Bool_t IsExpressionTrue() const;
Note: See TracChangeset for help on using the changeset viewer.