Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4InttHitReco.cc File Reference
#include "PHG4InttHitReco.h"
#include <intt/CylinderGeomIntt.h>
#include <g4detectors/PHG4CylinderGeom.h>
#include <g4detectors/PHG4CylinderGeomContainer.h>
#include <g4tracking/TrkrTruthTrack.h>
#include <g4tracking/TrkrTruthTrackContainerv1.h>
#include <trackbase/ClusHitsVerbosev1.h>
#include <trackbase/InttDefs.h>
#include <trackbase/TrkrClusterContainer.h>
#include <trackbase/TrkrClusterContainerv4.h>
#include <trackbase/TrkrClusterv4.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase/TrkrHit.h>
#include <trackbase/TrkrHitSet.h>
#include <trackbase/TrkrHitSetContainer.h>
#include <trackbase/TrkrHitSetContainerv1.h>
#include <trackbase/TrkrHitTruthAssoc.h>
#include <trackbase/TrkrHitTruthAssocv1.h>
#include <trackbase/TrkrHitv2.h>
#include <phparameter/PHParameterInterface.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4HitContainer.h>
#include <g4main/PHG4Utils.h>
#include <g4main/PHG4TruthInfoContainer.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/SubsysReco.h>
#include <phool/PHCompositeNode.h>
#include <phool/PHIODataNode.h>
#include <phool/PHNode.h>
#include <phool/PHNodeIterator.h>
#include <phool/PHObject.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <TSystem.h>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <map>
#include <memory>
#include <utility>
#include <vector>
+ Include dependency graph for PHG4InttHitReco.cc:

Go to the source code of this file.

Variables

 m_HitNodeName = "G4HIT_" + m_Detector
 
 m_CellNodeName = "G4CELL_" + m_Detector
 
 m_GeoNodeName = "CYLINDERGEOM_" + m_Detector
 
 m_LocalOutVec = gsl_vector_alloc(3)
 
 m_PathVec = gsl_vector_alloc(3)
 
 m_SegmentVec = gsl_vector_alloc(3)
 

Variable Documentation

m_CellNodeName = "G4CELL_" + m_Detector

Definition at line 67 of file PHG4InttHitReco.cc.

View newest version in sPHENIX GitHub at line 67 of file PHG4InttHitReco.cc

m_GeoNodeName = "CYLINDERGEOM_" + m_Detector

Definition at line 68 of file PHG4InttHitReco.cc.

View newest version in sPHENIX GitHub at line 68 of file PHG4InttHitReco.cc

m_HitNodeName = "G4HIT_" + m_Detector

Definition at line 66 of file PHG4InttHitReco.cc.

View newest version in sPHENIX GitHub at line 66 of file PHG4InttHitReco.cc

m_LocalOutVec = gsl_vector_alloc(3)

Definition at line 69 of file PHG4InttHitReco.cc.

View newest version in sPHENIX GitHub at line 69 of file PHG4InttHitReco.cc

m_PathVec = gsl_vector_alloc(3)

Definition at line 70 of file PHG4InttHitReco.cc.

View newest version in sPHENIX GitHub at line 70 of file PHG4InttHitReco.cc

m_SegmentVec = gsl_vector_alloc(3)

Definition at line 71 of file PHG4InttHitReco.cc.

View newest version in sPHENIX GitHub at line 71 of file PHG4InttHitReco.cc