#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 "VertexFit/VertexFit.h"
#include "VertexFit/HTrackParameter.h"
#include "VertexFit/KalmanVertexFit.h"
#include "ParticleID/ParticleID.h"
#include "BeamParamsAlg/BeamParams.h"
#include "GaudiKernel/ITHistSvc.h"
#include <assert.h>
#include "TMath.h"
#include "TH2D.h"
#include "TH1D.h"
#include "TF1.h"
#include "TCanvas.h"
#include "TPad.h"
#include <map>
#include <iostream>
#include <fstream>
Go to the source code of this file.
|
| #define | DEB cout << __FILE__ << ":" << __LINE__ << endl; |
| |
|
| 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};