Changeset 9931 for trunk/Mars/mjobs
- Timestamp:
- 09/22/10 09:12:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mjobs/MJSimulation.cc
r9930 r9931 266 266 *fLog << fSequence.GetFileName() << endl; 267 267 else 268 *fLog << args.GetNumArguments() << "-files" << endl;268 *fLog << "Input: " << args.GetNumArguments() << "-files" << endl; 269 269 *fLog << endl; 270 270 … … 408 408 MContinue cont2("MPhotonEvent.GetNumPhotons<1", "ContEmpty2"); 409 409 MContinue cont3("MPhotonEvent.GetNumPhotons<2", "ContEmpty3"); 410 cont1.SetAllowEmpty(); 411 cont2.SetAllowEmpty(); 412 cont3.SetAllowEmpty(); 410 413 411 414 // ------------------------------------------------------------------- … … 481 484 MHPhotonEvent plane3(2, "HMirrorPlane3"); 482 485 MHPhotonEvent plane4(2, "HMirrorPlane4"); 483 MHPhotonEvent planeF1( 5, "HPhotonEventCamera"); // Get from MGeomCam484 MHPhotonEvent planeF2(header.IsPointRun()?4: 5, "HPhotonEventCones"); // Get from MGeomCam486 MHPhotonEvent planeF1(6, "HPhotonEventCamera"); // Get from MGeomCam 487 MHPhotonEvent planeF2(header.IsPointRun()?4:6, "HPhotonEventCones"); // Get from MGeomCam 485 488 486 489 plist.AddToList(&planeG);
Note:
See TracChangeset
for help on using the changeset viewer.