fixed assign problems probably

This commit is contained in:
Jan Kieseler
2024-01-25 10:44:39 +01:00
parent 96e0b94eb7
commit cb736850e7
3 changed files with 22 additions and 1 deletions
+4
View File
@@ -134,6 +134,10 @@ public:
}
}
bool isEmpty()const{
return layers.size() == 0;
}
void setG4System(G4System* g4system){
this->g4system = g4system;
}