![]() |
ATLAS Offline Software
|
#include "dqm_algorithms/TripleGaussCollFit.h"#include <dqm_core/AlgorithmManager.h>#include <dqm_core/exceptions.h>#include <dqm_algorithms/tools/AlgorithmHelper.h>#include "ers/ers.h"#include "TH2.h"#include "TH1.h"#include "TF1.h"#include "TClass.h"#include <iostream>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | dqm_algorithms |
Macros | |
| #define | PARAM_IS_AREA |
| #define | ADJUST_VAL startVal = startVal * hist1D->GetBinWidth(1) / m_gaus3_fn->GetParameter(2) / 2.5066 |
Typedefs | |
| typedef std::map< std::string, double > | param_map |
| typedef std::map< std::string, double > | err_map |
Functions | |
| Double_t | getStartValue (TH1 *thehist, Double_t minx, Double_t maxx) |
| void | multLB_writeTags (std::vector< int > *goodLB, dqm_core::Result *result, const TH1 *thehist) |
Variables | |
| const char *const | fmt = "%0*d" |
| #define ADJUST_VAL startVal = startVal * hist1D->GetBinWidth(1) / m_gaus3_fn->GetParameter(2) / 2.5066 |
Definition at line 380 of file TripleGaussCollFit.cxx.
| #define PARAM_IS_AREA |
Definition at line 165 of file TripleGaussCollFit.cxx.
| typedef std::map<std::string, double> err_map |
Definition at line 163 of file TripleGaussCollFit.cxx.
| typedef std::map<std::string, double> param_map |
Definition at line 162 of file TripleGaussCollFit.cxx.
| Double_t getStartValue | ( | TH1 * | thehist, |
| Double_t | minx, | ||
| Double_t | maxx ) |
Definition at line 70 of file TripleGaussCollFit.cxx.
| void multLB_writeTags | ( | std::vector< int > * | goodLB, |
| dqm_core::Result * | result, | ||
| const TH1 * | thehist ) |
Definition at line 86 of file TripleGaussCollFit.cxx.
Definition at line 84 of file TripleGaussCollFit.cxx.