Class Reference for E1039 Core & Analysis Software
PdbParameterError.cc
Go to the documentation of this file.
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 <iostream>
11
#include <cmath>
12
13
using namespace
std;
14
15
PdbParameterError::PdbParameterError
():
16
theParError(NAN)
17
{}
18
19
PdbParameterError::PdbParameterError
(
const
double
value,
const
double
error,
const
string
&name):
20
PdbParameter
(value,name),
21
theParError(error)
22
{}
23
24
void
25
PdbParameterError::print
()
const
26
{
27
cout <<
theName
<<
": "
<<
thePar
<<
" +/- "
<<
theParError
<< endl;
28
}
PdbParameterError.h
PdbParameterError::print
virtual void print() const
Definition:
PdbParameterError.cc:25
PdbParameterError::theParError
double theParError
Definition:
PdbParameterError.h:25
PdbParameterError::PdbParameterError
PdbParameterError()
Definition:
PdbParameterError.cc:15
PdbParameter
Definition:
PdbParameter.h:12
PdbParameter::thePar
double thePar
Definition:
PdbParameter.h:31
PdbParameter::theName
std::string theName
Definition:
PdbParameter.h:32
e1039-core
database
pdbcal
base
PdbParameterError.cc
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:15
using
1.9.1 with
SeaQuest GitHub integration