|
BmnRoot
|
#include <TCanvas.h>#include "TFile.h"#include <TGeoManager.h>#include "BmnPairFinder.h"#include "CbmMCTrack.h"#include "CbmStsTrack.h"#include "CbmStsPoint.h"#include "BmnVertex.h"#include "CbmVertex.h"Go to the source code of this file.
Variables | |
| const Float_t | pathCutMin = 1.0 |
| const Float_t | pathCutMax = 100.0 |
| const Float_t | DCA12CutMin = 0.0 |
| const Float_t | DCA12CutMax = 2.0 |
| const Float_t | DCA1CutMin = 0.0 |
| const Float_t | DCA1CutMax = 10.0 |
| const Float_t | DCA2CutMin = 0.0 |
| const Float_t | DCA2CutMax = 10.0 |
| const Float_t | DCA0CutMin = 0.0 |
| const Float_t | DCA0CutMax = 1.0 |
| const Float_t | PVXCutMin = -1.0 |
| const Float_t | PVXCutMax = 1.5 |
| const Float_t | PVYCutMin = -1.0 |
| const Float_t | PVYCutMax = 1.0 |
| const Float_t | PVZCutMin = -0.4 |
| const Float_t | PVZCutMax = 0.4 |
| const Int_t | NTrCutMin = 0 |
| const Int_t | NTrCutMax = 100 |
| const Float_t DCA0CutMax = 1.0 |
Definition at line 21 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t DCA0CutMin = 0.0 |
Definition at line 20 of file BmnPairFinder.cxx.
| const Float_t DCA12CutMax = 2.0 |
Definition at line 15 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t DCA12CutMin = 0.0 |
Definition at line 14 of file BmnPairFinder.cxx.
| const Float_t DCA1CutMax = 10.0 |
Definition at line 17 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t DCA1CutMin = 0.0 |
Definition at line 16 of file BmnPairFinder.cxx.
| const Float_t DCA2CutMax = 10.0 |
Definition at line 19 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t DCA2CutMin = 0.0 |
Definition at line 18 of file BmnPairFinder.cxx.
| const Int_t NTrCutMax = 100 |
Definition at line 29 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Int_t NTrCutMin = 0 |
Definition at line 28 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t pathCutMax = 100.0 |
Definition at line 13 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t pathCutMin = 1.0 |
Definition at line 12 of file BmnPairFinder.cxx.
| const Float_t PVXCutMax = 1.5 |
Definition at line 23 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t PVXCutMin = -1.0 |
Definition at line 22 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t PVYCutMax = 1.0 |
Definition at line 25 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t PVYCutMin = -1.0 |
Definition at line 24 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t PVZCutMax = 0.4 |
Definition at line 27 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().
| const Float_t PVZCutMin = -0.4 |
Definition at line 26 of file BmnPairFinder.cxx.
Referenced by BmnPairFinder::Exec().