55 : verboseLevel(0),fCurrentMesh(nullptr)
63 (*fColorMapDict)[logColorMap->
GetName()] = logColorMap;
88 G4cout <<
" is calling G4VScoringMesh::Accumulate() of " <<
sm->GetWorldName() <<
G4endl; }
104 { sm = (*msh).second; }
112 {
if(msh->GetWorldName()==wName)
return msh; }
114 {
G4cout <<
"WARNING : G4ScoringManager::FindMesh() --- <" << wName <<
"> is not found. Null returned." <<
G4endl; }
121 for(
auto msh :
fMeshVec) msh->List();
126 for(
auto msh :
fMeshVec) msh->Dump();
139 G4cerr <<
"WARNING : Score color map <" << colorMapName <<
"> is not found. Default linear color map is used." <<
G4endl;
142 mesh->
DrawMesh(psName,colorMap,axflg);
144 G4cerr <<
"ERROR : G4ScoringManager::DrawMesh() --- <"
145 << meshName <<
"> is not found. Nothing is done." <<
G4endl;
160 G4cerr <<
"WARNING : Score color map <" << colorMapName <<
"> is not found. Default linear color map is used." <<
G4endl;
163 mesh->
DrawMesh(psName,idxPlane,iColumn,colorMap);
165 G4cerr <<
"ERROR : G4ScoringManager::DrawMesh() --- <"
166 << meshName <<
"> is not found. Nothing is done." <<
G4endl;
180 G4cerr <<
"ERROR : G4ScoringManager::DrawQuantityToFile() --- <"
181 << meshName <<
"> is not found. Nothing is done." <<
G4endl;
194 G4cerr <<
"ERROR : G4ScoringManager::DrawAllQuantitiesToFile() --- <"
195 << meshName <<
"> is not found. Nothing is done." <<
G4endl;
203 G4cerr <<
"ERROR : G4ScoringManager::RegisterScoreColorMap -- "
204 << colorMap->
GetName() <<
" has already been registered. Method ignored." <<
G4endl;
208 (*fColorMapDict)[colorMap->
GetName()] = colorMap;
216 return (mItr->second);
221 G4cout <<
"Registered Score Color Maps -------------------------------------------------------" <<
G4endl;
224 {
G4cout <<
" " << mItr->first; }
234 fMesh->
Merge(scMesh);