Changeset 1081 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 11/15/01 11:24:06 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFTriggerLvl1.cc
r856 r1081 16 16 ! 17 17 ! 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> 19 19 ! 20 20 ! Copyright: MAGIC Software Development, 2000-2001 … … 45 45 { 46 46 fContName = cname; 47 Init(type, val); 47 48 } 48 49 … … 51 52 MFTriggerLvl1::MFTriggerLvl1(const MMcTrig *mctrig, const char type, const Int_t val) : fMcTrig(mctrig) 52 53 { 54 Init(type, val); 53 55 } 54 56 … … 60 62 61 63 if (type!='<' && type!='>') 62 *fLog << dbginf << "Warning: Neither '<' nor '>' specified... using '>'." << endl;64 *fLog << warn << dbginf << "Warning: Neither '<' nor '>' specified... using '>'." << endl; 63 65 64 66 fValue = val; 67 68 AddToBranchList("fNumFirstLevel"); 65 69 } 66 70 … … 83 87 return kTRUE; 84 88 85 *fLog << dbginf << fContName << " [MMcTrig] not found... aborting." << endl;89 *fLog << err << dbginf << fContName << " [MMcTrig] not found... aborting." << endl; 86 90 return kFALSE; 87 91 }
Note:
See TracChangeset
for help on using the changeset viewer.