/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/PrimaryVertexAlg/PrimaryVertexAlg-00-00-04/src/PrimaryVertex.cxx File Reference

#include "CLHEP/Vector/LorentzVector.h"
#include "CLHEP/Geometry/Point3D.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/IDataManagerSvc.h"
#include "EventModel/EventModel.h"
#include "EventModel/Event.h"
#include "EventModel/EventHeader.h"
#include "EvtRecEvent/EvtRecEvent.h"
#include "EvtRecEvent/EvtRecTrack.h"
#include "EvtRecEvent/EvtRecPrimaryVertex.h"
#include "VertexFit/KinematicFit.h"
#include "VertexFit/VertexFit.h"
#include "VertexFit/HTrackParameter.h"
#include "VertexFit/KalmanVertexFit.h"
#include "VertexFit/BField.h"
#include "VertexFit/FastVertexFit.h"
#include "ParticleID/ParticleID.h"
#include "PrimaryVertexAlg/PrimaryVertex.h"
#include <assert.h>
#include "TMath.h"
#include "TH2D.h"
#include "TH1D.h"
#include "TF1.h"
#include <map>
#include <iostream>
#include <fstream>

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 Documentation

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.


Function Documentation

void InitVertexParameter ( VertexParameter vxpar  ) 

Definition at line 209 of file PrimaryVertex.cxx.

References VertexParameter::setEvx(), and VertexParameter::setVx().

Referenced by PrimaryVertex::execute().

00209                                                  {
00210   HepPoint3D vx(0., 0., 0.);
00211   HepSymMatrix Evx(3, 0);
00212   double bx = 1E+6; 
00213   double by = 1E+6;
00214   double bz = 1E+6;
00215   Evx[0][0] = bx*bx;
00216   Evx[1][1] = by*by;
00217   Evx[2][2] = bz*bz;
00218   vxpar.setVx(vx);
00219   vxpar.setEvx(Evx);
00220 }


Variable Documentation

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.


Generated on Tue Nov 29 23:17:03 2016 for BOSS_7.0.2 by  doxygen 1.4.7