ATLAS Offline Software
Loading...
Searching...
No Matches
VertexCommonFlags.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 VertexCommonFlags //
9// //
10// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
11// Initial version: August 2008 //
12// //
14
16
17//____________________________________________________________________
19{
20 switch (q) {
21 case ENERGY: return "ENERGY";
22 case MOMENTUM: return "MOMENTUM";
23 case TRANSVERSE_MOM: return "TRANSVERSE_MOM";
24 case MASS: return "MASS";
25 default: return "Unknown (ERROR)";
26 }
27}
static QString toString(const QUANTITY &)