EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
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
}
fun4all_coresoftware
blob
master
offline
database
pdbcal
base
PdbParameterError.cc
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:42
using
1.8.2 with
EIC GitHub integration