Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GenFitTrackProp.cc File Reference

Example module to extrapolate SvtxTrack with GenFit swiming. More...

#include "GenFitTrackProp.h"
#include <phgenfit/Fitter.h>
#include <phgenfit/PlanarMeasurement.h>
#include <phgenfit/Track.h>
#include <phgenfit/SpacepointMeasurement.h>
#include <GenFit/RKTrackRep.h>
#include <phool/phool.h>
#include <phool/getClass.h>
#include <phgeom/PHGeomUtility.h>
#include <phfield/PHFieldUtility.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <g4main/PHG4HitContainer.h>
#include <g4main/PHG4TruthInfoContainer.h>
#include <g4main/PHG4Particle.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4VtxPoint.h>
#include <fun4all/PHTFileServer.h>
#include <fun4all/Fun4AllServer.h>
#include <g4hough/SvtxVertexMap.h>
#include <g4hough/SvtxVertex.h>
#include <g4hough/SvtxTrackMap.h>
#include <g4hough/SvtxTrack.h>
#include <g4hough/SvtxTrack_FastSim.h>
#include <g4hough/SvtxClusterMap.h>
#include <g4hough/SvtxCluster.h>
#include <g4hough/SvtxHitMap.h>
#include <g4hough/SvtxHit.h>
#include <g4eval/SvtxEvalStack.h>
#include <g4eval/SvtxTrackEval.h>
#include <g4eval/SvtxClusterEval.h>
#include <g4eval/SvtxTruthEval.h>
#include <g4eval/SvtxVertexEval.h>
#include <g4eval/SvtxHitEval.h>
#include <TTree.h>
#include <TH2D.h>
#include <TVector3.h>
#include <TDatabasePDG.h>
#include <memory>
#include <iostream>
+ Include dependency graph for GenFitTrackProp.cc:

Go to the source code of this file.

Macros

#define LogDebug(exp)   std::cout<<"DEBUG: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
 
#define LogError(exp)   std::cout<<"ERROR: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
 
#define LogWarning(exp)   std::cout<<"WARNING: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
 

Detailed Description

Example module to extrapolate SvtxTrack with GenFit swiming.

Author
Haiwang Yu yuhw@.nosp@m.nmsu.nosp@m..edu

Definition in file GenFitTrackProp.cc.

Macro Definition Documentation

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

Definition at line 55 of file GenFitTrackProp.cc.

View newest version in sPHENIX GitHub at line 55 of file GenFitTrackProp.cc

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

Definition at line 56 of file GenFitTrackProp.cc.

View newest version in sPHENIX GitHub at line 56 of file GenFitTrackProp.cc

Referenced by GenFitTrackProp::fill_tree().

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

Definition at line 57 of file GenFitTrackProp.cc.

View newest version in sPHENIX GitHub at line 57 of file GenFitTrackProp.cc