Class Reference for E1039 Core & Analysis Software
SQTrackletReco Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/ktracker/SQTrackletReco.h>

+ Inheritance diagram for SQTrackletReco:
+ Collaboration diagram for SQTrackletReco:

Public Member Functions

 SQTrackletReco (const std::string &name="SQTrackletReco")
 
virtual ~SQTrackletReco ()
 
virtual int process_event (PHCompositeNode *topNode)
 
virtual void drop_empty_event (const bool val)
 
- Public Member Functions inherited from SQReco
 SQReco (const std::string &name="SQReco")
 
virtual ~SQReco ()
 
virtual int Init (PHCompositeNode *topNode)
 
virtual int InitRun (PHCompositeNode *topNode)
 
virtual int End (PHCompositeNode *topNode)
 Called at the end of all processing. More...
 
void setInputTy (SQReco::INPUT_TYPE input_ty)
 
void setFitterTy (SQReco::FITTER_TYPE fitter_ty)
 
const TString & get_eval_file_name () const
 
void set_eval_file_name (const TString &evalFileName)
 
bool use_geom_io_node () const
 
void use_geom_io_node (const bool val)
 
const std::string & get_geom_file_name () const
 
void set_geom_file_name (const std::string &geomFileName)
 
bool is_KF_enabled () const
 
void set_enable_KF (bool enable)
 
void set_output_list_index (const int idx)
 See KalmanFastTracking::setOutputListID(). More...
 
bool is_eval_enabled () const
 
void set_enable_eval (bool enable)
 
bool is_eval_dst_enabled () const
 
void set_enable_eval_dst (bool enable)
 
void add_eval_list (int listID)
 
const TString & get_evt_reducer_opt () const
 
void set_evt_reducer_opt (const TString &opt)
 
void set_legacy_rec_container (const bool b=true)
 
- Public Member Functions inherited from SubsysReco
virtual ~SubsysReco ()
 
virtual int EndRun (const int)
 Called at the end of each run. More...
 
virtual int Reset (PHCompositeNode *)
 Reset. More...
 
virtual int ResetEvent (PHCompositeNode *)
 Clean up after each event. More...
 
virtual void Print (const std::string &what="ALL") const
 
- Public Member Functions inherited from Fun4AllBase
virtual ~Fun4AllBase ()
 
virtual const std::string Name () const
 Returns the name of this module. More...
 
virtual void Name (const std::string &name)
 Sets the name of this module. More...
 
virtual void Verbosity (const int ival)
 Sets the verbosity of this module (0 by default=quiet). More...
 
virtual void Verbosity (enu_Verbosity ival)
 Sets the verbosity of this module (0 by default=quiet). More...
 
virtual int Verbosity () const
 Gets the verbosity of this module. More...
 

Public Attributes

bool _drop_empty_event
 

Additional Inherited Members

- Public Types inherited from SQReco
enum  INPUT_TYPE { E906 , E1039 }
 
enum  FITTER_TYPE {
  LEGACY , KF , KFREF , DAF ,
  DAFREF
}
 
- Public Types inherited from Fun4AllBase
enum  enu_Verbosity {
  VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 ,
  VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10
}
 
- Protected Member Functions inherited from SQReco
virtual int InitField (PHCompositeNode *topNode)
 
virtual int InitGeom (PHCompositeNode *topNode)
 
virtual int GetNodes (PHCompositeNode *topNode)
 
int InitEvalTree ()
 
int ResetEvalVars ()
 
void ProcessEventPrep ()
 
void ProcessEventFinish ()
 
SRawEventBuildSRawEvent ()
 
int updateHitInfo (SRawEvent *sraw_event)
 
bool fitTrackCand (Tracklet &tracklet, KalmanFitter *fitter)
 
bool fitTrackCand (Tracklet &tracklet, SQGenFit::GFFitter *fitter)
 
void fillRecTrack (SRecTrack &recTrack)
 
- Protected Member Functions inherited from SubsysReco
 SubsysReco (const std::string &name="NONAME")
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 
- Protected Attributes inherited from SQReco
SQReco::INPUT_TYPE _input_type
 
SQReco::FITTER_TYPE _fitter_type
 
int _output_list_idx
 
bool _enable_eval
 
TString _eval_file_name
 
TTree * _eval_tree
 
TClonesArray * _tracklets
 
std::vector< int > _eval_listIDs
 
bool _enable_eval_dst
 
TrackletVector_tracklet_vector
 
TString _evt_reducer_opt
 
KalmanFastTracking_fastfinder
 
EventReducer_eventReducer
 
bool _enable_KF
 
KalmanFitter_kfitter
 
SQGenFit::GFFitter_gfitter
 
PHField_phfield
 
SQGenFit::GFField_gfield
 
recoConstsrc
 
size_t _event
 
SQRun_run_header
 
SQSpillMap_spill_map
 
SQEvent_event_header
 
SQHitVector_hit_vector
 
SQHitVector_triggerhit_vector
 
std::map< int, size_t > _m_hitID_idx
 
std::map< int, size_t > _m_trghitID_idx
 
bool _legacy_rec_container
 
SRawEvent_rawEvent
 
SRecEvent_recEvent
 
SQTrackVector_recTrackVec
 
bool _use_geom_io_node
 
std::string _geom_file_name
 
TGeoManager * _t_geo_manager
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Detailed Description

Definition at line 5 of file SQTrackletReco.h.

Constructor & Destructor Documentation

◆ SQTrackletReco()

SQTrackletReco::SQTrackletReco ( const std::string &  name = "SQTrackletReco")

Definition at line 10 of file SQTrackletReco.cxx.

◆ ~SQTrackletReco()

SQTrackletReco::~SQTrackletReco ( )
virtual

Definition at line 17 of file SQTrackletReco.cxx.

Member Function Documentation

◆ drop_empty_event()

virtual void SQTrackletReco::drop_empty_event ( const bool  val)
inlinevirtual

Definition at line 15 of file SQTrackletReco.h.

References _drop_empty_event.

◆ process_event()

Member Data Documentation

◆ _drop_empty_event

bool SQTrackletReco::_drop_empty_event

Definition at line 8 of file SQTrackletReco.h.

Referenced by drop_empty_event(), and process_event().


The documentation for this class was generated from the following files: