BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcFastTrkAlg.cxx File Reference
#include "MdcFastTrkAlg.h"
#include "FTFinder.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/PropertyMgr.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "EventModel/Event.h"
#include "EventModel/EventHeader.h"
#include "MdcGeomSvc/IMdcGeomSvc.h"
#include "MdcGeomSvc/MdcGeoLayer.h"
#include "MdcGeomSvc/MdcGeoWire.h"
#include "MdcRawEvent/MdcDigi.h"
#include <fstream>
#include "McTruth/McKine.h"
#include "ntupleItem.h"
#include "MdcRecEvent/RecMdcTrack.h"
#include <iostream>
#include <vector>

Go to the source code of this file.

Variables

int num_2Dtrk
int num_3Dtrk
int num_finaltrk
NTuple::Item< long > g_ntrkMC
NTuple::Item< long > g_eventNo
NTuple::Array< float > g_theta0MC
NTuple::Array< float > g_phi0MC
NTuple::Array< float > g_pxMC
NTuple::Array< float > g_pyMC
NTuple::Array< float > g_pzMC
NTuple::Array< float > g_ptMC
NTuple::Item< long > g_ntrk
NTuple::Item< float > g_eventtime
NTuple::Array< float > g_px
NTuple::Array< float > g_py
NTuple::Array< float > g_pz
NTuple::Array< float > g_pt
NTuple::Array< float > g_p
NTuple::Array< float > g_phi
NTuple::Array< float > g_theta
NTuple::Array< float > g_vx
NTuple::Array< float > g_vy
NTuple::Array< float > g_vz
NTuple::Array< float > g_dr
NTuple::Array< float > g_phi0
NTuple::Array< float > g_kappa
NTuple::Array< float > g_dz
NTuple::Array< float > g_tanl
NTuple::Item< float > g_estime
IHistogram1D * g_sigmaxy
IHistogram1D * g_sigmaz
IHistogram1D * g_chi2xy
IHistogram1D * g_chi2sz
IHistogram1D * g_ncellMC
IHistogram1D * g_ncell
IHistogram1D * g_naxialhit
IHistogram1D * g_nstereohit
IHistogram1D * g_nhit
IHistogram2D * g_hitmap [20]

Variable Documentation

◆ g_chi2sz

IHistogram1D* g_chi2sz
extern

Definition at line 38 of file ntupleItem.h.

◆ g_chi2xy

IHistogram1D* g_chi2xy
extern

Definition at line 37 of file ntupleItem.h.

◆ g_dr

NTuple::Array<float> g_dr
extern

Definition at line 32 of file ntupleItem.h.

◆ g_dz

NTuple::Array<float> g_dz

Definition at line 49 of file MdcFastTrkAlg.cxx.

◆ g_estime

NTuple::Item<float> g_estime
extern

Definition at line 33 of file ntupleItem.h.

◆ g_eventNo

NTuple::Item<long> g_eventNo

Definition at line 39 of file MdcFastTrkAlg.cxx.

◆ g_eventtime

NTuple::Item<float> g_eventtime
extern

Definition at line 28 of file ntupleItem.h.

Referenced by MdcFastTrkAlg::execute(), and MdcFastTrkAlg::initialize().

◆ g_hitmap

IHistogram2D* g_hitmap[20]
extern

Definition at line 44 of file ntupleItem.h.

◆ g_kappa

NTuple::Array<float> g_kappa

Definition at line 49 of file MdcFastTrkAlg.cxx.

◆ g_naxialhit

IHistogram1D* g_naxialhit
extern

Definition at line 41 of file ntupleItem.h.

◆ g_ncell

IHistogram1D* g_ncell
extern

Definition at line 40 of file ntupleItem.h.

◆ g_ncellMC

IHistogram1D* g_ncellMC
extern

Definition at line 39 of file ntupleItem.h.

◆ g_nhit

IHistogram1D* g_nhit
extern

Definition at line 43 of file ntupleItem.h.

◆ g_nstereohit

IHistogram1D* g_nstereohit
extern

Definition at line 42 of file ntupleItem.h.

◆ g_ntrk

NTuple::Item<long> g_ntrk
extern

Definition at line 27 of file ntupleItem.h.

◆ g_ntrkMC

NTuple::Item<long> g_ntrkMC
extern

Definition at line 21 of file ntupleItem.h.

◆ g_p

NTuple::Array<float> g_p

Definition at line 46 of file MdcFastTrkAlg.cxx.

◆ g_phi

NTuple::Array<float> g_phi
extern

Definition at line 30 of file ntupleItem.h.

◆ g_phi0

NTuple::Array<float> g_phi0

Definition at line 49 of file MdcFastTrkAlg.cxx.

◆ g_phi0MC

NTuple::Array<float> g_phi0MC

Definition at line 40 of file MdcFastTrkAlg.cxx.

◆ g_pt

NTuple::Array<float> g_pt

Definition at line 46 of file MdcFastTrkAlg.cxx.

◆ g_ptMC

NTuple::Array<float> g_ptMC

Definition at line 41 of file MdcFastTrkAlg.cxx.

◆ g_px

NTuple::Array<float> g_px
extern

Definition at line 29 of file ntupleItem.h.

◆ g_pxMC

NTuple::Array<float> g_pxMC
extern

Definition at line 23 of file ntupleItem.h.

◆ g_py

NTuple::Array<float> g_py

Definition at line 46 of file MdcFastTrkAlg.cxx.

◆ g_pyMC

NTuple::Array<float> g_pyMC

Definition at line 41 of file MdcFastTrkAlg.cxx.

◆ g_pz

NTuple::Array<float> g_pz

Definition at line 46 of file MdcFastTrkAlg.cxx.

◆ g_pzMC

NTuple::Array<float> g_pzMC

Definition at line 41 of file MdcFastTrkAlg.cxx.

◆ g_sigmaxy

IHistogram1D* g_sigmaxy
extern

Definition at line 35 of file ntupleItem.h.

◆ g_sigmaz

IHistogram1D* g_sigmaz
extern

Definition at line 36 of file ntupleItem.h.

◆ g_tanl

NTuple::Array<float> g_tanl

Definition at line 49 of file MdcFastTrkAlg.cxx.

◆ g_theta

NTuple::Array<float> g_theta

Definition at line 47 of file MdcFastTrkAlg.cxx.

◆ g_theta0MC

NTuple::Array<float> g_theta0MC
extern

Definition at line 22 of file ntupleItem.h.

◆ g_vx

NTuple::Array<float> g_vx
extern

Definition at line 31 of file ntupleItem.h.

◆ g_vy

NTuple::Array<float> g_vy

Definition at line 48 of file MdcFastTrkAlg.cxx.

◆ g_vz

NTuple::Array<float> g_vz

Definition at line 48 of file MdcFastTrkAlg.cxx.

◆ num_2Dtrk

int num_2Dtrk

◆ num_3Dtrk

int num_3Dtrk

Definition at line 36 of file MdcFastTrkAlg.cxx.

◆ num_finaltrk

int num_finaltrk

Definition at line 37 of file MdcFastTrkAlg.cxx.