Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Alignment
CocoaFit
interface
HistoDef.h
Go to the documentation of this file.
1
// COCOA class header file
2
//Id: HistoDef.h
3
//CAT: Model
4
//
5
// Class to store the data of a fitted entry (only those of quality 'unk')
6
//
7
// History: v1.0
8
// Pedro Arce
9
10
#ifndef HistoDef_HH
11
#define HistoDef_HH
12
13
#include "
Alignment/CocoaUtilities/interface/CocoaGlobals.h
"
14
#include <vector>
15
class
Entry
;
16
17
class
HistoDef
{
18
public
:
19
//---------- Constructors / Destructor
20
HistoDef
(){};
21
void
init
(
ALIstring
name
);
22
~HistoDef
(){};
23
24
ALIstring
name
()
const
{
return
theName
; }
25
float
minimum
()
const
{
return
theMin
; }
26
float
maximum
()
const
{
return
theMax
; }
27
28
void
setMinimum
(
float
min
) {
theMin
=
min
; }
29
void
setMaximum
(
float
max
) {
theMax
=
max
; }
30
31
private
:
32
ALIstring
theName
;
33
float
theMin
;
34
float
theMax
;
35
};
36
37
#endif
Entry
Definition:
Entry.h:18
HistoDef::theName
ALIstring theName
Definition:
HistoDef.h:32
HistoDef::setMinimum
void setMinimum(float min)
Definition:
HistoDef.h:28
HistoDef::name
ALIstring name() const
Definition:
HistoDef.h:24
HistoDef::theMin
float theMin
Definition:
HistoDef.h:33
CocoaGlobals.h
HistoDef::minimum
float minimum() const
Definition:
HistoDef.h:25
min
T min(T a, T b)
Definition:
MathUtil.h:58
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:169
HistoDef::HistoDef
HistoDef()
Definition:
HistoDef.h:20
HistoDef::~HistoDef
~HistoDef()
Definition:
HistoDef.h:22
HistoDef::init
void init(ALIstring name)
Definition:
HistoDef.cc:12
ALIstring
std::string ALIstring
Definition:
CocoaGlobals.h:9
HistoDef
Definition:
HistoDef.h:17
HistoDef::maximum
float maximum() const
Definition:
HistoDef.h:26
HistoDef::theMax
float theMax
Definition:
HistoDef.h:34
HistoDef::setMaximum
void setMaximum(float max)
Definition:
HistoDef.h:29
Generated for CMSSW Reference Manual by
1.8.5