ATLAS Offline Software
Static Public Member Functions | Private Member Functions | List of all members
VP1GeomUtils Class Reference

#include <VP1GeomUtils.h>

Collaboration diagram for VP1GeomUtils:

Static Public Member Functions

static QStringList geoMaterialToStringList (const GeoMaterial *)
 
static QStringList geoElementToStringList (const GeoElement *)
 

Private Member Functions

 VP1GeomUtils ()
 
 ~VP1GeomUtils ()
 

Detailed Description

Definition at line 12 of file VP1GeomUtils.h.

Constructor & Destructor Documentation

◆ VP1GeomUtils()

VP1GeomUtils::VP1GeomUtils ( )
inlineprivate

Definition at line 19 of file VP1GeomUtils.h.

19 {}

◆ ~VP1GeomUtils()

VP1GeomUtils::~VP1GeomUtils ( )
inlineprivate

Definition at line 20 of file VP1GeomUtils.h.

20 {}

Member Function Documentation

◆ geoElementToStringList()

QStringList VP1GeomUtils::geoElementToStringList ( const GeoElement *  elem)
static

Definition at line 20 of file VP1GeomUtils.cxx.

21 {
22  //Fixme: Show all info.
23  QStringList l;
24  l << elem->getName().c_str();
25  return l;
26 }

◆ geoMaterialToStringList()

QStringList VP1GeomUtils::geoMaterialToStringList ( const GeoMaterial *  mat)
static

Definition at line 10 of file VP1GeomUtils.cxx.

11 {
12  //Fixme: Show all info.
13  QStringList l;
14  l << mat->getName().c_str();
15  return l;
16 }

The documentation for this class was generated from the following files:
mat
GeoMaterial * mat
Definition: LArDetectorConstructionTBEC.cxx:53
UploadAMITag.l
list l
Definition: UploadAMITag.larcaf.py:158