|
BOSS 8.0.0
BESIII Offline Software System
|
#include "GaudiKernel/AlgFactory.h"#include "GaudiKernel/IDataProviderSvc.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 "EvtRecEvent/EvtRecDTag.h"#include "EvtRecEvent/EvtRecEvent.h"#include "EvtRecEvent/EvtRecTrack.h"#include "EvtRecEvent/EvtRecPi0.h"#include "CLHEP/Vector/LorentzVector.h"#include "CLHEP/Vector/ThreeVector.h"#include "CLHEP/Vector/TwoVector.h"#include "EmcRawEvent/EmcDigi.h"#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/IHistogramSvc.h"#include "GaudiKernel/INTupleSvc.h"#include "GaudiKernel/NTuple.h"#include "MdcRawEvent/MdcDigi.h"#include "RawEvent/RawDataUtil.h"#include "TMath.h"#include "VertexFit/Helix.h"#include "VertexFit/IVertexDbSvc.h"#include "VertexFit/KinematicFit.h"#include "VertexFit/VertexFit.h"#include "DstEvent/TofHitStatus.h"#include "GaudiKernel/ISvcLocator.h"#include "CLHEP/Geometry/Point3D.h"#include "CalibEventSelect/CalibEventSelect.h"#include "mysql.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 | |
| double | Px (RecMdcKalTrack *trk) |
| double | Py (RecMdcKalTrack *trk) |
| double | Pz (RecMdcKalTrack *trk) |
| double | P (RecMdcKalTrack *trk) |
| double | Phi (RecMdcKalTrack *trk) |
Variables | |
| const double | mpi = 0.13957 |
| const double | mkaon = 0.49367 |
| const double | mproton = 0.93827 |
| typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 42 of file CalibEventSelect.cxx.
| typedef std::vector<int> Vint |
Definition at line 49 of file CalibEventSelect.cxx.
| typedef std::vector<HepLorentzVector> Vp4 |
Definition at line 50 of file CalibEventSelect.cxx.
| double P | ( | RecMdcKalTrack * | trk | ) |
Definition at line 84 of file CalibEventSelect.cxx.
Referenced by BesPolygon2D::BesPolygon2D(), BesPolygon2D::BesPolygon2D(), COMMON_BLOCK_DEF(), BesEmcConstruction::Construct(), EvtSSSCPT::decay(), Emc2DCrystal::Emc2DCrystal(), Emc2DCrystal::Emc2DCrystal(), CalibEventSelect::execute(), LambdaCReconstruction::execute(), EvtGen::generateDecay(), EvtGen::generateEvent(), MdcROOTGeo::Init2DGeometry(), MucROOTGeo::Init2DGeometry(), BesGeometry::InitGeometry(), Mdc2DWire::Mdc2DWire(), Mdc2DWire::Mdc2DWire(), Mdc2DWire::Mdc2DWire(), Muc2DStrip::Muc2DStrip(), Muc2DStrip::Muc2DStrip(), BesPolygon2D::SetPoints(), Tof2DScin::Tof2DScin(), and Tof2DScin::Tof2DScin().
| double Phi | ( | RecMdcKalTrack * | trk | ) |
Definition at line 96 of file CalibEventSelect.cxx.
Referenced by Bes2DView::Bes2DView(), BesView::BesView(), CalibEventSelect::execute(), TwoGamma::execute(), Bes2DView::GetRSign(), and BesView::GetRSign().
| double Px | ( | RecMdcKalTrack * | trk | ) |
Definition at line 56 of file CalibEventSelect.cxx.
Referenced by CALG(), and CalibEventSelect::execute().
| double Py | ( | RecMdcKalTrack * | trk | ) |
Definition at line 65 of file CalibEventSelect.cxx.
Referenced by CalibEventSelect::execute().
| double Pz | ( | RecMdcKalTrack * | trk | ) |
Definition at line 75 of file CalibEventSelect.cxx.
Referenced by CalibEventSelect::execute().
| const double mkaon = 0.49367 |
Definition at line 53 of file CalibEventSelect.cxx.
| const double mpi = 0.13957 |
Definition at line 52 of file CalibEventSelect.cxx.
| const double mproton = 0.93827 |
Definition at line 54 of file CalibEventSelect.cxx.