BOSS 7.0.6
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 "EvtRecEvent/EvtRecDTag.h"
#include "DstEvent/TofHitStatus.h"
#include "EventModel/EventHeader.h"
#include "McTruth/McParticle.h"
#include "TH1F.h"
#include "TMath.h"
#include "GaudiKernel/INTupleSvc.h"
#include "GaudiKernel/NTuple.h"
#include "GaudiKernel/ITHistSvc.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/IVertexDbSvc.h"
#include "VertexFit/KinematicFit.h"
#include "VertexFit/VertexFit.h"
#include "VertexFit/Helix.h"
#include "ParticleID/ParticleID.h"
#include <vector>
#include "DQADtagAlg/DQADtag.h"
#include "DQADtagAlg/util/MyUtil.h"
#include "DQADtagAlg/util/MyConst.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 36 of file DQADtagAlg.cxx.
const HepLorentzVector ecms | ( | 0.011 * | mpsipp, |
0 | , | ||
0 | , | ||
mpsipp | |||
) |
const double mpsipp = 3.770 |
Definition at line 59 of file DQADtagAlg.cxx.
int Ncut_DQADTagAlg[10] |
Definition at line 64 of file DQADtagAlg.cxx.
Referenced by DQADtag::execute(), and DQADtag::finalize().
const Hep3Vector u_cms = -ecms.boostVector() |
Definition at line 62 of file DQADtagAlg.cxx.
Referenced by DQAJpsi2PPbarAlg::execute(), DQAKsKpi::execute(), DQAKsKpiDEDX::execute(), DQARhopi::execute(), DQASelBhabha::execute(), DQASelDimu::execute(), DQASelHadron::execute(), and JsiLL::execute().