Main Page
Namespaces
Classes
Package Documentation
src
Alignment
CocoaFit
src
HistoDef.cc
Go to the documentation of this file.
1
// COCOA class implementation file
2
//Id: HistoDef.cc
3
//CAT: AnalysisMgr
4
//
5
// History: v1.0
6
// Pedro Arce
7
8
#include "
Alignment/CocoaFit/interface/HistoDef.h
"
9
#include <cmath>
10
11
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@2
12
void
HistoDef::init
(
ALIstring
name
)
13
{
14
theName
=
name
;
15
theMin
=
ALI_DBL_MAX
;
16
theMax
= -
ALI_DBL_MAX
;
17
}
HistoDef::theName
ALIstring theName
Definition:
HistoDef.h:44
HistoDef.h
HistoDef::name
ALIstring name() const
Definition:
HistoDef.h:26
HistoDef::theMin
float theMin
Definition:
HistoDef.h:45
HistoDef::init
void init(ALIstring name)
Definition:
HistoDef.cc:12
ALIstring
std::string ALIstring
Definition:
CocoaGlobals.h:9
dataset.name
name
Definition:
dataset.py:45
HistoDef::theMax
float theMax
Definition:
HistoDef.h:46
ALI_DBL_MAX
const double ALI_DBL_MAX
Definition:
CocoaGlobals.h:24
Generated for CMSSW Reference Manual by
1.8.11