ATLAS Offline Software
Loading...
Searching...
No Matches
StaticConstants.h
Go to the documentation of this file.
1// -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef EVENSHAPEINTERFACE_STATICCONSTANTS_H
8#define EVENSHAPEINTERFACE_STATICCONSTANTS_H
9
10#include <string>
11
13{
14 static const double invalidValue(-1.);
15 static const double nullValue(0.);
16 static const std::string invalidKey("INVALID");
17 static const std::string defaultStateKey("CALIBRATED");
18}
19
21{
24 static double nullValue()
26 static const std::string& invalidKey()
28 static const std::string& defaultStateKey()
30};
31
32#endif
static const std::string invalidKey("INVALID")
static const double invalidValue(-1.)
static const std::string defaultStateKey("CALIBRATED")
static const double nullValue(0.)
static double invalidValue()
static double nullValue()
static const std::string & defaultStateKey()
static const std::string & invalidKey()