![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "PHSiliconTruthTrackSeeding.h"#include <trackbase_historic/TrackSeed.h>#include <trackbase_historic/TrackSeedContainer.h>#include <trackbase_historic/TrackSeed_FastSim_v1.h>#include <globalvertex/SvtxVertexMap.h>#include <trackbase/TrkrClusterv2.h>#include <trackbase/TrkrClusterContainer.h>#include <trackbase/TrkrClusterHitAssoc.h>#include <trackbase/TrkrDefs.h>#include <trackbase/TrkrHitTruthAssoc.h>#include <g4eval/SvtxClusterEval.h>#include <g4eval/SvtxEvalStack.h>#include <g4eval/SvtxEvaluator.h>#include <g4eval/SvtxTrackEval.h>#include <g4main/PHG4Hit.h>#include <g4main/PHG4Particle.h>#include <g4main/PHG4HitContainer.h>#include <g4main/PHG4HitDefs.h>#include <g4main/PHG4TruthInfoContainer.h>#include <fun4all/Fun4AllReturnCodes.h>#include <phool/getClass.h>#include <phool/phool.h>#include <cstdlib>#include <iostream>#include <map>#include <memory>#include <utility>#include <cassert>#include <set>
Include dependency graph for PHSiliconTruthTrackSeeding.cc:Go to the source code of this file.
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 LogDebug | ( | exp | ) | std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 39 of file PHSiliconTruthTrackSeeding.cc.
View newest version in sPHENIX GitHub at line 39 of file PHSiliconTruthTrackSeeding.cc
| #define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 40 of file PHSiliconTruthTrackSeeding.cc.
View newest version in sPHENIX GitHub at line 40 of file PHSiliconTruthTrackSeeding.cc
| #define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 41 of file PHSiliconTruthTrackSeeding.cc.
View newest version in sPHENIX GitHub at line 41 of file PHSiliconTruthTrackSeeding.cc