ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
eflowRec
eflowRec
eflowFirstInt.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EFLOWFIRSTINT_H
6
#define EFLOWFIRSTINT_H
7
8
/********************************************************************
9
10
NAME: eflowFirstInt.h
11
PACKAGE: offline/Reconstruction/eflowRec
12
13
AUTHORS: M.Hodgkinson, R Duxfield (based on R.Duxfields Root package)
14
CREATED: 18th Aug, 2005
15
16
********************************************************************/
17
18
#include <iostream>
19
23
class
eflowFirstInt
{
24
25
public
:
26
27
eflowFirstInt
() :
m_fudgeMean
(0.0),
m_fudgeStdDev
(0.0) {}
28
eflowFirstInt
(
double
mean
,
double
stdDev) :
m_fudgeMean
(
mean
),
m_fudgeStdDev
(stdDev) {}
29
~eflowFirstInt
() {}
30
31
double
fudgeMean
()
const
{
return
m_fudgeMean
;}
32
double
fudgeStdDev
()
const
{
return
m_fudgeStdDev
;}
33
34
void
setFudgeMean
(
double
fudgeMean
) {
m_fudgeMean
=
fudgeMean
;}
35
void
setFudgeStdDev
(
double
fudgeStdDev
) {
m_fudgeStdDev
=
fudgeStdDev
;}
36
37
protected
:
38
39
double
m_fudgeMean
;
40
double
m_fudgeStdDev
;
41
42
};
43
44
45
#endif
eflowFirstInt::fudgeMean
double fudgeMean() const
Definition
eflowFirstInt.h:31
eflowFirstInt::setFudgeMean
void setFudgeMean(double fudgeMean)
Definition
eflowFirstInt.h:34
eflowFirstInt::eflowFirstInt
eflowFirstInt()
Definition
eflowFirstInt.h:27
eflowFirstInt::eflowFirstInt
eflowFirstInt(double mean, double stdDev)
Definition
eflowFirstInt.h:28
eflowFirstInt::m_fudgeStdDev
double m_fudgeStdDev
Definition
eflowFirstInt.h:40
eflowFirstInt::~eflowFirstInt
~eflowFirstInt()
Definition
eflowFirstInt.h:29
eflowFirstInt::m_fudgeMean
double m_fudgeMean
Definition
eflowFirstInt.h:39
eflowFirstInt::fudgeStdDev
double fudgeStdDev() const
Definition
eflowFirstInt.h:32
eflowFirstInt::setFudgeStdDev
void setFudgeStdDev(double fudgeStdDev)
Definition
eflowFirstInt.h:35
mean
void mean(std::vector< double > &bins, std::vector< double > &values, const std::vector< std::string > &files, const std::string &histname, const std::string &tplotname, const std::string &label="")
Definition
dependence.cxx:254
Generated on
for ATLAS Offline Software by
1.14.0