ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
B0TrackFastSimEval.cc File Reference

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

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"}
 

Detailed Description

Evaluation module for PHG4TrackFastSim output.

input: PHG4TruthInfoContainer, SvtxTrackMap with SvtxTrack_FastSim inside

Definition in file B0TrackFastSimEval.cc.

Macro Definition Documentation

#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

Function Documentation

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 ( )
m_TTree_DeltaVy ( )
m_TTree_DeltaVz ( )
m_TTree_nFromTruth ( )
m_TTree_nTracks ( )
m_TTree_vx ( )
m_TTree_vy ( )
m_TTree_vz ( )

Variable Documentation

const std::string xyzt[] = {"x", "y", "z", "t"}

Definition at line 46 of file B0TrackFastSimEval.cc.

View newest version in sPHENIX GitHub at line 46 of file B0TrackFastSimEval.cc