Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
BbcReturnCodes.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file BbcReturnCodes.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
4
#ifndef BBC_BBCRETURNCODES_H
5
#define BBC_BBCRETURNCODES_H
6
7
#include <limits>
8
9
namespace
BbcReturnCodes
10
{
11
const
short
BBC_INVALID_SHORT
=
std::numeric_limits<short>::min
();
//-9999;
12
const
int
BBC_INVALID_INT
=
std::numeric_limits<int>::min
();
//-9999;
13
const
float
BBC_INVALID_FLOAT
= std::numeric_limits<float>::quiet_NaN();
14
}
// namespace BbcReturnCodes
15
16
#endif
coresoftware
blob
master
offline
packages
mbd
BbcReturnCodes.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:07
using
1.8.2 with
sPHENIX GitHub integration