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
PdbParameterError.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PdbParameterError.cc
1
// The pdbcal package
2
// Copyright (C) PHENIX collaboration, 2004
3
//
4
// Implementation of class PdbParameter
5
//
6
// Author: Cesar
7
8
#include "
PdbParameterError.h
"
9
10
#include <cmath>
11
#include <iostream>
12
13
using namespace
std;
14
15
PdbParameterError::PdbParameterError
()
16
: theParError(NAN)
17
{
18
}
19
20
PdbParameterError::PdbParameterError
(
const
double
value
,
const
double
error
,
const
string
&
name
)
21
:
PdbParameter
(value, name)
22
, theParError(error)
23
{
24
}
25
26
void
PdbParameterError::print
()
const
27
{
28
cout <<
theName
<<
": "
<<
thePar
<<
" +/- "
<<
theParError
<< endl;
29
}
coresoftware
blob
master
offline
database
pdbcal
base
PdbParameterError.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration