|
BOSS 8.0.0
BESIII Offline Software System
|
#include "CLHEP/Geometry/Point3D.h"#include "CLHEP/Vector/LorentzVector.h"#include "EventModel/Event.h"#include "EventModel/EventHeader.h"#include "EventModel/EventModel.h"#include "EvtRecEvent/EvtRecEvent.h"#include "EvtRecEvent/EvtRecPrimaryVertex.h"#include "EvtRecEvent/EvtRecTrack.h"#include "GaudiKernel/IDataManagerSvc.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/SmartDataPtr.h"#include "ParticleID/ParticleID.h"#include "PrimaryVertex.h"#include "VertexFit/BField.h"#include "VertexFit/FastVertexFit.h"#include "VertexFit/HTrackParameter.h"#include "VertexFit/KalmanVertexFit.h"#include "VertexFit/KinematicFit.h"#include "VertexFit/VertexFit.h"#include "TF1.h"#include "TH1D.h"#include "TH2D.h"#include "TMath.h"#include <assert.h>#include <fstream>#include <iostream>#include <map>Go to the source code of this file.
Typedefs | |
| typedef HepGeom::Point3D< double > | HepPoint3D |
| typedef std::vector< int > | Vint |
| typedef std::vector< HepLorentzVector > | Vp4 |
Functions | |
| void | InitVertexParameter (VertexParameter &vxpar) |
Variables | |
| const double | xmass [5] = { 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 } |
| const double | ecms = 3.097 |
| const double | mpi0 = 0.134976 |
| const double | momega = 0.78265 |
| typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 4 of file PrimaryVertex.cxx.
| typedef std::vector<int> Vint |
Definition at line 41 of file PrimaryVertex.cxx.
| typedef std::vector<HepLorentzVector> Vp4 |
Definition at line 42 of file PrimaryVertex.cxx.
| void InitVertexParameter | ( | VertexParameter & | vxpar | ) |
Definition at line 225 of file PrimaryVertex.cxx.
Referenced by PrimaryVertex::execute().
| const double ecms = 3.097 |
Definition at line 37 of file PrimaryVertex.cxx.
| const double momega = 0.78265 |
Definition at line 39 of file PrimaryVertex.cxx.
| const double mpi0 = 0.134976 |
Definition at line 38 of file PrimaryVertex.cxx.
| const double xmass[5] = { 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 } |
Definition at line 36 of file PrimaryVertex.cxx.