ATLAS Offline Software
|
#include "MdtCalibT0/T0MTHistos.h"
#include <cmath>
#include "AthenaKernel/getMessageSvc.h"
#include "CxxUtils/checker_macros.h"
#include "GaudiKernel/MsgStream.h"
#include "MdtCalibT0/MTT0PatternRecognition.h"
#include "MdtCalibT0/MTTmaxPatternRecognition.h"
#include "TDirectory.h"
#include "TLine.h"
#include "TRandom3.h"
#include "list"
#include "boost/thread/tss.hpp"
Go to the source code of this file.
Namespaces | |
MuonCalib | |
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO. | |
Functions | |
TRandom3 * | MuonCalib::getTLSRandomGen () |
Double_t | MuonCalib::mt_t0_fermi (Double_t *x, Double_t *par) |
The fermi function to be fitted at the rising edge of the spectrum. More... | |
Double_t | MuonCalib::mt_tmax_fermi (Double_t *x, Double_t *par) |
The fermi function to be fitted at the trailing slope of the spectrum. More... | |