ATLAS Offline Software
graphics
VP1
VP1Systems
VP1GeometrySystems
src
VP1GeoFlags.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
7
// //
8
// Implementation of class VP1GeoFlags //
9
// //
10
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
11
// Initial version: October 2008 //
12
// //
14
15
#include "
VP1GeometrySystems/VP1GeoFlags.h
"
16
17
//____________________________________________________________________
18
QString
VP1GeoFlags::toString
(
const
VOLSTATE
&
s
)
19
{
20
switch
(
s
) {
21
case
CONTRACTED
:
return
"CONTRACTED"
;
22
case
EXPANDED
:
return
"EXPANDED"
;
23
case
ZAPPED
:
return
"ZAPPED"
;
24
default
:
25
return
"<UNKNOWN>"
;
26
}
27
}
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
VP1GeoFlags::EXPANDED
@ EXPANDED
Definition:
VP1GeoFlags.h:88
VP1GeoFlags::VOLSTATE
VOLSTATE
Definition:
VP1GeoFlags.h:87
VP1GeoFlags.h
VP1GeoFlags::ZAPPED
@ ZAPPED
Definition:
VP1GeoFlags.h:89
VP1GeoFlags::toString
static QString toString(const VOLSTATE &)
Definition:
VP1GeoFlags.cxx:18
VP1GeoFlags::CONTRACTED
@ CONTRACTED
Definition:
VP1GeoFlags.h:87
Generated on Tue Dec 24 2024 21:22:43 for ATLAS Offline Software by
1.8.18