feat: add Geant material management classes and enhance serialization macros for NVP and HRP support

This commit is contained in:
AndreaRigoni
2026-04-01 08:46:09 +00:00
parent 34f834d370
commit c0c25de694
2 changed files with 32 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ public:
void serialize(ArchiveT & ar, const unsigned int version) {
ar & HRP(Size);
ar & HRP(Origin);
ar & boost::serialization::make_nvp("TRS", boost::serialization::base_object<TRS>(*this));
ar & NVP("TRS", boost::serialization::base_object<TRS>(*this));
}
/**