EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHRaveVertexing.h"
#include <trackbase_historic/SvtxTrack.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxTrackState.h>
#include <trackbase_historic/SvtxVertexMap.h>
#include <trackbase_historic/SvtxVertexMap_v1.h>
#include <trackbase_historic/SvtxVertex.h>
#include <trackbase_historic/SvtxVertex_v1.h>
#include <g4main/PHG4TruthInfoContainer.h>
#include <phgenfit/Fitter.h>
#include <phfield/PHFieldUtility.h>
#include <phgeom/PHGeomUtility.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/SubsysReco.h>
#include <phool/PHCompositeNode.h>
#include <phool/PHIODataNode.h>
#include <phool/PHNode.h>
#include <phool/PHNodeIterator.h>
#include <phool/PHObject.h>
#include <phool/PHTimer.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <GenFit/FitStatus.h>
#include <GenFit/GFRaveTrackParameters.h>
#include <GenFit/GFRaveVertex.h>
#include <GenFit/GFRaveVertexFactory.h>
#include <GenFit/KalmanFittedStateOnPlane.h>
#include <GenFit/KalmanFitterInfo.h>
#include <GenFit/MeasuredStateOnPlane.h>
#include <GenFit/RKTrackRep.h>
#include <GenFit/Track.h>
#include <GenFit/TrackPoint.h>
#include <TMatrixDSymfwd.h>
#include <TMatrixTSym.h>
#include <TMatrixTUtils.h>
#include <TVector3.h>
#include <iostream>
#include <map>
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | genfit |
Defines for I/O streams used for error and debug printing. | |
Macros | |
#define | LogDebug(exp) std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define | LogError(exp) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define | LogWarning(exp) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define LogDebug | ( | exp | ) | std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 64 of file PHRaveVertexing.cc.
View newest version in sPHENIX GitHub at line 64 of file PHRaveVertexing.cc
Referenced by PHRaveVertexing::TranslateSvtxToGenFitTrack().
#define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 65 of file PHRaveVertexing.cc.
View newest version in sPHENIX GitHub at line 65 of file PHRaveVertexing.cc
Referenced by PHRaveVertexing::FillSvtxVertexMap().
#define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 66 of file PHRaveVertexing.cc.
View newest version in sPHENIX GitHub at line 66 of file PHRaveVertexing.cc