Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/GenRoadset/src/DrawRoadset.h>
Public Member Functions | |
DrawRoadset (const std::string rs_id) | |
virtual | ~DrawRoadset () |
void | SetMaxCount (const double cnt_max) |
RoadMap * | GetRoadMapPosTop () |
RoadMap * | GetRoadMapPosBot () |
RoadMap * | GetRoadMapNegTop () |
RoadMap * | GetRoadMapNegBot () |
void | Draw () |
![]() | |
virtual | ~AnaBase () |
virtual void | SetInputTreeName (const std::string name) |
virtual void | SetInputBranchName (const std::string name) |
virtual void | Init () |
virtual void | Analyze () |
virtual void | End () |
virtual void | ReadEventsFromFileList (const char *fn_list, const int n_max=0) |
virtual void | ReadEvents (const char *fname) |
Protected Types | |
typedef std::pair< int, int > | PlaneConn_t |
typedef std::map< PlaneConn_t, int > | PlaneConnCount_t |
Protected Member Functions | |
void | DrawOneSet (RoadMap *map) |
void | DrawConnection (const PlaneConnCount_t *list_cnt, const int plane, const int count_max) |
void | DrawElement (const int st, const int n_ele, const double y_label) |
void | DrawElementV1 (const int st, const int ele1, const int ele2) |
![]() | |
AnaBase (const std::string label) | |
virtual void | ProcessOneEvent () |
Protected Attributes | |
std::string | m_rs_id |
double | m_cnt_max |
RoadMap | m_road_map_pos_top |
RoadMap | m_road_map_pos_bot |
RoadMap | m_road_map_neg_top |
RoadMap | m_road_map_neg_bot |
![]() | |
std::string | m_label |
std::string | m_tree_name |
std::string | m_branch_name |
std::string | m_dir_out |
std::ofstream | m_ofs |
Definition at line 7 of file DrawRoadset.h.
|
protected |
Definition at line 9 of file DrawRoadset.h.
|
protected |
Definition at line 10 of file DrawRoadset.h.
DrawRoadset::DrawRoadset | ( | const std::string | rs_id | ) |
Definition at line 17 of file DrawRoadset.cc.
References m_road_map_neg_bot, m_road_map_neg_top, m_road_map_pos_bot, m_road_map_pos_top, and RoadListBase::SetPNTB().
|
virtual |
Definition at line 28 of file DrawRoadset.cc.
void DrawRoadset::Draw | ( | ) |
Definition at line 33 of file DrawRoadset.cc.
References DrawOneSet(), m_road_map_neg_bot, m_road_map_neg_top, m_road_map_pos_bot, and m_road_map_pos_top.
|
protected |
Definition at line 109 of file DrawRoadset.cc.
Referenced by DrawOneSet().
|
protected |
Definition at line 127 of file DrawRoadset.cc.
Referenced by DrawOneSet().
|
protected |
Definition at line 149 of file DrawRoadset.cc.
|
protected |
Definition at line 41 of file DrawRoadset.cc.
References RoadMap::Begin(), DrawConnection(), DrawElement(), RoadMap::End(), RoadListBase::GetPosNegStr(), RoadListBase::GetTopBotStr(), m_cnt_max, AnaBase::m_dir_out, m_rs_id, and UtilTrigger::Road2Hodo().
Referenced by Draw().
|
inline |
Definition at line 28 of file DrawRoadset.h.
References m_road_map_neg_bot.
|
inline |
Definition at line 27 of file DrawRoadset.h.
References m_road_map_neg_top.
|
inline |
Definition at line 26 of file DrawRoadset.h.
References m_road_map_pos_bot.
|
inline |
Definition at line 25 of file DrawRoadset.h.
References m_road_map_pos_top.
|
inline |
Definition at line 23 of file DrawRoadset.h.
References m_cnt_max.
|
protected |
Definition at line 13 of file DrawRoadset.h.
Referenced by DrawOneSet(), and SetMaxCount().
|
protected |
Definition at line 17 of file DrawRoadset.h.
Referenced by Draw(), DrawRoadset(), and GetRoadMapNegBot().
|
protected |
Definition at line 16 of file DrawRoadset.h.
Referenced by Draw(), DrawRoadset(), and GetRoadMapNegTop().
|
protected |
Definition at line 15 of file DrawRoadset.h.
Referenced by Draw(), DrawRoadset(), and GetRoadMapPosBot().
|
protected |
Definition at line 14 of file DrawRoadset.h.
Referenced by Draw(), DrawRoadset(), and GetRoadMapPosTop().
|
protected |
Definition at line 12 of file DrawRoadset.h.
Referenced by DrawOneSet().