#include "CbmMuchHitFinderQa.h"
#include "CbmMuchCluster.h"
#include "CbmMuchDigi.h"
#include "CbmMuchPixelHit.h"
#include "CbmMuchPoint.h"
#include "FairRootManager.h"
#include "CbmDigiManager.h"
#include "CbmMuchAddress.h"
#include "CbmMuchModuleGem.h"
#include "CbmMuchPad.h"
#include "CbmMuchSector.h"
#include "CbmMuchStation.h"
#include "CbmMCTrack.h"
#include "CbmMatch.h"
#include "FairLogger.h"
#include "TDatabasePDG.h"
#include "TParticlePDG.h"
#include "CbmMuchPointInfo.h"
#include "CbmMuchRecoDefs.h"
#include "TCanvas.h"
#include "TF1.h"
#include "TFile.h"
#include "CbmMuchGeoScheme.h"
#include "TArrayI.h"
#include "TObjArray.h"
#include "TStyle.h"
#include "CbmGeoMuchPar.h"
#include "FairRuntimeDb.h"
#include "TGraph.h"
#include <algorithm>
#include <cassert>
#include <map>
#include <vector>
Go to the source code of this file.
|
#define | BINNING_CHARGE 100, 0, 3.0 |
|
#define | BINNING_LENGTH 100, 0, 2.5 |
|
#define | BINNING_CHARGE_LOG 100, 4, 8 |
|
#define | BINNING_ENERGY_LOG 100, -0.5, 4.5 |
|
#define | BINNING_ENERGY_LOG_EL 100, -0.5, 4.5 |
|
|
Double_t | LandauMPV (Double_t *lg_x, Double_t *par) |
|
Double_t | MPV_n_e (Double_t Tkin, Double_t mass) |
|
◆ BINNING_CHARGE
#define BINNING_CHARGE 100, 0, 3.0 |
◆ BINNING_CHARGE_LOG
#define BINNING_CHARGE_LOG 100, 4, 8 |
◆ BINNING_ENERGY_LOG
#define BINNING_ENERGY_LOG 100, -0.5, 4.5 |
◆ BINNING_ENERGY_LOG_EL
#define BINNING_ENERGY_LOG_EL 100, -0.5, 4.5 |
◆ BINNING_LENGTH
#define BINNING_LENGTH 100, 0, 2.5 |
◆ LandauMPV()
Double_t LandauMPV |
( |
Double_t * |
lg_x, |
|
|
Double_t * |
par |
|
) |
| |
◆ MPV_n_e()
Double_t MPV_n_e |
( |
Double_t |
Tkin, |
|
|
Double_t |
mass |
|
) |
| |