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
MbdReturnCodes.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MbdReturnCodes.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
4
#ifndef MBD_MBDRETURNCODES_H
5
#define MBD_MBDRETURNCODES_H
6
7
#include <limits>
8
9
namespace
MbdReturnCodes
10
{
11
const
short
MBD_INVALID_SHORT
=
std::numeric_limits<short>::min
();
//-9999;
12
const
int
MBD_INVALID_INT
=
std::numeric_limits<int>::min
();
//-9999;
13
const
float
MBD_INVALID_FLOAT
= std::numeric_limits<float>::quiet_NaN();
14
}
// namespace MbdReturnCodes
15
16
#endif
coresoftware
blob
master
offline
packages
mbd
MbdReturnCodes.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:07
using
1.8.2 with
sPHENIX GitHub integration