Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/MultiThreadReco/src/MultiThreadReco.h>
Public Member Functions | |
MultiThreadReco (const std::string &name="MultiThreadReco") | |
virtual | ~MultiThreadReco () |
void | SetOutputFileName (const std::string name) |
void | SaveRawEvent (const bool save) |
int | Init (PHCompositeNode *topNode) |
int | InitRun (PHCompositeNode *topNode) |
int | process_event (PHCompositeNode *topNode) |
int | End (PHCompositeNode *topNode) |
Called at the end of all processing. More... | |
![]() | |
SQReco (const std::string &name="SQReco") | |
virtual | ~SQReco () |
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... | |
Definition at line 7 of file MultiThreadReco.h.
MultiThreadReco::MultiThreadReco | ( | const std::string & | name = "MultiThreadReco" | ) |
Definition at line 9 of file MultiThreadReco.cc.
|
virtual |
Definition at line 18 of file MultiThreadReco.cc.
|
virtual |
Called at the end of all processing.
Reimplemented from SQReco.
Definition at line 82 of file MultiThreadReco.cc.
References KScheduler::endThreads(), Fun4AllReturnCodes::EVENT_OK, and KScheduler::PushPoison().
|
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 SQReco.
Definition at line 23 of file MultiThreadReco.cc.
References Fun4AllReturnCodes::EVENT_OK.
|
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 SQReco.
Definition at line 28 of file MultiThreadReco.cc.
References SQReco::_enable_KF, SQReco::_fitter_type, SQReco::_gfield, SQReco::_gfitter, SQReco::_kfitter, SQReco::_phfield, SQReco::_t_geo_manager, SQReco::DAF, SQReco::DAFREF, Fun4AllReturnCodes::EVENT_OK, SQReco::GetNodes(), SQGenFit::GFFitter::init(), KScheduler::Init(), SQReco::InitField(), SQReco::InitGeom(), SQReco::KF, SQReco::KFREF, SQReco::LEGACY, KScheduler::runThreads(), KScheduler::SaveRawEvent(), and KalmanFitter::setControlParameter().
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from SQReco.
Definition at line 64 of file MultiThreadReco.cc.
References SQReco::_input_type, SQReco::_rawEvent, SQReco::BuildSRawEvent(), SQReco::E1039, Fun4AllReturnCodes::EVENT_OK, and KScheduler::PushEvent().
|
inline |
Definition at line 17 of file MultiThreadReco.h.
|
inline |
Definition at line 16 of file MultiThreadReco.h.