#include "KinkFinder.h"
#include <EVENT/LCRelation.h>
#include <EVENT/MCParticle.h>
#include <UTIL/LCRelationNavigator.h>
#include "marlin/Global.h"
#include "EVENT/LCCollection.h"
#include <ClusterShapes.h>
#include "EVENT/Track.h"
#include "IMPL/LCCollectionVec.h"
#include "IMPL/ReconstructedParticleImpl.h"
#include "IMPL/VertexImpl.h"
#include <math.h>
#include <DD4hep/Detector.h>
#include <DD4hep/DD4hepUnits.h>
#include <DDRec/DetectorData.h>
#include "HelixClass.h"
Go to the source code of this file.
Variables | |
const float | mMuon = 0.106 |
const float | mPion = 0.140 |
const float | cTauPion = 7800 |
const float | mKaon = 0.494 |
const float | cTauKaon = 3714 |
const float | mSigma = 1.189 |
const float | cTauSigma = 24.0 |
const float | mLambda = 1.115 |
const float | mHyperon = 1.314 |
const float | cTauHyperon = 87.0 |
const float | mNeutron = 0.940 |
const float | mProton = 0.940 |
KinkFinder | aKinkFinder |
KinkFinder aKinkFinder |
Definition at line 38 of file KinkFinder.cc.
const float cTauHyperon = 87.0 |
Definition at line 34 of file KinkFinder.cc.
const float cTauKaon = 3714 |
Definition at line 28 of file KinkFinder.cc.
const float cTauPion = 7800 |
Definition at line 26 of file KinkFinder.cc.
const float cTauSigma = 24.0 |
Definition at line 30 of file KinkFinder.cc.
const float mHyperon = 1.314 |
Definition at line 33 of file KinkFinder.cc.
const float mKaon = 0.494 |
Definition at line 27 of file KinkFinder.cc.
const float mLambda = 1.115 |
Definition at line 31 of file KinkFinder.cc.
const float mMuon = 0.106 |
Definition at line 23 of file KinkFinder.cc.
const float mNeutron = 0.940 |
Definition at line 35 of file KinkFinder.cc.
const float mPion = 0.140 |
Definition at line 25 of file KinkFinder.cc.
const float mProton = 0.940 |
Definition at line 36 of file KinkFinder.cc.
const float mSigma = 1.189 |
Definition at line 29 of file KinkFinder.cc.