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
PdbParameter.cc
Go to the documentation of this file.
1
#include "
PdbParameter.h
"
2
3
#include <cmath>
4
#include <iostream>
5
6
using namespace
std;
7
8
PdbParameter::PdbParameter
():
9
thePar(NAN)
10
{}
11
12
13
PdbParameter::PdbParameter
(
const
double
value,
const
string
&name):
14
thePar(value),
15
theName(name)
16
{}
17
18
void
19
PdbParameter::print
()
const
20
{
21
cout <<
theName
<<
": "
<<
thePar
<< endl;
22
}
23
PdbParameter::print
virtual void print() const
Definition:
PdbParameter.cc:19
PdbParameter::theName
std::string theName
Definition:
PdbParameter.h:32
PdbParameter::thePar
double thePar
Definition:
PdbParameter.h:31
PdbParameter.h
PdbParameter::PdbParameter
PdbParameter()
Definition:
PdbParameter.cc:8
e1039-core
database
pdbcal
base
PdbParameter.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration