ATLAS Offline Software
Loading...
Searching...
No Matches
graphics
VP1
VP1Systems
VP1GeometrySystems
src
VP1GeomUtils.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
VP1GeometrySystems/VP1GeomUtils.h
"
6
#include "GeoModelKernel/GeoMaterial.h"
7
#include "GeoModelKernel/GeoElement.h"
8
9
//______________________________________________________________________________________
10
QStringList
VP1GeomUtils::geoMaterialToStringList
(
const
GeoMaterial* mat )
11
{
12
//Fixme: Show all info.
13
QStringList l;
14
l << mat->getName().c_str();
15
return
l;
16
}
17
18
19
//______________________________________________________________________________________
20
QStringList
VP1GeomUtils::geoElementToStringList
(
const
GeoElement* elem )
21
{
22
//Fixme: Show all info.
23
QStringList l;
24
l << elem->getName().c_str();
25
return
l;
26
}
VP1GeomUtils.h
VP1GeomUtils::geoMaterialToStringList
static QStringList geoMaterialToStringList(const GeoMaterial *)
Definition
VP1GeomUtils.cxx:10
VP1GeomUtils::geoElementToStringList
static QStringList geoElementToStringList(const GeoElement *)
Definition
VP1GeomUtils.cxx:20
Generated on
for ATLAS Offline Software by
1.14.0