BOSS 7.0.7
BESIII Offline Software System
|
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/PropertyMgr.h"
#include "EventModel/EventModel.h"
#include "EventModel/Event.h"
#include "EvtRecEvent/EvtRecEvent.h"
#include "EvtRecEvent/EvtRecTrack.h"
#include "DstEvent/TofHitStatus.h"
#include "EventModel/EventHeader.h"
#include "TMath.h"
#include "GaudiKernel/INTupleSvc.h"
#include "GaudiKernel/NTuple.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/IHistogramSvc.h"
#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "CLHEP/Vector/TwoVector.h"
#include "CLHEP/Geometry/Point3D.h"
#include "VertexFit/KinematicFit.h"
#include "VertexFit/VertexFit.h"
#include "VertexFit/SecondVertexFit.h"
#include "ParticleID/ParticleID.h"
#include "TwoGammaAlg/TwoGamma.h"
#include <vector>
#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 |
Variables | |
const double | ecms = 3.686 |
const double | velc = 299.792458 |
const double | xmass [5] = {0.000511, 0.105658, 0.139570, 0.493677, 0.938272} |
const double | pai =3.1415926 |
typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 29 of file TwoGamma.cxx.
typedef std::vector<int> Vint |
Definition at line 38 of file TwoGamma.cxx.
typedef std::vector<HepLorentzVector> Vp4 |
Definition at line 39 of file TwoGamma.cxx.
const double ecms = 3.686 |
Definition at line 40 of file TwoGamma.cxx.
const double pai =3.1415926 |
Definition at line 43 of file TwoGamma.cxx.
const double velc = 299.792458 |
Definition at line 41 of file TwoGamma.cxx.
const double xmass[5] = {0.000511, 0.105658, 0.139570, 0.493677, 0.938272} |
Definition at line 42 of file TwoGamma.cxx.