EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHGenFitTrkFitter.cc File Reference
#include "PHGenFitTrkFitter.h"
#include <trackbase/TrkrCluster.h>
#include <trackbase/TrkrClusterContainer.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase_historic/SvtxTrack.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxTrackMap_v1.h>
#include <trackbase_historic/SvtxTrackState_v1.h>
#include <trackbase_historic/SvtxTrack_v2.h>
#include <trackbase_historic/SvtxVertexMap_v1.h>
#include <trackbase_historic/SvtxVertex_v1.h>
#include <trackbase_historic/SvtxTrackState.h>
#include <trackbase_historic/SvtxVertex.h>
#include <trackbase_historic/SvtxVertexMap.h>
#include <intt/InttDefs.h>
#include <intt/CylinderGeomIntt.h>
#include <micromegas/MicromegasDefs.h>
#include <micromegas/CylinderGeomMicromegas.h>
#include <mvtx/MvtxDefs.h>
#include <mvtx/CylinderGeom_Mvtx.h>
#include <g4detectors/PHG4CylinderGeom.h>
#include <g4detectors/PHG4CylinderGeomContainer.h>
#include <g4main/PHG4Particle.h>
#include <g4main/PHG4Particlev2.h>
#include <g4main/PHG4TruthInfoContainer.h>
#include <g4main/PHG4VtxPoint.h>
#include <g4main/PHG4VtxPointv1.h>
#include <phgenfit/Fitter.h>
#include <phgenfit/Measurement.h>
#include <phgenfit/PlanarMeasurement.h>
#include <phgenfit/SpacepointMeasurement.h>
#include <phgenfit/Track.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/PHTFileServer.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/getClass.h>
#include <phool/phool.h>
#include <phfield/PHFieldUtility.h>
#include <phgeom/PHGeomUtility.h>
#include <GenFit/AbsMeasurement.h>
#include <GenFit/EventDisplay.h>
#include <GenFit/Exception.h>
#include <GenFit/GFRaveConverters.h>
#include <GenFit/GFRaveTrackParameters.h>
#include <GenFit/GFRaveVertex.h>
#include <GenFit/GFRaveVertexFactory.h>
#include <GenFit/KalmanFitterInfo.h>
#include <GenFit/MeasuredStateOnPlane.h>
#include <GenFit/RKTrackRep.h>
#include <GenFit/Track.h>
#include <GenFit/TrackPoint.h>
#include <rave/ConstantMagneticField.h>
#include <rave/VacuumPropagator.h>
#include <rave/VertexFactory.h>
#include <TClonesArray.h>
#include <TRotation.h>
#include <TTree.h>
#include <TVector3.h>
#include <TMath.h>
#include <TMatrixDSymfwd.h>
#include <TMatrixFfwd.h>
#include <TMatrixT.h>
#include <TMatrixTSym.h>
#include <TMatrixTUtils.h>
#include <TVectorDfwd.h>
#include <TVectorT.h>
#include <cmath>
#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 _DEBUG_MODE_   0
 

Variables

static constexpr float WILD_FLOAT = -9999
 

Macro Definition Documentation

#define _DEBUG_MODE_   0

Definition at line 112 of file PHGenFitTrkFitter.cc.

View newest version in sPHENIX GitHub at line 112 of file PHGenFitTrkFitter.cc

#define LogDebug (   exp)    std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl

Definition at line 106 of file PHGenFitTrkFitter.cc.

View newest version in sPHENIX GitHub at line 106 of file PHGenFitTrkFitter.cc

Referenced by PHGenFitTrkFitter::process_event().

#define LogError (   exp)    std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl

Definition at line 107 of file PHGenFitTrkFitter.cc.

View newest version in sPHENIX GitHub at line 107 of file PHGenFitTrkFitter.cc

Referenced by PHGenFitTrkFitter::FillSvtxVertexMap(), PHGenFitTrkFitter::process_event(), and PHGenFitTrkFitter::ReFitTrack().

#define LogWarning (   exp)    std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl

Variable Documentation

constexpr float WILD_FLOAT = -9999
static

Definition at line 110 of file PHGenFitTrkFitter.cc.

View newest version in sPHENIX GitHub at line 110 of file PHGenFitTrkFitter.cc

Referenced by PHGenFitTrkFitter::PHGenFitTrkFitter(), and PHGenFitTrkFitter::reset_eval_variables().