ATLAS Offline Software
Loading...
Searching...
No Matches
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
8class GeoMaterial;
9class GeoElement;
10#include <QStringList>
11
13public:
14
15 static QStringList geoMaterialToStringList(const GeoMaterial*);
16 static QStringList geoElementToStringList(const GeoElement*);
17
18private:
21};
22
23#endif
static QStringList geoMaterialToStringList(const GeoMaterial *)
static QStringList geoElementToStringList(const GeoElement *)