![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "TrackFastSimEval.h"#include <trackbase_historic/SvtxTrack.h>#include <trackbase_historic/SvtxTrackMap.h>#include <trackbase_historic/SvtxTrack_FastSim.h>#include <trackbase_historic/SvtxVertex.h>#include <trackbase_historic/SvtxVertexMap.h>#include <g4main/PHG4Hit.h>#include <g4main/PHG4HitContainer.h>#include <g4main/PHG4Particle.h>#include <g4main/PHG4TruthInfoContainer.h>#include <g4main/PHG4VtxPoint.h>#include <fun4all/Fun4AllReturnCodes.h>#include <fun4all/PHTFileServer.h>#include <fun4all/SubsysReco.h>#include <phool/getClass.h>#include <phool/phool.h>#include <TH2.h>#include <TSystem.h>#include <TTree.h>#include <TVector3.h>#include <cassert>#include <cmath>#include <iostream>#include <map>#include <utility>
Include dependency graph for TrackFastSimEval.cc:Go to the source code of this file.
Macros | |
| #define | LogError(exp) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << "\n" |
| #define | LogWarning(exp) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << "\n" |
| #define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << "\n" |
Definition at line 33 of file TrackFastSimEval.cc.
View newest version in sPHENIX GitHub at line 33 of file TrackFastSimEval.cc
Referenced by TrackFastSimEval::fill_track_tree(), and TrackFastSimEval::fill_vertex_tree().
| #define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << "\n" |
Definition at line 34 of file TrackFastSimEval.cc.
View newest version in sPHENIX GitHub at line 34 of file TrackFastSimEval.cc