Changeset 7135 for trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
- Timestamp:
- 06/03/05 20:36:01 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r7134 r7135 343 343 MMuonCalibParCalc *mcalc = new MMuonCalibParCalc; 344 344 MFillH *fillmuon = new MFillH("MHSingleMuon", "", "FillMuon"); 345 fillmuon->SetNameTab("Muon"); 345 346 tlist->AddToList(muscalc); 346 347 tlist->AddToList(fillmuon); … … 351 352 // Now distribute Display to all tasks 352 353 // 353 fEvtLoop = new MEvtLoop( Form("Mars %s", gSystem->BaseName(fname)));354 fEvtLoop = new MEvtLoop(gSystem->BaseName(fname)); 354 355 fEvtLoop->SetOwner(); 355 356 fEvtLoop->SetParList(plist);
Note:
See TracChangeset
for help on using the changeset viewer.