EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Evaluation module for PHG4TrackFastSim output. More...
#include "B0TrackFastSimEval.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 <pdbcalbase/PdbParameterMap.h>
#include <phparameter/PHParameters.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>
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" |
Functions | |
m_TTree_vx (0) | |
m_TTree_vy (0) | |
m_TTree_vz (0) | |
m_TTree_DeltaVx (0) | |
m_TTree_DeltaVy (0) | |
m_TTree_DeltaVz (0) | |
m_TTree_nTracks (0) | |
m_TTree_nFromTruth (0) | |
m_OutFileName (filename) | |
m_TrackMapName (trackmapname) | |
Variables | |
const std::string | xyzt [] = {"x", "y", "z", "t"} |
Evaluation module for PHG4TrackFastSim output.
input: PHG4TruthInfoContainer, SvtxTrackMap with SvtxTrack_FastSim inside
Definition in file B0TrackFastSimEval.cc.
#define LogDebug | ( | exp | ) | std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << "\n" |
Definition at line 42 of file B0TrackFastSimEval.cc.
View newest version in sPHENIX GitHub at line 42 of file B0TrackFastSimEval.cc
Referenced by B0TrackFastSimEval::fill_track_tree(), and B0TrackFastSimEval::fill_vertex_tree().
#define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << "\n" |
Definition at line 43 of file B0TrackFastSimEval.cc.
View newest version in sPHENIX GitHub at line 43 of file B0TrackFastSimEval.cc
Referenced by B0TrackFastSimEval::fill_track_tree(), and B0TrackFastSimEval::fill_vertex_tree().
#define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << "\n" |
Definition at line 44 of file B0TrackFastSimEval.cc.
View newest version in sPHENIX GitHub at line 44 of file B0TrackFastSimEval.cc
m_OutFileName | ( | filename | ) |
m_TrackMapName | ( | trackmapname | ) |
Definition at line 92 of file B0TrackFastSimEval.cc.
View newest version in sPHENIX GitHub at line 92 of file B0TrackFastSimEval.cc
m_TTree_DeltaVx | ( | 0 | ) |
m_TTree_DeltaVy | ( | 0 | ) |
m_TTree_DeltaVz | ( | 0 | ) |
m_TTree_nFromTruth | ( | 0 | ) |
m_TTree_nTracks | ( | 0 | ) |
m_TTree_vx | ( | 0 | ) |
m_TTree_vy | ( | 0 | ) |
m_TTree_vz | ( | 0 | ) |
Definition at line 46 of file B0TrackFastSimEval.cc.
View newest version in sPHENIX GitHub at line 46 of file B0TrackFastSimEval.cc