Skip to content
Snippets Groups Projects

Add function to print the volume

Merged Johannes Junggeburth requested to merge printVolume into main
2 files
+ 66
0
Compare changes
  • Side-by-side
  • Inline
Files
2
/*
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
*/
#ifndef GEOMODELUTILS_PRINTVOLUME_H
#define GEOMODELUTILS_PRINTVOLUME_H
#include "GeoModelKernel/GeoVPhysVol.h"
/** @brief creates a string to print the volume */
std::string printVolume(const PVConstLink& volume);
#endif
\ No newline at end of file
Loading