Ignore:
Timestamp:
11/15/01 11:24:06 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r856 r1081  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  07/2001 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  07/2001 <mailto:tbretz@uni-sw.gwdg.de>
    1919!
    2020!   Copyright: MAGIC Software Development, 2000-2001
     
    4545{
    4646    fContName = cname;
     47    Init(type, val);
    4748}
    4849
     
    5152MFTriggerLvl1::MFTriggerLvl1(const MMcTrig *mctrig, const char type, const Int_t val) : fMcTrig(mctrig)
    5253{
     54    Init(type, val);
    5355}
    5456
     
    6062
    6163    if (type!='<' && type!='>')
    62         *fLog << dbginf << "Warning: Neither '<' nor '>' specified... using '>'." << endl;
     64        *fLog << warn << dbginf << "Warning: Neither '<' nor '>' specified... using '>'." << endl;
    6365
    6466    fValue = val;
     67
     68    AddToBranchList("fNumFirstLevel");
    6569}
    6670
     
    8387        return kTRUE;
    8488
    85     *fLog << dbginf << fContName << " [MMcTrig] not found... aborting." << endl;
     89    *fLog << err << dbginf << fContName << " [MMcTrig] not found... aborting." << endl;
    8690        return kFALSE;
    8791}
Note: See TracChangeset for help on using the changeset viewer.