CbmRoot
CbmMuchHitFinderQa.cxx File Reference
#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>
Include dependency graph for CbmMuchHitFinderQa.cxx:

Go to the source code of this file.

Macros

#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
 

Functions

Double_t LandauMPV (Double_t *lg_x, Double_t *par)
 
Double_t MPV_n_e (Double_t Tkin, Double_t mass)
 

Macro Definition Documentation

◆ 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

Function Documentation

◆ LandauMPV()

Double_t LandauMPV ( Double_t *  lg_x,
Double_t *  par 
)

Definition at line 1047 of file CbmMuchHitFinderQa.cxx.

References MPV_n_e(), and x.

Referenced by CbmMuchHitFinderQa::FinishTask().

◆ MPV_n_e()

Double_t MPV_n_e ( Double_t  Tkin,
Double_t  mass 
)

Definition at line 1620 of file CbmMuchHitFinderQa.cxx.

References log(), min_logT_e, min_logT_mu, min_logT_p, mpv_e, mpv_mu, and mpv_p.

Referenced by LandauMPV().