Changeset 1853 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 03/21/03 15:27:44 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMatrix.cc
r1852 r1853 617 617 tlist.AddToList(read); 618 618 619 620 619 if (filter) 621 622 623 624 620 { 621 tlist.AddToList(filter); 622 fillh.SetFilter(filter); 623 } 625 624 626 625 tlist.AddToList(&fillh); 627 628 626 629 627 MEvtLoop evtloop; -
trunk/MagicSoft/Mars/mhist/MHMatrix.h
r1852 r1853 93 93 Double_t operator[](Int_t col) { return fM(fRow, col); } 94 94 95 Bool_t Fill(MParList *plist, MTask *read, MF *filter= 0);95 Bool_t Fill(MParList *plist, MTask *read, MF *filter=NULL); 96 96 97 97 TString GetDataMember() const;
Note:
See TracChangeset
for help on using the changeset viewer.