|
BOSS 8.0.0
BESIII Offline Software System
|
#include "CLHEP/Geometry/Point3D.h"#include "CLHEP/Vector/LorentzVector.h"#include "CLHEP/Vector/ThreeVector.h"#include "CLHEP/Vector/TwoVector.h"#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/IHistogramSvc.h"#include "GaudiKernel/INTupleSvc.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/ITHistSvc.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/NTuple.h"#include "GaudiKernel/PropertyMgr.h"#include "GaudiKernel/SmartDataPtr.h"#include "TH1F.h"#include "TMath.h"#include <vector>#include "DstEvent/TofHitStatus.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 "McTruth/McParticle.h"#include "ParticleID/ParticleID.h"#include "VertexDbSvc/IVertexDbSvc.h"#include "VertexFit/Helix.h"#include "VertexFit/KinematicFit.h"#include "VertexFit/VertexFit.h"#include "DQADtag.h"#include "util/MyConst.h"#include "util/MyUtil.h"Go to the source code of this file.
Typedefs | |
| typedef HepGeom::Point3D< double > | HepPoint3D |
Functions | |
| const HepLorentzVector | ecms (0.011 *mpsipp, 0, 0, mpsipp) |
Variables | |
| const double | mpsipp = 3.770 |
| const Hep3Vector | u_cms = -ecms.boostVector() |
| int | Ncut_DQADTagAlg [10] |
| typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 37 of file DQADtagAlg.cxx.
| const HepLorentzVector ecms | ( | 0.011 * | mpsipp, |
| 0 | , | ||
| 0 | , | ||
| mpsipp | ) |
| const double mpsipp = 3.770 |
Definition at line 53 of file DQADtagAlg.cxx.
Referenced by ecms().
| int Ncut_DQADTagAlg[10] |
Definition at line 58 of file DQADtagAlg.cxx.
Referenced by DQADtag::execute(), and DQADtag::finalize().
| const Hep3Vector u_cms = -ecms.boostVector() |
Definition at line 56 of file DQADtagAlg.cxx.
Referenced by DQAJpsi2PPbarAlg::execute(), DQAKsKpi::execute(), DQAKsKpiDEDX::execute(), DQARhopi::execute(), DQASelBhabha::execute(), DQASelDimu::execute(), DQASelHadron::execute(), JsiLL::execute(), KsKpi::execute(), PPbar::execute(), and ValidPhyJPsill::execute().