BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
SingleBase.h
Go to the documentation of this file.
1#ifndef SingleBase_H
2#define SingleBase_H
3
4#include "EventModel/Event.h"
5#include "GaudiKernel/MsgStream.h"
6#include "GaudiKernel/AlgFactory.h"
7#include "GaudiKernel/ISvcLocator.h"
8#include "GaudiKernel/SmartDataPtr.h"
9#include "GaudiKernel/IDataProviderSvc.h"
10#include "GaudiKernel/PropertyMgr.h"
11#include "McTruth/McParticle.h"
12
14#include "EventModel/Event.h"
15
21
22#include "TMath.h"
23#include "GaudiKernel/INTupleSvc.h"
24#include "GaudiKernel/NTuple.h"
25#include "GaudiKernel/Bootstrap.h"
26#include "GaudiKernel/IHistogramSvc.h"
27#include "CLHEP/Vector/ThreeVector.h"
28#include "CLHEP/Vector/LorentzVector.h"
29#include "CLHEP/Vector/TwoVector.h"
30using CLHEP::Hep3Vector;
31using CLHEP::Hep2Vector;
32using CLHEP::HepLorentzVector;
33#include "CLHEP/Geometry/Point3D.h"
34#ifndef ENABLE_BACKWARDS_COMPATIBILITY
36#endif
37
40#include "VertexFit/VertexFit.h"
42#include "VertexFit/Helix.h"
45
46#include <vector>
47const double mpsipp = 3.7724;
48const double xmass[5] = {0.000511, 0.105658, 0.139570,0.493677, 0.938272};
49const double mpi0 = 0.1349766;
50typedef std::vector<int> Vint;
51typedef std::vector<double> Vdouble;
52typedef std::vector<HepLorentzVector> Vp4;
53using namespace Event;
54
56{
57 public:
60
61};
62
63#endif
HepGeom::Point3D< double > HepPoint3D
Definition SingleBase.h:35
const double mpsipp
Definition SingleBase.h:47
std::vector< HepLorentzVector > Vp4
Definition SingleBase.h:52
const double xmass[5]
Definition SingleBase.h:48
const double mpi0
Definition SingleBase.h:49
std::vector< double > Vdouble
Definition SingleBase.h:51
std::vector< int > Vint
Definition SingleBase.h:50
Definition Event.h:21