Changeset 9328 for trunk/MagicSoft/Mars/msimreflector
- Timestamp:
- 02/12/09 20:07:51 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimreflector/MSimReflector.cc
r9312 r9328 103 103 return kFALSE; 104 104 105 fReflector = (MReflector*)pList->FindObject(" MReflector");105 fReflector = (MReflector*)pList->FindObject("Reflector", "MReflector"); 106 106 if (!fReflector) 107 107 { 108 *fLog << err << " MReflectornot found... aborting." << endl;108 *fLog << err << "Reflector [MReflector] not found... aborting." << endl; 109 109 return kFALSE; 110 110 } … … 430 430 431 431 TClonesArray &cpy0 = fMirror0->GetArray(); 432 TClonesArray &cpy1 = fMirror1->GetArray();432 //TClonesArray &cpy1 = fMirror1->GetArray(); 433 433 TClonesArray &cpy2 = fMirror2->GetArray(); 434 434 TClonesArray &cpy3 = fMirror3->GetArray(); 435 435 TClonesArray &cpy4 = fMirror4->GetArray(); 436 436 cpy0.ExpandCreateFast(arr.GetEntriesFast()); 437 cpy1.ExpandCreateFast(arr.GetEntriesFast());437 //cpy1.ExpandCreateFast(arr.GetEntriesFast()); 438 438 cpy2.ExpandCreateFast(arr.GetEntriesFast()); 439 439 cpy3.ExpandCreateFast(arr.GetEntriesFast()); … … 507 507 508 508 // FIXME: Do we really need this one?? 509 *static_cast<MPhotonData*>(cpy1.UncheckedAt(cnt[1]++)) = *dat;509 //*static_cast<MPhotonData*>(cpy1.UncheckedAt(cnt[1]++)) = *dat; 510 510 511 511 // Check if the reflector can be hit at all … … 549 549 // MPhotonEvent::Shrink). 550 550 fMirror0->Shrink(cnt[0]); 551 fMirror1->Shrink(cnt[1]);551 //fMirror1->Shrink(cnt[1]); 552 552 fMirror2->Shrink(cnt[2]); 553 553 fMirror3->Shrink(cnt[3]);
Note:
See TracChangeset
for help on using the changeset viewer.