ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4trackfastsim/PHG4TrackFastSim.h>
Public Types | |
enum | DETECTOR_TYPE { Vertical_Plane = 0, Cylinder = 1 } |
Public Member Functions | |
PHG4TrackFastSim (const std::string &name="PHG4TrackFastSim") | |
Default constructor. | |
~PHG4TrackFastSim () override | |
dtor | |
int | InitRun (PHCompositeNode *) override |
Initialization Run, called for initialization of a run. | |
int | process_event (PHCompositeNode *) override |
Process Event, called for each event. | |
int | End (PHCompositeNode *) override |
End, write and close files. | |
bool | is_do_evt_display () const |
void | set_do_evt_display (bool doEvtDisplay) |
const std::string & | get_fit_alg_name () const |
void | set_fit_alg_name (const std::string &fitAlgName) |
const std::vector< std::string > & | get_phg4hits_names () const |
void | add_phg4hits (const std::string &phg4hitsNames, const DETECTOR_TYPE phg4dettype, const float radres, const float phires, const float lonres, const float eff, const float noise) |
void | add_state_name (const std::string &stateName) |
void | add_zplane_state (const std::string &stateName, const double zplane) |
void | add_cylinder_state (const std::string &stateName, const double radius) |
const std::string & | get_trackmap_out_name () const |
void | set_trackmap_out_name (const std::string &trackmapOutName) |
const std::string & | get_sub_top_node_name () const |
void | set_sub_top_node_name (const std::string &subTopNodeName) |
bool | is_use_vertex_in_fitting () const |
void | set_use_vertex_in_fitting (bool useVertexInFitting) |
double | get_vertex_xy_resolution () const |
void | set_vertex_xy_resolution (double vertexXyResolution) |
double | get_vertex_z_resolution () const |
void | set_vertex_z_resolution (double vertexZResolution) |
int | get_primary_assumption_pid () const |
void | set_primary_assumption_pid (int primaryAssumptionPid) |
void | set_primary_tracking (int pTrk) |
const std::string & | get_vertexing_method () const |
https://rave.hepforge.org/trac/wiki/RaveMethods | |
void | set_vertexing_method (const std::string &vertexingMethod) |
https://rave.hepforge.org/trac/wiki/RaveMethods | |
double | get_vertex_min_ndf () const |
void | set_vertex_min_ndf (double vertexMinNdf) |
void | enable_vertexing (const bool &b=true) |
void | DisplayEvent () const |
void | Smearing (const bool b) |
Public Member Functions inherited from SubsysReco | |
~SubsysReco () override | |
virtual int | EndRun (const int) |
Called at the end of each run. | |
virtual int | Init (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. | |
void | Print (const std::string &="ALL") const override |
Public Member Functions inherited from Fun4AllBase | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. | |
virtual void | Name (const std::string &name) |
Sets the name of this module. | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual int | Verbosity () const |
Gets the verbosity of this module. | |
Private Types | |
typedef std::map< const genfit::Track *, unsigned int > | GenFitTrackMap |
Private Member Functions | |
int | CreateNodes (PHCompositeNode *) |
int | GetNodes (PHCompositeNode *) |
int | PseudoPatternRecognition (const PHG4Particle *particle, std::vector< PHGenFit::Measurement * > &meas_out, SvtxTrack *track_out, TVector3 &seed_pos, TVector3 &seed_mom, TMatrixDSym &seed_cov, const bool do_smearing=true) |
PHGenFit::PlanarMeasurement * | PHG4HitToMeasurementVerticalPlane (const PHG4Hit *g4hit, const double phi_resolution, const double r_resolution) |
PHGenFit::PlanarMeasurement * | PHG4HitToMeasurementCylinder (const PHG4Hit *g4hit, const double phi_resolution, const double z_resolution) |
PHGenFit::Measurement * | VertexMeasurement (const TVector3 &vtx, double dxy, double dz) |
bool | MakeSvtxTrack (SvtxTrack *track_out, const PHGenFit::Track *phgf_track_in, const unsigned int truth_track_id=UINT_MAX, const unsigned int nmeas=0, const TVector3 &vtx=TVector3(0.0, 0.0, 0.0)) |
bool | FillSvtxVertexMap (const std::vector< genfit::GFRaveVertex * > &rave_vertices, const GenFitTrackMap &gf_tracks) |
Additional Inherited Members | |
Protected Member Functions inherited from SubsysReco | |
SubsysReco (const std::string &name="NONAME") | |
Definition at line 54 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 54 of file PHG4TrackFastSim.h
|
private |
Definition at line 235 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 235 of file PHG4TrackFastSim.h
Definition at line 57 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 57 of file PHG4TrackFastSim.h
|
explicit |
Default constructor.
Definition at line 104 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 104 of file PHG4TrackFastSim.cc
References m_Parameter, m_RandomGenerator, Fun4AllBase::Name(), and seed.
|
override |
dtor
Definition at line 133 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 133 of file PHG4TrackFastSim.cc
References m_Fitter, m_RandomGenerator, and m_RaveVertexFactory.
void PHG4TrackFastSim::add_cylinder_state | ( | const std::string & | stateName, |
const double | radius | ||
) |
Definition at line 1120 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 1120 of file PHG4TrackFastSim.cc
References m_ProjectionsMap, PHWHERE, reserved_cylinder_projection_names, and reserved_zplane_projection_names.
Referenced by BarrelFastKalmanFilterConfigBARR(), BarrelFastKalmanFilterConfigSVTX(), BToFSetup(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Detectors(), make_barrel_layer(), make_barrel_layer_basic(), make_barrel_layer_LYSO_basic(), and RWellSetup().
|
inline |
adding hits from a PHG4Hit node, which usually belong to one detector or a sub group of detectors Orders of adding detectors do not matter as the hits are internally assembled in the time order
[in] | phg4hitsNames | node name such as "G4HIT_SVTX" |
[in] | PHG4TrackFastSim::Vertical_Plane | or PHG4TrackFastSim::Cylinder |
[in] | radres | radial resolution [cm], not used for PHG4TrackFastSim::Cylinder |
[in] | phires | azimuthal resolution [cm] |
[in] | lonres | z-resolution [cm], not used for PHG4TrackFastSim::Vertical_Plane |
[in] | eff | Efficiency [0-1] for a existing hit to be included in the tracking |
[in] | noise | Noise hit propability [0-1] |
Definition at line 112 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 112 of file PHG4TrackFastSim.h
References m_phg4_detector_hitfindeff, m_phg4_detector_lonres, m_phg4_detector_noise, m_phg4_detector_phires, m_phg4_detector_radres, m_phg4_detector_type, and m_PHG4HitsNames.
Referenced by BarrelFastKalmanFilterConfigBARR(), BarrelFastKalmanFilterConfigSVTX(), BMMGSetup(), Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), make_barrel_layer(), make_barrel_layer_basic(), make_barrel_layer_LYSO_basic(), make_forward_station(), make_forward_station_basic(), make_GEM_station(), make_LANL_FST_station(), RWellSetup(), and TRDSetup().
void PHG4TrackFastSim::add_state_name | ( | const std::string & | stateName | ) |
Definition at line 1090 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 1090 of file PHG4TrackFastSim.cc
References m_ProjectionsMap, PHWHERE, reserved_cylinder_projection_names, and reserved_zplane_projection_names.
Referenced by Fun4All_G4_Momentum_Projection_Calorimeters(), and Tracking_Reco().
void PHG4TrackFastSim::add_zplane_state | ( | const std::string & | stateName, |
const double | zplane | ||
) |
Definition at line 1137 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 1137 of file PHG4TrackFastSim.cc
References m_ProjectionsMap, PHWHERE, reserved_cylinder_projection_names, and reserved_zplane_projection_names.
Referenced by ETOFSetup(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Detectors(), HTOFSetup(), make_forward_station(), make_forward_station_basic(), make_GEM_station(), RICHSetup(), and TRDSetup().
|
private |
Create needed nodes.
Definition at line 548 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 548 of file PHG4TrackFastSim.cc
References Fun4AllReturnCodes::ABORTEVENT, PHCompositeNode::addNode(), Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), m_SubTopnodeName, m_SvtxTrackMapOut, m_SvtxVertexMap, m_TrackmapOutNodeName, PHWHERE, and Fun4AllBase::Verbosity().
Referenced by InitRun().
void PHG4TrackFastSim::DisplayEvent | ( | ) | const |
Definition at line 1081 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 1081 of file PHG4TrackFastSim.cc
References PHGenFit::Fitter::displayEvent(), m_DoEvtDisplayFlag, and m_Fitter.
Definition at line 225 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 225 of file PHG4TrackFastSim.h
References b, and m_DoVertexingFlag.
Referenced by InitFastKalmanFilter(), and Tracking_Reco().
|
overridevirtual |
End, write and close files.
Reimplemented from SubsysReco.
Definition at line 235 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 235 of file PHG4TrackFastSim.cc
References PHGenFit::Fitter::displayEvent(), Fun4AllReturnCodes::EVENT_OK, m_DoEvtDisplayFlag, and m_Fitter.
|
private |
Definition at line 490 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 490 of file PHG4TrackFastSim.cc
References SvtxVertexMap::insert_clone(), LogError, m_SvtxVertexMap, and PHWHERE.
Referenced by process_event().
|
inline |
Definition at line 88 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 88 of file PHG4TrackFastSim.h
References m_FitAlgoName.
|
inline |
Definition at line 98 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 98 of file PHG4TrackFastSim.h
References m_PHG4HitsNames.
|
inline |
Definition at line 188 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 188 of file PHG4TrackFastSim.h
References m_PrimaryAssumptionPid.
|
inline |
Definition at line 148 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 148 of file PHG4TrackFastSim.h
References m_SubTopnodeName.
|
inline |
Definition at line 138 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 138 of file PHG4TrackFastSim.h
References m_TrackmapOutNodeName.
|
inline |
Definition at line 215 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 215 of file PHG4TrackFastSim.h
References m_VertexMinNdf.
|
inline |
Definition at line 168 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 168 of file PHG4TrackFastSim.h
References m_VertexXYResolution.
|
inline |
Definition at line 178 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 178 of file PHG4TrackFastSim.h
References m_VertexZResolution.
|
inline |
https://rave.hepforge.org/trac/wiki/RaveMethods
Definition at line 204 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 204 of file PHG4TrackFastSim.h
References m_VertexingMethod.
|
private |
Get all the all the required nodes off the node tree.
Definition at line 610 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 610 of file PHG4TrackFastSim.cc
References Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), PHG4HitContainer::GetID(), PHObject::identify(), m_EventCnt, m_FitAlgoName, m_Parameter, m_phg4_detector_hitfindeff, m_phg4_detector_lonres, m_phg4_detector_noise, m_phg4_detector_phires, m_phg4_detector_radres, m_phg4_detector_type, m_PHG4HitContainer, m_PHG4HitsNames, m_SubTopnodeName, m_SvtxTrackMapOut, m_TrackmapOutNodeName, m_TruthContainer, m_VertexingMethod, Fun4AllBase::Name(), PHWHERE, PHParameters::SaveToNodeTree(), PHParameters::set_int_param(), PHParameters::set_string_param(), and Fun4AllBase::Verbosity().
Referenced by InitRun().
|
overridevirtual |
Initialization Run, called for initialization of a run.
Reimplemented from SubsysReco.
Definition at line 140 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 140 of file PHG4TrackFastSim.cc
References Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::ABORTRUN, CreateNodes(), Fun4AllReturnCodes::EVENT_OK, RawTowerGeom::get_center_z(), RawTowerGeomContainer::get_radius(), RawTowerGeomContainer::get_tower_geometries(), PHFieldUtility::GetFieldMapNode(), PHGenFit::Fitter::getInstance(), GetNodes(), PHGeomUtility::GetTGeoManager(), isfinite, m_DoEvtDisplayFlag, m_DoVertexingFlag, m_EventCnt, m_FitAlgoName, m_Fitter, m_ProjectionsMap, m_RaveVertexFactory, m_VertexingMethod, PHWHERE, PHGenFit::Fitter::set_verbosity(), and Fun4AllBase::Verbosity().
|
inline |
Definition at line 78 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 78 of file PHG4TrackFastSim.h
References m_DoEvtDisplayFlag.
|
inline |
Definition at line 158 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 158 of file PHG4TrackFastSim.h
References m_UseVertexInFittingFlag.
|
private |
Make SvtxTrack from PHGenFit::Track
TODO: check the definition 1/p, u'/z', v'/z', u, v u is defined as mom X beam line at POCA so u is the dca2d direction
Definition at line 865 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 865 of file PHG4TrackFastSim.cc
References SvtxTrack::begin_states(), PHGenFit::Track::extrapolateToCylinder(), PHGenFit::Track::extrapolateToLine(), PHGenFit::Track::extrapolateToPlane(), PHGenFit::Track::get_charge(), PHGenFit::Track::get_chi2(), PHGenFit::Track::get_ndf(), SvtxTrack::insert_state(), LogError, m_ProjectionsMap, mom, pos(), SvtxTrack::set_charge(), SvtxTrack::set_chisq(), SvtxTrack::set_dca(), SvtxTrack::set_dca2d(), SvtxTrack::set_dca2d_error(), SvtxTrackState::set_error(), SvtxTrack::set_error(), SvtxTrackState::set_name(), SvtxTrack::set_ndf(), SvtxTrack::set_num_measurements(), SvtxTrackState::set_px(), SvtxTrack::set_px(), SvtxTrackState::set_py(), SvtxTrack::set_py(), SvtxTrackState::set_pz(), SvtxTrack::set_pz(), SvtxTrack::set_truth_track_id(), SvtxTrackState::set_x(), SvtxTrack::set_x(), SvtxTrackState::set_y(), SvtxTrack::set_y(), SvtxTrackState::set_z(), SvtxTrack::set_z(), and Fun4AllBase::Verbosity().
Referenced by process_event().
|
private |
Definition at line 1027 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 1027 of file PHG4TrackFastSim.cc
References PHG4Hit::get_avg_x(), PHG4Hit::get_avg_y(), PHG4Hit::get_avg_z(), m_RandomGenerator, m_SmearingFlag, pos(), Acts::UnitConstants::u, and v.
Referenced by PseudoPatternRecognition().
|
private |
Definition at line 991 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 991 of file PHG4TrackFastSim.cc
References PHG4Hit::get_avg_x(), PHG4Hit::get_avg_y(), PHG4Hit::get_avg_z(), m_RandomGenerator, m_SmearingFlag, pos(), Acts::UnitConstants::u, and v.
Referenced by PseudoPatternRecognition().
|
overridevirtual |
Process Event, called for each event.
Create measurements
Build TrackRep from particle assumption
mu+: -13 mu-: 13 pi+: 211 pi-: -211 e-: 11 e+: -11
Initialize track with seed from pattern recognition
Add measurements to track
Fit the track
add tracks to event display
Reimplemented from SubsysReco.
Definition at line 245 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 245 of file PHG4TrackFastSim.cc
References Fun4AllReturnCodes::ABORTRUN, PHGenFit::Track::addMeasurements(), Fun4AllReturnCodes::EVENT_OK, FillSvtxVertexMap(), PHG4Particle::get_track_id(), PHG4VtxPoint::get_x(), PHG4VtxPoint::get_y(), PHG4VtxPoint::get_z(), PHGenFit::Fitter::getEventDisplay(), PHGenFit::Track::getGenFitTrack(), PHG4TruthInfoContainer::GetParticleRange(), PHG4TruthInfoContainer::GetPrimaryParticleRange(), PHG4TruthInfoContainer::GetPrimaryVertexIndex(), PHG4TruthInfoContainer::GetPrimaryVtx(), SvtxTrack::identify(), it, LogError, m_DoEvtDisplayFlag, m_DoVertexingFlag, m_EventCnt, m_Fitter, m_PrimaryAssumptionPid, m_PrimaryTrackingFlag, m_RandomGenerator, m_RaveVertexFactory, m_SvtxTrackMapOut, m_SvtxVertexMap, m_TruthContainer, m_UseVertexInFittingFlag, m_VertexMinNdf, m_VertexXYResolution, m_VertexZResolution, MakeSvtxTrack(), mom, particle, PHWHERE, pos(), PHGenFit::Fitter::processTrack(), PseudoPatternRecognition(), track, Fun4AllBase::Verbosity(), and VertexMeasurement().
|
private |
Definition at line 695 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 695 of file PHG4TrackFastSim.cc
References Fun4AllReturnCodes::ABORTEVENT, SvtxTrack::add_g4hit_id(), Cylinder, Fun4AllReturnCodes::EVENT_OK, PHG4Hit::get_avg_t(), PHG4Hit::get_hit_id(), PHG4Particle::get_px(), PHG4Particle::get_py(), PHG4Particle::get_pz(), PHG4Particle::get_track_id(), PHG4Hit::get_trkid(), PHG4Particle::identify(), PHG4Hit::identify(), LogDebug, LogError, m_phg4_detector_hitfindeff, m_phg4_detector_lonres, m_phg4_detector_noise, m_phg4_detector_phires, m_phg4_detector_radres, m_phg4_detector_type, m_PHG4HitContainer, m_PHG4HitsNames, M_PI, m_RandomGenerator, PHG4HitToMeasurementCylinder(), PHG4HitToMeasurementVerticalPlane(), Fun4AllBase::Verbosity(), and Vertical_Plane.
Referenced by process_event().
|
inline |
Definition at line 83 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 83 of file PHG4TrackFastSim.h
References m_DoEvtDisplayFlag.
|
inline |
Definition at line 93 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 93 of file PHG4TrackFastSim.h
References m_FitAlgoName.
Definition at line 193 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 193 of file PHG4TrackFastSim.h
References m_PrimaryAssumptionPid.
Definition at line 198 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 198 of file PHG4TrackFastSim.h
References m_PrimaryTrackingFlag.
|
inline |
Definition at line 153 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 153 of file PHG4TrackFastSim.h
References m_SubTopnodeName.
Referenced by Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), and InitFastKalmanFilter().
|
inline |
Definition at line 143 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 143 of file PHG4TrackFastSim.h
References m_TrackmapOutNodeName.
Referenced by Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), and Tracking_Reco().
|
inline |
Definition at line 163 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 163 of file PHG4TrackFastSim.h
References m_UseVertexInFittingFlag.
Referenced by Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), and InitFastKalmanFilter().
|
inline |
Definition at line 220 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 220 of file PHG4TrackFastSim.h
References m_VertexMinNdf.
|
inline |
Definition at line 173 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 173 of file PHG4TrackFastSim.h
References m_VertexXYResolution.
Referenced by InitFastKalmanFilter().
|
inline |
Definition at line 183 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 183 of file PHG4TrackFastSim.h
References m_VertexZResolution.
Referenced by InitFastKalmanFilter().
|
inline |
https://rave.hepforge.org/trac/wiki/RaveMethods
Definition at line 210 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 210 of file PHG4TrackFastSim.h
References m_VertexingMethod.
|
inline |
Definition at line 232 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 232 of file PHG4TrackFastSim.h
References b, and m_SmearingFlag.
|
private |
Definition at line 1063 of file PHG4TrackFastSim.cc.
View newest version in sPHENIX GitHub at line 1063 of file PHG4TrackFastSim.cc
Referenced by process_event().
|
protected |
Definition at line 332 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 332 of file PHG4TrackFastSim.h
Referenced by DisplayEvent(), End(), InitRun(), is_do_evt_display(), process_event(), and set_do_evt_display().
|
protected |
Definition at line 343 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 343 of file PHG4TrackFastSim.h
Referenced by enable_vertexing(), InitRun(), and process_event().
|
protected |
Event counter.
Definition at line 325 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 325 of file PHG4TrackFastSim.h
Referenced by GetNodes(), InitRun(), and process_event().
|
protected |
Available choices: KalmanFitter KalmanFitterRefTrack DafSimple DafRef
Definition at line 318 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 318 of file PHG4TrackFastSim.h
Referenced by get_fit_alg_name(), GetNodes(), InitRun(), and set_fit_alg_name().
|
protected |
GenFit fitter interface
Definition at line 285 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 285 of file PHG4TrackFastSim.h
Referenced by DisplayEvent(), End(), InitRun(), process_event(), and ~PHG4TrackFastSim().
|
protected |
Definition at line 345 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 345 of file PHG4TrackFastSim.h
Referenced by GetNodes(), and PHG4TrackFastSim().
|
protected |
Definition at line 300 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 300 of file PHG4TrackFastSim.h
Referenced by add_phg4hits(), GetNodes(), and PseudoPatternRecognition().
|
protected |
Definition at line 299 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 299 of file PHG4TrackFastSim.h
Referenced by add_phg4hits(), GetNodes(), and PseudoPatternRecognition().
|
protected |
Definition at line 301 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 301 of file PHG4TrackFastSim.h
Referenced by add_phg4hits(), GetNodes(), and PseudoPatternRecognition().
|
protected |
Definition at line 298 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 298 of file PHG4TrackFastSim.h
Referenced by add_phg4hits(), GetNodes(), and PseudoPatternRecognition().
|
protected |
Definition at line 297 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 297 of file PHG4TrackFastSim.h
Referenced by add_phg4hits(), GetNodes(), and PseudoPatternRecognition().
|
protected |
Definition at line 296 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 296 of file PHG4TrackFastSim.h
Referenced by add_phg4hits(), GetNodes(), and PseudoPatternRecognition().
|
protected |
Definition at line 294 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 294 of file PHG4TrackFastSim.h
Referenced by GetNodes(), and PseudoPatternRecognition().
|
protected |
Definition at line 295 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 295 of file PHG4TrackFastSim.h
Referenced by add_phg4hits(), get_phg4hits_names(), GetNodes(), and PseudoPatternRecognition().
|
protected |
Definition at line 327 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 327 of file PHG4TrackFastSim.h
Referenced by get_primary_assumption_pid(), process_event(), and set_primary_assumption_pid().
|
protected |
Definition at line 341 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 341 of file PHG4TrackFastSim.h
Referenced by process_event(), and set_primary_tracking().
|
protected |
Definition at line 304 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 304 of file PHG4TrackFastSim.h
Referenced by add_cylinder_state(), add_state_name(), add_zplane_state(), InitRun(), and MakeSvtxTrack().
|
protected |
random generator that conform with sPHENIX standard
Definition at line 280 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 280 of file PHG4TrackFastSim.h
Referenced by PHG4HitToMeasurementCylinder(), PHG4HitToMeasurementVerticalPlane(), PHG4TrackFastSim(), process_event(), PseudoPatternRecognition(), and ~PHG4TrackFastSim().
|
protected |
Definition at line 286 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 286 of file PHG4TrackFastSim.h
Referenced by InitRun(), process_event(), and ~PHG4TrackFastSim().
|
protected |
Definition at line 329 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 329 of file PHG4TrackFastSim.h
Referenced by PHG4HitToMeasurementCylinder(), PHG4HitToMeasurementVerticalPlane(), and Smearing().
|
protected |
Definition at line 306 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 306 of file PHG4TrackFastSim.h
Referenced by CreateNodes(), get_sub_top_node_name(), GetNodes(), and set_sub_top_node_name().
|
protected |
Definition at line 291 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 291 of file PHG4TrackFastSim.h
Referenced by CreateNodes(), GetNodes(), and process_event().
|
protected |
Definition at line 292 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 292 of file PHG4TrackFastSim.h
Referenced by CreateNodes(), FillSvtxVertexMap(), and process_event().
|
protected |
Definition at line 307 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 307 of file PHG4TrackFastSim.h
Referenced by CreateNodes(), get_trackmap_out_name(), GetNodes(), and set_trackmap_out_name().
|
protected |
Input Node pointers.
Definition at line 289 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 289 of file PHG4TrackFastSim.h
Referenced by GetNodes(), and process_event().
|
protected |
For PseudoPatternRecognition function.
Definition at line 338 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 338 of file PHG4TrackFastSim.h
Referenced by is_use_vertex_in_fitting(), process_event(), and set_use_vertex_in_fitting().
|
protected |
https://rave.hepforge.org/trac/wiki/RaveMethods
Definition at line 309 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 309 of file PHG4TrackFastSim.h
Referenced by get_vertexing_method(), GetNodes(), InitRun(), and set_vertexing_method().
|
protected |
Definition at line 320 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 320 of file PHG4TrackFastSim.h
Referenced by get_vertex_min_ndf(), process_event(), and set_vertex_min_ndf().
|
protected |
Definition at line 321 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 321 of file PHG4TrackFastSim.h
Referenced by get_vertex_xy_resolution(), process_event(), and set_vertex_xy_resolution().
|
protected |
Definition at line 322 of file PHG4TrackFastSim.h.
View newest version in sPHENIX GitHub at line 322 of file PHG4TrackFastSim.h
Referenced by get_vertex_z_resolution(), process_event(), and set_vertex_z_resolution().