CbmRoot
|
#include "CbmGlobalTrackingQA.h"
#include <FairLogger.h>
#include <map>
#include "CbmDigiManager.h"
#include "CbmGlobalTrack.h"
#include "CbmMCDataManager.h"
#include "CbmMCTrack.h"
#include "CbmStsCluster.h"
#include "CbmStsDigi.h"
#include "CbmStsHit.h"
#include "CbmStsPoint.h"
#include "CbmStsTrack.h"
#include "CbmTofPoint.h"
Go to the source code of this file.
Variables | |
int | nofReferenceTofTracks = 0 |
int | nofCorMergedReferenceTofTracks = 0 |
int | nofWroMergedReferenceTofTracks = 0 |
int | nofNonMergedReferenceTofTracks = 0 |
int | nofSemiTofTracks = 0 |
int | nofCorMergedSemiTofTracks = 0 |
int | nofWroMergedSemiTofTracks = 0 |
int | nofNonMergedSemiTofTracks = 0 |
int | nofNonTofTracks = 0 |
int | nofMergedNonTofTracks = 0 |
int | nofNonMergedNonTofTracks = 0 |
int nofCorMergedReferenceTofTracks = 0 |
Definition at line 217 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofCorMergedSemiTofTracks = 0 |
Definition at line 222 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofMergedNonTofTracks = 0 |
Definition at line 227 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofNonMergedNonTofTracks = 0 |
Definition at line 228 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofNonMergedReferenceTofTracks = 0 |
Definition at line 219 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofNonMergedSemiTofTracks = 0 |
Definition at line 224 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec().
int nofNonTofTracks = 0 |
Definition at line 226 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofReferenceTofTracks = 0 |
Definition at line 216 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofSemiTofTracks = 0 |
Definition at line 221 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofWroMergedReferenceTofTracks = 0 |
Definition at line 218 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().
int nofWroMergedSemiTofTracks = 0 |
Definition at line 223 of file CbmGlobalTrackingQA.cxx.
Referenced by CbmGlobalTrackingQA::Exec(), and CbmGlobalTrackingQA::Finish().