42 : fIsInitialized(
false)
57 modelInfo.fpModel->Initialize();
67 assert(pModel !=
nullptr);
72 <<
"You are trying to insert a new model after initializing the model manager.";
73 G4Exception(
"G4ITModelManager::SetModel",
"ITModelManager001",
82 std::vector<G4VITStepModel*> activeModels;
86 if (modelInfo.fStartingTime < globalTime && modelInfo.fEndTime > globalTime)
88 activeModels.push_back(modelInfo.fpModel.get());