ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
22
23 public:
24
26 eflowFirstInt(double mean, double stdDev) : m_fudgeMean(mean), m_fudgeStdDev(stdDev) {}
28
29 double fudgeMean() const {return m_fudgeMean;}
30 double fudgeStdDev() const {return m_fudgeStdDev;}
31
34
35 protected:
36
39
40};
41
42
43#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="")