ATLAS Offline Software
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::geoElementToStringList
static QStringList geoElementToStringList(const GeoElement *)
Definition:
VP1GeomUtils.cxx:20
mat
GeoMaterial * mat
Definition:
LArDetectorConstructionTBEC.cxx:55
VP1GeomUtils::geoMaterialToStringList
static QStringList geoMaterialToStringList(const GeoMaterial *)
Definition:
VP1GeomUtils.cxx:10
VP1GeomUtils.h
UploadAMITag.l
list l
Definition:
UploadAMITag.larcaf.py:158
Generated on Tue Dec 24 2024 21:22:44 for ATLAS Offline Software by
1.8.18