ATLAS Offline Software
Loading...
Searching...
No Matches
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
16
17//____________________________________________________________________
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}
static QString toString(const VOLSTATE &)