Analysis Software
Documentation for sPHENIX simulation software
|
Evaluation module for PHG4TrackFastSim output. More...
#include "FastTrackingEval.h"
#include <phool/phool.h>
#include <phool/getClass.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 <trackbase_historic/SvtxVertexMap.h>
#include <trackbase_historic/SvtxVertex.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxTrack.h>
#include <trackbase_historic/SvtxTrack_FastSim.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 <math.h>
#include <iostream>
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" |
Evaluation module for PHG4TrackFastSim output.
input: PHG4TruthInfoContainer, SvtxTrackMap with SvtxTrack_FastSim inside
Definition in file FastTrackingEval.cc.
#define LogDebug | ( | exp | ) | std::cout<<"DEBUG: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n" |
Definition at line 58 of file FastTrackingEval.cc.
View newest version in sPHENIX GitHub at line 58 of file FastTrackingEval.cc
Referenced by FastTrackingEval::fill_tree().
#define LogError | ( | exp | ) | std::cout<<"ERROR: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n" |
Definition at line 59 of file FastTrackingEval.cc.
View newest version in sPHENIX GitHub at line 59 of file FastTrackingEval.cc
Referenced by FastTrackingEval::fill_tree().
#define LogWarning | ( | exp | ) | std::cout<<"WARNING: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n" |
Definition at line 60 of file FastTrackingEval.cc.
View newest version in sPHENIX GitHub at line 60 of file FastTrackingEval.cc