ATLAS Offline Software
VP1GeomUtils.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef VP1GEOMUTILS_H
6 #define VP1GEOMUTILS_H
7 
8 class GeoMaterial;
9 class GeoElement;
10 #include <QStringList>
11 
12 class VP1GeomUtils {
13 public:
14 
15  static QStringList geoMaterialToStringList(const GeoMaterial*);
16  static QStringList geoElementToStringList(const GeoElement*);
17 
18 private:
21 };
22 
23 #endif
VP1GeomUtils::geoElementToStringList
static QStringList geoElementToStringList(const GeoElement *)
Definition: VP1GeomUtils.cxx:20
VP1GeomUtils::~VP1GeomUtils
~VP1GeomUtils()
Definition: VP1GeomUtils.h:20
VP1GeomUtils::geoMaterialToStringList
static QStringList geoMaterialToStringList(const GeoMaterial *)
Definition: VP1GeomUtils.cxx:10
VP1GeomUtils::VP1GeomUtils
VP1GeomUtils()
Definition: VP1GeomUtils.h:19
VP1GeomUtils
Definition: VP1GeomUtils.h:12