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

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>
+ Include dependency graph for FastTrackingEval.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

Evaluation module for PHG4TrackFastSim output.

input: PHG4TruthInfoContainer, SvtxTrackMap with SvtxTrack_FastSim inside

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

Definition in file FastTrackingEval.cc.

Macro Definition Documentation

#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