CbmRoot
Simple/Lx.cxx File Reference
#include "Lx.h"
#include "CbmKFParticle.h"
#include "CbmKFTrack.h"
#include "CbmMCTrack.h"
#include "CbmMuchCluster.h"
#include "CbmMuchDigiMatch.h"
#include "CbmMuchGeoScheme.h"
#include "CbmMuchPoint.h"
#include "CbmMuchTrack.h"
#include "CbmStsAddress.h"
#include "CbmStsPoint.h"
#include "LxDraw.h"
#include "TDatabasePDG.h"
#include "TGeoManager.h"
#include <iostream>
#include <sys/time.h>
Include dependency graph for Simple/Lx.cxx:

Go to the source code of this file.

Functions

 ClassImp (LxFinder) using namespace std
 
static bool GetHistoRMS (const char *histoNameBase, Int_t histoNumber, scaltype &retVal)
 
static bool GetHistoCOV (const char *histoNameBase, Int_t histoNumber, Int_t axis1, Int_t axis2, scaltype &retVal)
 
static void SaveHisto (TH1 *histo, const char *name)
 
static void SaveHisto (TH2 *histo, const char *name)
 

Variables

static TH1F * stsTrackChi2 = 0
 
static TH1F * stsTrackX = 0
 
static TH1F * stsTrackY = 0
 
TString lxFinderParticleType = "jpsi"
 
static Int_t nTimes = 1
 
static Int_t wholeDuration = 0
 
static Int_t averageDuration = 0
 

Function Documentation

◆ ClassImp()

ClassImp ( LxFinder  )

◆ GetHistoCOV()

static bool GetHistoCOV ( const char *  histoNameBase,
Int_t  histoNumber,
Int_t  axis1,
Int_t  axis2,
scaltype retVal 
)
static

Definition at line 318 of file Simple/Lx.cxx.

References f, and lxFinderParticleType.

Referenced by LxFinder::Init().

◆ GetHistoRMS()

static bool GetHistoRMS ( const char *  histoNameBase,
Int_t  histoNumber,
scaltype retVal 
)
static

Definition at line 285 of file Simple/Lx.cxx.

References f, and lxFinderParticleType.

Referenced by LxFinder::Init().

◆ SaveHisto() [1/2]

static void SaveHisto ( TH1 *  histo,
const char *  name 
)
static

Definition at line 1566 of file Simple/Lx.cxx.

Referenced by LxFinder::FinishTask().

◆ SaveHisto() [2/2]

static void SaveHisto ( TH2 *  histo,
const char *  name 
)
static

Definition at line 1573 of file Simple/Lx.cxx.

Variable Documentation

◆ averageDuration

Int_t averageDuration = 0
static

Definition at line 760 of file Simple/Lx.cxx.

Referenced by LxFinder::Exec().

◆ lxFinderParticleType

TString lxFinderParticleType = "jpsi"

Definition at line 282 of file Simple/Lx.cxx.

Referenced by GetHistoCOV(), and GetHistoRMS().

◆ nTimes

Int_t nTimes = 1
static

Definition at line 758 of file Simple/Lx.cxx.

Referenced by LxFinder::Exec(), and LxFinder::Init().

◆ stsTrackChi2

TH1F* stsTrackChi2 = 0
static

Definition at line 69 of file Simple/Lx.cxx.

Referenced by LxFinder::Exec(), LxFinder::FinishTask(), and LxFinder::Init().

◆ stsTrackX

TH1F* stsTrackX = 0
static

Definition at line 70 of file Simple/Lx.cxx.

Referenced by LxFinder::Exec(), LxFinder::FinishTask(), and LxFinder::Init().

◆ stsTrackY

TH1F* stsTrackY = 0
static

Definition at line 71 of file Simple/Lx.cxx.

Referenced by LxFinder::Exec(), LxFinder::FinishTask(), and LxFinder::Init().

◆ wholeDuration

Int_t wholeDuration = 0
static

Definition at line 759 of file Simple/Lx.cxx.

Referenced by LxFinder::Exec().