ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
eflowRec
src
eflowFirstInt.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EFLOWREC_EFLOWFIRSTINT_H
6
#define EFLOWREC_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
21
class
eflowFirstInt
{
22
23
public
:
24
25
eflowFirstInt
() :
m_fudgeMean
(0.0),
m_fudgeStdDev
(0.0) {}
26
eflowFirstInt
(
double
mean
,
double
stdDev) :
m_fudgeMean
(
mean
),
m_fudgeStdDev
(stdDev) {}
27
~eflowFirstInt
() {}
28
29
double
fudgeMean
()
const
{
return
m_fudgeMean
;}
30
double
fudgeStdDev
()
const
{
return
m_fudgeStdDev
;}
31
32
void
setFudgeMean
(
double
fudgeMean
) {
m_fudgeMean
=
fudgeMean
;}
33
void
setFudgeStdDev
(
double
fudgeStdDev
) {
m_fudgeStdDev
=
fudgeStdDev
;}
34
35
protected
:
36
37
double
m_fudgeMean
;
38
double
m_fudgeStdDev
;
39
40
};
41
42
43
#endif
eflowFirstInt::fudgeMean
double fudgeMean() const
Definition
eflowFirstInt.h:29
eflowFirstInt::setFudgeMean
void setFudgeMean(double fudgeMean)
Definition
eflowFirstInt.h:32
eflowFirstInt::eflowFirstInt
eflowFirstInt()
Definition
eflowFirstInt.h:25
eflowFirstInt::eflowFirstInt
eflowFirstInt(double mean, double stdDev)
Definition
eflowFirstInt.h:26
eflowFirstInt::m_fudgeStdDev
double m_fudgeStdDev
Definition
eflowFirstInt.h:38
eflowFirstInt::~eflowFirstInt
~eflowFirstInt()
Definition
eflowFirstInt.h:27
eflowFirstInt::m_fudgeMean
double m_fudgeMean
Definition
eflowFirstInt.h:37
eflowFirstInt::fudgeStdDev
double fudgeStdDev() const
Definition
eflowFirstInt.h:30
eflowFirstInt::setFudgeStdDev
void setFudgeStdDev(double fudgeStdDev)
Definition
eflowFirstInt.h:33
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.16.1