ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
dbtools
pdbcal
base
Pdb.h
PdbApplication.cc
PdbApplication.h
PdbApplicationFactory.h
PdbBankID.cc
PdbBankID.h
PdbBankIDLinkDef.h
PdbBankList.h
PdbBankListIterator.h
PdbBankManager.cc
PdbBankManager.h
PdbBankManagerFactory.h
PdbCalBank.cc
PdbCalBank.h
PdbCalBankIterator.h
PdbCalBankLinkDef.h
PdbCalChan.h
PdbCalChanLinkDef.h
PdbClassMap.h
PdbParameter.cc
PdbParameter.h
PdbParameterError.cc
PdbParameterError.h
PdbParameterErrorLinkDef.h
PdbParameterLinkDef.h
PdbParameterMap.cc
PdbParameterMap.h
PdbParameterMapContainer.cc
PdbParameterMapContainer.h
PdbParameterMapContainerLinkDef.h
PdbParameterMapLinkDef.h
PHGenericFactoryT.C
PHGenericFactoryT.h
RunToTime.cc
RunToTime.h
pg
PHParameter
framework
packages
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PdbParameterError.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PdbParameterError.h
1
// Declaration of class PdbParameterError
2
// Purpose: single parameter storage class
3
// Author: Cesar & federica
4
5
#ifndef PDBCAL_BASE_PDBPARAMETERERROR_H
6
#define PDBCAL_BASE_PDBPARAMETERERROR_H
7
8
#include "
PdbParameter.h
"
9
10
#include <string>
11
12
class
PdbParameterError
:
public
PdbParameter
13
{
14
public
:
15
PdbParameterError
();
16
PdbParameterError
(
const
double
,
const
double
,
const
std::string &
name
);
17
~PdbParameterError
()
override
{}
18
19
double
getParameterError
()
const
{
return
theParError
; }
20
21
void
setParameterError
(
const
double
val) {
theParError
= val; }
22
23
void
print
()
const override
;
24
25
protected
:
26
27
double
theParError
;
28
29
ClassDefOverride
(
PdbParameterError
,1);
30
};
31
32
#endif
/* PDBCAL_BASE_PDBPARAMETERERROR_H */
coresoftware
blob
master
offline
database
pdbcal
base
PdbParameterError.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration