|
BOSS 8.0.0
BESIII Offline Software System
|
#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/PropertyMgr.h"#include "GaudiKernel/SmartDataPtr.h"#include "EventModel/Event.h"#include "EventModel/EventHeader.h"#include "EventModel/EventModel.h"#include "McTruth/McParticle.h"#include "TrigEvent/TrigData.h"#include "TrigEvent/TrigEvent.h"#include "DstEvent/TofHitStatus.h"#include "EvtRecEvent/EvtRecEvent.h"#include "EvtRecEvent/EvtRecTrack.h"#include "CLHEP/Vector/LorentzVector.h"#include "CLHEP/Vector/ThreeVector.h"#include "CLHEP/Vector/TwoVector.h"#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/IHistogramSvc.h"#include "GaudiKernel/INTupleSvc.h"#include "GaudiKernel/NTuple.h"#include "TMath.h"#include "CLHEP/Geometry/Point3D.h"#include "MdcRecEvent/RecMdcKalTrack.h"#include "ParticleID/ParticleID.h"#include "VertexFit/KinematicFit.h"#include "VertexFit/SecondVertexFit.h"#include "VertexFit/VertexFit.h"#include "VertexFit/WTrackParameter.h"#include "PipiJpsi.h"#include <vector>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 | |
| static long | m_cout_col (0) |
| static long | m_cout_charge (0) |
| static long | m_cout_nGood (0) |
| static long | m_cout_mom (0) |
| static long | m_cout_recoil (0) |
| static long | m_cout_everat (0) |
Variables | |
| const double | me = 0.000511 |
| const double | mpi = 0.13957 |
| const double | mproton = 0.938272 |
| const double | mmu = 0.105658 |
| const double | mpsip = 3.686 |
| const double | xmass [5] = { 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 } |
| const double | velc = 29.9792458 |
| const double | PI = 3.1415926 |
| typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 33 of file PipiJpsi.cxx.
| typedef std::vector<int> Vint |
Definition at line 56 of file PipiJpsi.cxx.
| typedef std::vector<HepLorentzVector> Vp4 |
Definition at line 57 of file PipiJpsi.cxx.
| long m_cout_charge | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
| long m_cout_col | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
| long m_cout_everat | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
| long m_cout_mom | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
| long m_cout_nGood | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
| long m_cout_recoil | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
| const double me = 0.000511 |
Definition at line 47 of file PipiJpsi.cxx.
| const double mmu = 0.105658 |
Definition at line 50 of file PipiJpsi.cxx.
| const double mpi = 0.13957 |
Definition at line 48 of file PipiJpsi.cxx.
| const double mproton = 0.938272 |
Definition at line 49 of file PipiJpsi.cxx.
Referenced by CalibEventSelect::execute(), DQAPi2p2::execute(), and JsiLL::execute().
| const double mpsip = 3.686 |
Definition at line 51 of file PipiJpsi.cxx.
| const double PI = 3.1415926 |
Definition at line 54 of file PipiJpsi.cxx.
| const double velc = 29.9792458 |
Definition at line 53 of file PipiJpsi.cxx.
| const double xmass[5] = { 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 } |
Definition at line 52 of file PipiJpsi.cxx.