ATLAS Offline Software
Loading...
Searching...
No Matches
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
10NAME: eflowFirstInt.h
11PACKAGE: offline/Reconstruction/eflowRec
12
13AUTHORS: M.Hodgkinson, R Duxfield (based on R.Duxfields Root package)
14CREATED: 18th Aug, 2005
15
16********************************************************************/
17
18#include <iostream>
19
24
25 public:
26
28 eflowFirstInt(double mean, double stdDev) : m_fudgeMean(mean), m_fudgeStdDev(stdDev) {}
30
31 double fudgeMean() const {return m_fudgeMean;}
32 double fudgeStdDev() const {return m_fudgeStdDev;}
33
36
37 protected:
38
41
42};
43
44
45#endif
double fudgeMean() const
void setFudgeMean(double fudgeMean)
eflowFirstInt(double mean, double stdDev)
double m_fudgeStdDev
double fudgeStdDev() const
void setFudgeStdDev(double fudgeStdDev)
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="")