Class Reference for E1039 Core & Analysis Software
|
PHG4DSTReader save information from DST to an evaluator, which could include hit. particle, vertex, towers and jet (to be activated) More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4eval/PHG4DSTReader.h>
Classes | |
struct | record |
Public Member Functions | |
PHG4DSTReader (const std::string &filename) | |
virtual | ~PHG4DSTReader () |
int | Init (PHCompositeNode *) |
full initialization More... | |
int | process_event (PHCompositeNode *) |
event processing method More... | |
int | End (PHCompositeNode *) |
end of run method More... | |
void | AddNode (const std::string &name) |
void | AddHit (const std::string &name) |
void | set_load_all_particle (bool b) |
void | set_load_active_particle (bool b) |
load all particle that produced a saved hit More... | |
void | set_save_particle (bool b) |
Switch for saving any particles at all. More... | |
void | set_save_vertex (bool b) |
Switch for vertex. More... | |
![]() | |
virtual | ~SubsysReco () |
virtual int | EndRun (const int) |
Called at the end of each run. More... | |
virtual int | InitRun (PHCompositeNode *) |
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 Types | |
typedef std::shared_ptr< TClonesArray > | arr_ptr |
typedef std::vector< record > | records_t |
typedef std::set< int > | PartSet_t |
Protected Member Functions | |
void | add_particle (record &rec, PHG4Particle *part) |
add a particle and associated vertex if _save_vertex More... | |
void | build_tree () |
![]() | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes | |
std::vector< std::string > | _node_postfix |
int | nblocks |
records_t | _records |
int | _event |
std::string | _out_file_name |
TTree * | _T |
bool | _save_particle |
master switch to save particles More... | |
bool | _load_all_particle |
load all particle in truth info module? More... | |
bool | _load_active_particle |
load all particle that produced a saved hit More... | |
PartSet_t | _particle_set |
PartSet_t | _vertex_set |
bool | _save_vertex |
save vertex for particles? More... | |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Additional Inherited Members | |
![]() | |
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 } |
PHG4DSTReader save information from DST to an evaluator, which could include hit. particle, vertex, towers and jet (to be activated)
Definition at line 39 of file PHG4DSTReader.h.
|
protected |
Definition at line 107 of file PHG4DSTReader.h.
|
protected |
Definition at line 149 of file PHG4DSTReader.h.
|
protected |
Definition at line 122 of file PHG4DSTReader.h.
PHG4DSTReader::PHG4DSTReader | ( | const std::string & | filename | ) |
Definition at line 46 of file PHG4DSTReader.cc.
|
virtual |
Definition at line 56 of file PHG4DSTReader.cc.
|
protected |
add a particle and associated vertex if _save_vertex
Definition at line 407 of file PHG4DSTReader.cc.
References PHG4DSTReader::record::_arr, PHG4DSTReader::record::_cnt, _vertex_set, PHG4Particle::get_e(), PHG4Particle::get_name(), PHG4Particle::get_parent_id(), PHG4Particle::get_pid(), PHG4Particle::get_primary_id(), PHG4Particle::get_px(), PHG4Particle::get_py(), PHG4Particle::get_pz(), PHG4Particle::get_track_id(), PHG4Particle::get_vtx_id(), PHG4Particlev2::set_e(), PHG4Particlev1::set_name(), PHG4Particlev2::set_parent_id(), PHG4Particlev1::set_pid(), PHG4Particlev2::set_primary_id(), PHG4Particlev1::set_px(), PHG4Particlev1::set_py(), PHG4Particlev1::set_pz(), PHG4Particlev2::set_track_id(), and PHG4Particlev2::set_vtx_id().
Referenced by process_event().
|
inline |
Definition at line 65 of file PHG4DSTReader.h.
References _node_postfix.
|
inline |
Definition at line 59 of file PHG4DSTReader.h.
References _node_postfix.
|
protected |
Definition at line 149 of file PHG4DSTReader.cc.
References PHG4DSTReader::record::_arr_ptr, PHG4DSTReader::record::_cnt, PHG4DSTReader::record::_name, _out_file_name, _records, _T, PHTFileServer::get(), nblocks, and PHTFileServer::open().
Referenced by Init().
|
virtual |
end of run method
Reimplemented from SubsysReco.
Definition at line 443 of file PHG4DSTReader.cc.
References _out_file_name, _records, _T, PHTFileServer::cd(), and PHTFileServer::get().
|
virtual |
full initialization
Reimplemented from SubsysReco.
Definition at line 69 of file PHG4DSTReader.cc.
References PHG4DSTReader::record::_arr, PHG4DSTReader::record::_arr_ptr, PHG4DSTReader::record::_cnt, PHG4DSTReader::record::_name, _node_postfix, _records, _save_particle, _save_vertex, PHG4DSTReader::record::_type, build_tree(), nblocks, PHG4DSTReader::record::typ_hit, PHG4DSTReader::record::typ_part, and PHG4DSTReader::record::typ_vertex.
|
virtual |
event processing method
Reimplemented from SubsysReco.
Definition at line 182 of file PHG4DSTReader.cc.
References PHG4DSTReader::record::_arr, PHG4DSTReader::record::_arr_ptr, PHG4DSTReader::record::_cnt, _event, _load_active_particle, _load_all_particle, PHG4DSTReader::record::_name, _particle_set, _records, _T, PHG4DSTReader::record::_type, _vertex_set, add_particle(), Fun4AllReturnCodes::DISCARDEVENT, PHG4Hit::get_hit_id(), PHG4VtxPoint::get_id(), PHG4VtxPoint::get_t(), PHG4Hit::get_trkid(), PHG4VtxPoint::get_x(), PHG4VtxPoint::get_y(), PHG4VtxPoint::get_z(), findNode::getClass(), PHG4HitContainer::getHits(), PHG4TruthInfoContainer::GetMap(), PHG4TruthInfoContainer::GetPrimaryParticleRange(), PHG4TruthInfoContainer::GetVtx(), PHG4VtxPointv1::set_id(), PHG4VtxPointv1::set_t(), PHG4VtxPointv1::set_x(), PHG4VtxPointv1::set_y(), PHG4VtxPointv1::set_z(), PHG4HitContainer::size(), PHG4DSTReader::record::typ_hit, PHG4DSTReader::record::typ_part, PHG4DSTReader::record::typ_vertex, and Fun4AllBase::Verbosity().
|
inline |
load all particle that produced a saved hit
Definition at line 80 of file PHG4DSTReader.h.
References _load_active_particle.
|
inline |
load all particle in truth info module? size could be very large, e.g. showers
Definition at line 73 of file PHG4DSTReader.h.
References _load_all_particle.
|
inline |
Switch for saving any particles at all.
Definition at line 87 of file PHG4DSTReader.h.
References _save_particle.
|
inline |
|
protected |
Definition at line 133 of file PHG4DSTReader.h.
Referenced by process_event().
|
protected |
load all particle that produced a saved hit
Definition at line 147 of file PHG4DSTReader.h.
Referenced by process_event(), and set_load_active_particle().
|
protected |
load all particle in truth info module?
Definition at line 144 of file PHG4DSTReader.h.
Referenced by process_event(), and set_load_all_particle().
|
protected |
Definition at line 101 of file PHG4DSTReader.h.
|
protected |
Definition at line 135 of file PHG4DSTReader.h.
Referenced by build_tree(), and End().
|
protected |
Definition at line 150 of file PHG4DSTReader.h.
Referenced by process_event().
|
protected |
Definition at line 123 of file PHG4DSTReader.h.
Referenced by build_tree(), End(), Init(), process_event(), and ~PHG4DSTReader().
|
protected |
master switch to save particles
Definition at line 141 of file PHG4DSTReader.h.
Referenced by Init(), and set_save_particle().
|
protected |
save vertex for particles?
Definition at line 154 of file PHG4DSTReader.h.
Referenced by Init(), and set_save_vertex().
|
protected |
Definition at line 138 of file PHG4DSTReader.h.
Referenced by build_tree(), End(), process_event(), and ~PHG4DSTReader().
|
protected |
Definition at line 151 of file PHG4DSTReader.h.
Referenced by add_particle(), and process_event().
|
protected |
Definition at line 103 of file PHG4DSTReader.h.
Referenced by build_tree(), and Init().