#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/EvtRecTrack.h"
#include "GaudiKernel/IDataManagerSvc.h"
#include "GaudiKernel/ITHistSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "ParticleID/ParticleID.h"
#include "TCanvas.h"
#include "TF1.h"
#include "TH1D.h"
#include "TH2D.h"
#include "TMath.h"
#include "TPad.h"
#include "VertexFit/HTrackParameter.h"
#include "VertexFit/KalmanVertexFit.h"
#include "VertexFit/VertexFit.h"
#include <assert.h>
#include <fstream>
#include <iostream>
#include <map>
#include "BeamParams.h"
Go to the source code of this file.
|
| #define | DEB cout << __FILE__ << ":" << __LINE__ << endl; |
|
| typedef HepGeom::Point3D< double > | HepPoint3D |
| typedef std::vector< int > | Vint |
| typedef std::vector< HepLorentzVector > | Vp4 |
|
| const double | xmass [5] = { 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 } |
| const double | ecms = 3.097 |
◆ DEB
| #define DEB cout << __FILE__ << ":" << __LINE__ << endl; |
◆ HepPoint3D
◆ Vint
| typedef std::vector<int> Vint |
◆ Vp4
| typedef std::vector<HepLorentzVector> Vp4 |
◆ ecms
| const double ecms = 3.097 |
◆ xmass
| const double xmass[5] = { 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 } |
Definition at line 37 of file BeamParams.cxx.
37{ 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 };