303{
306 "\"/vis/reviewKeptEvents\" not allowed within an already started review."
307 "\n No action taken."
309 return;
310 }
311
312 G4String& macroFileName = newValue;
314
316 const G4Run* run = runManager ? runManager->
GetCurrentRun() :
nullptr;
317 const std::vector<const G4Event*>* events =
319 size_t nKeptEvents = events ? events->size() : 0;
320
321 if (!nKeptEvents) {
324 "ERROR: G4VisCommandReviewKeptEvents::SetNewValue: No kept events,"
325 "\n or kept events not accessible."
327 }
328 return;
329 }
330
332 if (!viewer) {
335 "ERROR: No current viewer - \"/vis/viewer/list\" to see possibilities."
337 }
338 return;
339 }
340
342 if (!pScene) {
344 G4warn <<
"ERROR: No current scene. Please create one." <<
G4endl;
345 }
346 return;
347 }
348
353 newVerbose = 2;
355
356 G4VVisManager* keepConcreteInstance =
fpVisManager->GetConcreteInstance();
358
359
361
362
366 if (macroFileName.empty()) {
367
368
369 G4UIsession* session = UImanager->
GetSession();
370 for (size_t i = 0; i < nKeptEvents; ++i) {
371 const G4Event* event = (*events)[i];
373 G4warn <<
"Drawing event : " <<
event->GetEventID() <<
374 ". At EndOfEvent, enter any command, then \"cont[inue]\"..."
376 static G4bool first =
true;
377 if (first) {
378 first = false;
380 " Useful commands might be:"
381 "\n \"/vis/scene/add/trajectories\" if not already added."
382 "\n \"/vis/viewer/...\" to change the view (zoom, set/viewpoint,...)."
383 "\n \"/vis/ogl/export\" to get hard copy."
384 "\n \"/vis/open\" to get alternative viewer."
385 "\n \"/vis/abortReviewKeptEvents\", then \"cont[inue]\", to abort."
387 }
388 }
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
410 }
412
413 } else {
414
415
416 for (size_t i = 0; i < nKeptEvents; ++i) {
417 const G4Event* event = (*events)[i];
419 G4warn <<
"Drawing event : " <<
event->GetEventID()
420 <<
" with macro file \"" << macroFileName <<
G4endl;
421 }
423 UImanager->
ApplyCommand(
"/control/execute " + macroFileName);
425 }
426 }
429
433}
static G4RunManager * GetMasterRunManager()
const G4Run * GetCurrentRun() const
std::vector< const G4Event * > * GetEventVector() const
G4bool GetRefreshAtEndOfEvent() const
void SetRefreshAtEndOfEvent(G4bool)
G4int ApplyCommand(const char *aCommand)
G4int GetVerboseLevel() const
G4UIsession * GetSession() const
static G4UImanager * GetUIpointer()
void SetVerboseLevel(G4int val)
virtual void PauseSessionStart(const G4String &Prompt)
static G4VisManager * fpVisManager