Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
}
PdbParameter
Definition:
PdbParameter.h:12
PdbParameterError::print
virtual void print() const
Definition:
PdbParameterError.cc:25
PdbParameter::theName
std::string theName
Definition:
PdbParameter.h:32
PdbParameter::thePar
double thePar
Definition:
PdbParameter.h:31
PdbParameterError::theParError
double theParError
Definition:
PdbParameterError.h:25
PdbParameterError::PdbParameterError
PdbParameterError()
Definition:
PdbParameterError.cc:15
PdbParameterError.h
e1039-core
database
pdbcal
base
PdbParameterError.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration