BOSS 7.0.9
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/EventHeader.h"
#include "EventModel/Event.h"
#include "TrigEvent/TrigEvent.h"
#include "TrigEvent/TrigData.h"
#include "McTruth/McParticle.h"
#include "EvtRecEvent/EvtRecEvent.h"
#include "EvtRecEvent/EvtRecTrack.h"
#include "DstEvent/TofHitStatus.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 "VertexFit/WTrackParameter.h"
#include "ParticleID/ParticleID.h"
#include "MdcRecEvent/RecMdcKalTrack.h"
#include "PipiJpsiAlg/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 34 of file PipiJpsi.cxx.
typedef std::vector<int> Vint |
Definition at line 57 of file PipiJpsi.cxx.
typedef std::vector<HepLorentzVector> Vp4 |
Definition at line 58 of file PipiJpsi.cxx.
static long m_cout_charge | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
static long m_cout_col | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
static long m_cout_everat | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
static long m_cout_mom | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
static long m_cout_nGood | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
static long m_cout_recoil | ( | 0 | ) |
Referenced by PipiJpsi::execute(), and PipiJpsi::finalize().
const double me = 0.000511 |
Definition at line 48 of file PipiJpsi.cxx.
Referenced by DSemilepAlg::calU(), EvtConExc::ISR_ang_integrate(), TRunge::Propagate(), EvtConExc::Rad1(), EvtConExc::Rad2(), Identifier::show(), and EvtConExc::SoftPhoton_xs().
const double mmu = 0.105658 |
Definition at line 51 of file PipiJpsi.cxx.
const double mpi = 0.13957 |
Definition at line 49 of file PipiJpsi.cxx.
const double mproton = 0.938272 |
Definition at line 50 of file PipiJpsi.cxx.
Referenced by DQAPi2p2::execute(), JsiLL::execute(), and CalibEventSelect::execute().
const double mpsip = 3.686 |
Definition at line 52 of file PipiJpsi.cxx.
const double PI = 3.1415926 |
Definition at line 55 of file PipiJpsi.cxx.
Referenced by angular_rho2::amps(), angular_boxrho2::amps(), CosmicGenerator::CosmicGenerator(), MucCalibMgr::DimuSelect(), Alignment::docaHelixWire(), BhabhaPreSelect::execute(), DigammaPreSelect::execute(), DimuPreSelect::execute(), QCMCFilter::findD0Decay(), MdcCosWire::getPhi(), DQA_MUC::initialize(), MdcCosGeom::initialize(), MucCalibMgr::InitOnlineHisto(), MdcCosGeom::initWire(), MucCalibMgr::ReadEvent(), MucStripCal::SetPhi(), MucBoxCal::SetTheta(), MucGapCal::SetTheta(), and ElectronCalibration::TwoDCorrection().
const double velc = 29.9792458 |
Definition at line 54 of file PipiJpsi.cxx.
const double xmass[5] = {0.000511, 0.105658, 0.139570,0.493677, 0.938272} |
Definition at line 53 of file PipiJpsi.cxx.