Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/ktracker/SQReco.h>
Public Types | |
enum | INPUT_TYPE { E906 , E1039 } |
enum | FITTER_TYPE { LEGACY , KF , KFREF , DAF , DAFREF } |
![]() | |
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 } |
Public Member Functions | |
SQReco (const std::string &name="SQReco") | |
virtual | ~SQReco () |
virtual int | Init (PHCompositeNode *topNode) |
virtual int | InitRun (PHCompositeNode *topNode) |
virtual int | process_event (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) |
![]() | |
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 |
![]() | |
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... | |
Protected Member Functions | |
virtual int | InitField (PHCompositeNode *topNode) |
virtual int | InitGeom (PHCompositeNode *topNode) |
virtual int | InitFastTracking () |
virtual int | MakeNodes (PHCompositeNode *topNode) |
virtual int | GetNodes (PHCompositeNode *topNode) |
int | InitEvalTree () |
int | ResetEvalVars () |
void | ProcessEventPrep () |
void | ProcessEventFinish () |
SRawEvent * | BuildSRawEvent () |
int | updateHitInfo (SRawEvent *sraw_event) |
bool | fitTrackCand (Tracklet &tracklet, KalmanFitter *fitter) |
bool | fitTrackCand (Tracklet &tracklet, SQGenFit::GFFitter *fitter) |
void | fillRecTrack (SRecTrack &recTrack) |
![]() | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
enum SQReco::FITTER_TYPE |
enum SQReco::INPUT_TYPE |
SQReco::SQReco | ( | const std::string & | name = "SQReco" | ) |
Definition at line 49 of file SQReco.cxx.
References _eval_listIDs, recoConsts::instance(), and rc.
|
virtual |
Definition at line 86 of file SQReco.cxx.
void SQReco::add_eval_list | ( | int | listID | ) |
Definition at line 597 of file SQReco.cxx.
References _eval_listIDs.
|
protected |
Definition at line 285 of file SQReco.cxx.
References _event, _event_header, _hit_vector, _m_hitID_idx, _m_trghitID_idx, _spill_map, _triggerhit_vector, SQSpillMap::get(), SRawEvent::getSpillID(), UtilSRawEvent::SetEvent(), SRawEvent::setEventInfo(), UtilSRawEvent::SetHit(), UtilSRawEvent::SetSpill(), and UtilSRawEvent::SetTriggerHit().
Referenced by MultiThreadReco::process_event(), and ProcessEventPrep().
|
virtual |
Called at the end of all processing.
Reimplemented from SubsysReco.
Reimplemented in MultiThreadReco.
Definition at line 388 of file SQReco.cxx.
References _eval_file_name, _eval_tree, _fastfinder, _gfitter, PHTFileServer::cd(), Fun4AllReturnCodes::EVENT_OK, PHTFileServer::get(), is_eval_enabled(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_SOME.
|
protected |
Definition at line 496 of file SQReco.cxx.
References _legacy_rec_container, _recEvent, _recTrackVec, SRecEvent::insertTrack(), and SQTrackVector::push_back().
Referenced by fitTrackCand(), and process_event().
|
protected |
Definition at line 403 of file SQReco.cxx.
References _kfitter, PropSegment::a, fillRecTrack(), PropSegment::getNHits(), KalmanTrack::getNodeList(), TriggerRoad::getRoadID(), KalmanTrack::getSRecTrack(), KalmanTrack::isValid(), LogDebug, KalmanFitter::processOneTrack(), Tracklet::seg_x, Tracklet::seg_y, SRecTrack::setKalmanStatus(), SRecTrack::setNHitsInPT(), SRecTrack::setPTSlope(), KalmanTrack::setTracklet(), SRecTrack::setTriggerRoad(), and KalmanFitter::updateTrack().
Referenced by process_event().
|
protected |
Definition at line 442 of file SQReco.cxx.
References _gfitter, PropSegment::a, fillRecTrack(), PropSegment::getNHits(), TriggerRoad::getRoadID(), SQGenFit::GFTrack::getSRecTrack(), LogDebug, SQGenFit::GFTrack::postFitUpdate(), SQGenFit::GFTrack::print(), SQGenFit::GFFitter::processTrack(), Tracklet::seg_x, Tracklet::seg_y, SRecTrack::setNHitsInPT(), SRecTrack::setPTSlope(), SQGenFit::GFTrack::setTracklet(), SRecTrack::setTriggerRoad(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_A_LOT.
|
inline |
Definition at line 59 of file SQReco.h.
References _eval_file_name.
|
inline |
Definition at line 80 of file SQReco.h.
References _evt_reducer_opt.
|
inline |
Definition at line 65 of file SQReco.h.
References _geom_file_name.
|
protectedvirtual |
Definition at line 546 of file SQReco.cxx.
References _event_header, _hit_vector, _input_type, _rawEvent, _run_header, _spill_map, _triggerhit_vector, Fun4AllReturnCodes::ABORTEVENT, E1039, Fun4AllReturnCodes::EVENT_OK, LogDebug, LogInfo, and Fun4AllBase::Verbosity().
Referenced by MultiThreadReco::InitRun(), and InitRun().
|
virtual |
Called during initialization, i.e. registered via Fun4AllServer::registerSubsystem(). Typically this is where you can book histograms, and e.g. register them to Fun4AllServer (so they can be output to file using Fun4AllServer::dumpHistos() method).
Reimplemented from SubsysReco.
Reimplemented in MultiThreadReco.
Definition at line 89 of file SQReco.cxx.
References Fun4AllReturnCodes::EVENT_OK.
|
protected |
Definition at line 476 of file SQReco.cxx.
References _eval_file_name, _eval_tree, _event, _tracklets, PHTFileServer::get(), and PHTFileServer::open().
Referenced by InitRun().
|
protectedvirtual |
Definition at line 225 of file SQReco.cxx.
References _fastfinder, _output_list_idx, _phfield, _t_geo_manager, KalmanFastTracking::setOutputListIndex(), and Fun4AllBase::Verbosity().
Referenced by InitRun().
|
protectedvirtual |
Definition at line 166 of file SQReco.cxx.
References _fitter_type, _gfield, _phfield, Fun4AllReturnCodes::EVENT_OK, PHFlag::get_CharFlag(), PHFlag::get_DoubleFlag(), PHFieldUtility::GetFieldMapNode(), PHField::identify(), LEGACY, rc, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_A_LOT.
Referenced by MultiThreadReco::InitRun(), and InitRun().
|
protectedvirtual |
Definition at line 185 of file SQReco.cxx.
References _geom_file_name, _t_geo_manager, _use_geom_io_node, Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::EVENT_OK, PHGeomUtility::GetGeomTGeoNode(), PHGeomUtility::GetTGeoManager(), PHGeomUtility::ImportGeomFile(), PHGeomTGeo::isValid(), PHGeomUtility::LoadFromIONode(), and Fun4AllBase::Verbosity().
Referenced by MultiThreadReco::InitRun(), and InitRun().
|
virtual |
Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.
Reimplemented from SubsysReco.
Reimplemented in MultiThreadReco.
Definition at line 94 of file SQReco.cxx.
References _enable_KF, _eventReducer, _evt_reducer_opt, _fitter_type, _gfield, _gfitter, _kfitter, _phfield, _t_geo_manager, DAF, DAFREF, Fun4AllReturnCodes::EVENT_OK, PHFlag::get_CharFlag(), GetNodes(), SQGenFit::GFFitter::init(), InitEvalTree(), InitFastTracking(), InitField(), InitGeom(), is_eval_enabled(), KF, KFREF, LEGACY, MakeNodes(), rc, ResetEvalVars(), and KalmanFitter::setControlParameter().
|
inline |
Definition at line 76 of file SQReco.h.
References _enable_eval_dst.
Referenced by process_event(), SQTrackletReco::process_event(), and ProcessEventPrep().
|
inline |
Definition at line 74 of file SQReco.h.
References _enable_eval.
Referenced by End(), InitRun(), process_event(), SQTrackletReco::process_event(), and ProcessEventPrep().
|
inline |
Definition at line 68 of file SQReco.h.
References _enable_KF.
|
protectedvirtual |
Definition at line 504 of file SQReco.cxx.
References _enable_eval_dst, _legacy_rec_container, _recEvent, _recTrackVec, _tracklet_vector, PHCompositeNode::addNode(), Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), LogInfo, PHObject::SplitLevel(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_SOME.
Referenced by InitRun().
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
Reimplemented in SQTrackletReco, and MultiThreadReco.
Definition at line 313 of file SQReco.cxx.
References _enable_KF, _eval_listIDs, _eval_tree, _event, _fastfinder, _fitter_type, _gfitter, _kfitter, _legacy_rec_container, _rawEvent, _recEvent, _tracklet_vector, Fun4AllReturnCodes::EVENT_OK, fillRecTrack(), fitTrackCand(), KalmanFastTracking::getFinalTracklets(), KalmanFastTracking::getTrackletList(), is_eval_dst_enabled(), is_eval_enabled(), LEGACY, LogDebug, KalmanFastTracking::printTimers(), ProcessEventFinish(), ProcessEventPrep(), TrackletVector::push_back(), SRecTrack::setKalmanStatus(), KalmanFastTracking::setRawEvent(), SRecEvent::setRawEvent(), SRecEvent::setRecStatus(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_A_LOT.
|
protected |
Definition at line 258 of file SQReco.cxx.
References _event, _input_type, _rawEvent, and E1039.
Referenced by process_event(), and SQTrackletReco::process_event().
|
protected |
Definition at line 232 of file SQReco.cxx.
References _eventReducer, _input_type, _rawEvent, _tracklet_vector, BuildSRawEvent(), TrackletVector::clear(), E1039, SRawEvent::identify(), is_eval_dst_enabled(), is_eval_enabled(), LogInfo, EventReducer::reduceEvent(), ResetEvalVars(), updateHitInfo(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_A_LOT.
Referenced by process_event(), and SQTrackletReco::process_event().
|
protected |
Definition at line 490 of file SQReco.cxx.
References _tracklets.
Referenced by InitRun(), and ProcessEventPrep().
|
inline |
Definition at line 75 of file SQReco.h.
References _enable_eval.
|
inline |
Definition at line 77 of file SQReco.h.
References _enable_eval_dst.
|
inline |
Definition at line 69 of file SQReco.h.
References _enable_KF.
|
inline |
Definition at line 60 of file SQReco.h.
References _eval_file_name.
|
inline |
Definition at line 81 of file SQReco.h.
References _evt_reducer_opt.
|
inline |
Definition at line 66 of file SQReco.h.
References _geom_file_name.
|
inline |
Definition at line 83 of file SQReco.h.
References _legacy_rec_container.
|
inline |
See KalmanFastTracking::setOutputListID()
.
Definition at line 72 of file SQReco.h.
References _output_list_idx.
|
inline |
Definition at line 57 of file SQReco.h.
References _fitter_type.
|
inline |
Definition at line 56 of file SQReco.h.
References _input_type.
|
protected |
Definition at line 267 of file SQReco.cxx.
References _hit_vector, _m_hitID_idx, SQHitVector::at(), SRawEvent::getAllHits(), SQHit::set_drift_distance(), SQHit::set_hodo_mask(), SQHit::set_in_time(), SQHit::set_pos(), SQHit::set_tdc_time(), and SQHit::set_trigger_mask().
Referenced by ProcessEventPrep().
|
inline |
Definition at line 62 of file SQReco.h.
References _use_geom_io_node.
|
inline |
Definition at line 63 of file SQReco.h.
References _use_geom_io_node.
|
protected |
Definition at line 111 of file SQReco.h.
Referenced by is_eval_enabled(), and set_enable_eval().
|
protected |
Definition at line 117 of file SQReco.h.
Referenced by is_eval_dst_enabled(), MakeNodes(), and set_enable_eval_dst().
|
protected |
Definition at line 124 of file SQReco.h.
Referenced by MultiThreadReco::InitRun(), InitRun(), is_KF_enabled(), process_event(), and set_enable_KF().
|
protected |
Definition at line 112 of file SQReco.h.
Referenced by End(), get_eval_file_name(), InitEvalTree(), and set_eval_file_name().
|
protected |
Definition at line 115 of file SQReco.h.
Referenced by add_eval_list(), process_event(), SQTrackletReco::process_event(), and SQReco().
|
protected |
Definition at line 113 of file SQReco.h.
Referenced by End(), InitEvalTree(), process_event(), and SQTrackletReco::process_event().
|
protected |
Definition at line 133 of file SQReco.h.
Referenced by BuildSRawEvent(), InitEvalTree(), process_event(), and ProcessEventFinish().
|
protected |
Definition at line 138 of file SQReco.h.
Referenced by BuildSRawEvent(), and GetNodes().
|
protected |
Definition at line 122 of file SQReco.h.
Referenced by InitRun(), and ProcessEventPrep().
|
protected |
Definition at line 120 of file SQReco.h.
Referenced by get_evt_reducer_opt(), InitRun(), and set_evt_reducer_opt().
|
protected |
Definition at line 121 of file SQReco.h.
Referenced by End(), InitFastTracking(), process_event(), and SQTrackletReco::process_event().
|
protected |
Definition at line 107 of file SQReco.h.
Referenced by InitField(), MultiThreadReco::InitRun(), InitRun(), process_event(), and setFitterTy().
|
protected |
Definition at line 152 of file SQReco.h.
Referenced by get_geom_file_name(), InitGeom(), and set_geom_file_name().
|
protected |
Definition at line 129 of file SQReco.h.
Referenced by InitField(), MultiThreadReco::InitRun(), and InitRun().
|
protected |
Definition at line 126 of file SQReco.h.
Referenced by End(), fitTrackCand(), MultiThreadReco::InitRun(), InitRun(), and process_event().
|
protected |
Definition at line 139 of file SQReco.h.
Referenced by BuildSRawEvent(), GetNodes(), and updateHitInfo().
|
protected |
Definition at line 106 of file SQReco.h.
Referenced by GetNodes(), MultiThreadReco::process_event(), ProcessEventFinish(), ProcessEventPrep(), and setInputTy().
|
protected |
Definition at line 125 of file SQReco.h.
Referenced by fitTrackCand(), MultiThreadReco::InitRun(), InitRun(), and process_event().
|
protected |
Definition at line 146 of file SQReco.h.
Referenced by fillRecTrack(), MakeNodes(), process_event(), SQTrackletReco::process_event(), and set_legacy_rec_container().
|
protected |
Definition at line 143 of file SQReco.h.
Referenced by BuildSRawEvent(), and updateHitInfo().
|
protected |
Definition at line 144 of file SQReco.h.
Referenced by BuildSRawEvent().
|
protected |
Definition at line 109 of file SQReco.h.
Referenced by InitFastTracking(), and set_output_list_index().
|
protected |
Definition at line 128 of file SQReco.h.
Referenced by InitFastTracking(), InitField(), MultiThreadReco::InitRun(), and InitRun().
|
protected |
Definition at line 147 of file SQReco.h.
Referenced by GetNodes(), MultiThreadReco::process_event(), process_event(), SQTrackletReco::process_event(), ProcessEventFinish(), and ProcessEventPrep().
|
protected |
Definition at line 148 of file SQReco.h.
Referenced by fillRecTrack(), MakeNodes(), process_event(), and SQTrackletReco::process_event().
|
protected |
Definition at line 149 of file SQReco.h.
Referenced by fillRecTrack(), and MakeNodes().
|
protected |
Definition at line 135 of file SQReco.h.
Referenced by GetNodes().
|
protected |
Definition at line 136 of file SQReco.h.
Referenced by BuildSRawEvent(), and GetNodes().
|
protected |
Definition at line 153 of file SQReco.h.
Referenced by InitFastTracking(), InitGeom(), MultiThreadReco::InitRun(), and InitRun().
|
protected |
Definition at line 118 of file SQReco.h.
Referenced by MakeNodes(), process_event(), SQTrackletReco::process_event(), and ProcessEventPrep().
|
protected |
Definition at line 114 of file SQReco.h.
Referenced by InitEvalTree(), and ResetEvalVars().
|
protected |
Definition at line 140 of file SQReco.h.
Referenced by BuildSRawEvent(), and GetNodes().
|
protected |
Definition at line 151 of file SQReco.h.
Referenced by InitGeom(), and use_geom_io_node().
|
protected |
Definition at line 131 of file SQReco.h.
Referenced by InitField(), InitRun(), and SQReco().