Analysis Software
Documentation for sPHENIX simulation software
|
#include "AbsTrackRep.h"
#include "DetPlane.h"
#include "Track.h"
#include "GFRaveVertex.h"
#include "GFRaveVertexFactory.h"
#include <rave/Track.h>
#include <rave/Plane.h>
#include <rave/Vertex.h>
#include <TVector3.h>
#include <TVectorD.h>
#include <TMatrixDSym.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | genfit |
Defines for I/O streams used for error and debug printing. | |
Functions | |
std::vector< rave::Track > | genfit::GFTracksToTracks (const std::vector< genfit::Track * > &GFTracks, std::vector< genfit::MeasuredStateOnPlane * > *GFStates, std::map< int, genfit::trackAndState > &IdGFTrackStateMap, int startID=0) |
rave::Track | genfit::GFTrackToTrack (trackAndState, int id=-1, std::string tag="") |
void | genfit::setData (const rave::Track &orig, MeasuredStateOnPlane *state) |
GFRaveVertex * | genfit::RaveToGFVertex (const rave::Vertex &, const std::map< int, genfit::trackAndState > &IdGFTrackStateMap) |
void | genfit::RaveToGFVertices (std::vector< GFRaveVertex * > *, const std::vector< rave::Vertex > &, const std::map< int, genfit::trackAndState > &IdGFTrackStateMap) |
SharedPlanePtr | genfit::PlaneToGFDetPlane (const ravesurf::Plane &rplane) |
TVector3 | genfit::Point3DToTVector3 (const rave::Point3D &) |
TVector3 | genfit::Vector3DToTVector3 (const rave::Vector3D &) |
TMatrixDSym | genfit::Covariance3DToTMatrixDSym (const rave::Covariance3D &) |
TVectorD | genfit::Vector6DToTVectorD (const rave::Vector6D &) |
TMatrixDSym | genfit::Covariance6DToTMatrixDSym (const rave::Covariance6D &) |
rave::Point3D | genfit::TVector3ToPoint3D (const TVector3 &) |
rave::Covariance3D | genfit::TMatrixDSymToCovariance3D (const TMatrixDSym &) |