Skip to content

Commit

Permalink
mising definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Mar 7, 2024
1 parent 3bf374e commit 420fe4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/TRestGeant4QuenchingProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,9 @@ void TRestGeant4QuenchingProcess::PrintMetadata() {
}
EndPrintProcess();
}

std::set<std::string> TRestGeant4QuenchingProcess::GetVolumes() const { return fVolumes; }

std::set<std::string> TRestGeant4QuenchingProcess::GetUserVolumeExpressions() const {
return fUserVolumeExpressions;
}

0 comments on commit 420fe4f

Please sign in to comment.