Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/GenRoadset/src/AnaBG.h>
Public Member Functions | |
AnaBG (const std::string label="ana_bg") | |
virtual | ~AnaBG () |
virtual void | Init () |
virtual void | End () |
virtual void | ReadEvents (const char *fname) |
virtual void | Analyze () |
void | SetInteCut (const int inte_cut) |
int | GetInteCut () |
void | SetRoads (AnaSignal *ana_signal) |
void | SetRoads (RoadMap *pos_top, RoadMap *pos_bot, RoadMap *neg_top, RoadMap *neg_bot) |
![]() | |
virtual | ~AnaBase () |
virtual void | SetInputTreeName (const std::string name) |
virtual void | SetInputBranchName (const std::string name) |
virtual void | ReadEventsFromFileList (const char *fn_list, const int n_max=0) |
Protected Types | |
typedef std::vector< int > | EleList |
Protected Member Functions | |
virtual void | ProcessOneEvent () |
void | FindAllRoads (const EleList *h1, const EleList *h2, const EleList *h3, const EleList *h4, const int tb, RoadMap *road_map) |
void | DrawInteMax () |
![]() | |
AnaBase (const std::string label) | |
Protected Attributes | |
int | m_n_evt_used |
int | m_n_evt_tb |
int | m_n_evt_fired |
RoadMap * | m_road_map_pos_top |
RoadMap * | m_road_map_pos_bot |
RoadMap * | m_road_map_neg_top |
RoadMap * | m_road_map_neg_bot |
BgData * | m_bg_data |
TFile * | m_file_out |
TH1 * | m_h1_inte_max |
TH1 * | m_h1_inte |
int | m_inte_cut |
![]() | |
std::string | m_label |
std::string | m_tree_name |
std::string | m_branch_name |
std::string | m_dir_out |
std::ofstream | m_ofs |
Static Protected Attributes | |
static constexpr double | N_RF_PER_SPILL = 186e6 |
N of RFs per spill. More... | |
|
protected |
|
virtual |
Regularize BG, namely set its weight to 1 (per spill), so that FoM is always finite.
Reimplemented from AnaBase.
Reimplemented in ReAnaBG.
Definition at line 159 of file AnaBG.cc.
References RoadMap::Begin(), DrawInteMax(), RoadMap::End(), m_n_evt_fired, m_n_evt_tb, m_n_evt_used, AnaBase::m_ofs, m_road_map_neg_bot, m_road_map_neg_top, m_road_map_pos_bot, m_road_map_pos_top, N_RF_PER_SPILL, and RoadMap::ScaleBG().
|
protected |
Definition at line 233 of file AnaBG.cc.
References AnaBase::m_dir_out, m_h1_inte, m_h1_inte_max, m_inte_cut, and AnaBase::m_ofs.
Referenced by Analyze().
|
virtual |
Reimplemented from AnaBase.
Reimplemented in ReAnaBG.
Definition at line 64 of file AnaBG.cc.
References m_file_out.
|
protected |
Definition at line 217 of file AnaBG.cc.
References RoadMap::AddBG(), and UtilTrigger::Hodo2Road().
Referenced by ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
|
inline |
Definition at line 56 of file AnaBG.h.
References m_inte_cut.
|
virtual |
Reimplemented from AnaBase.
Reimplemented in ReAnaBG.
Definition at line 42 of file AnaBG.cc.
References UtilBeam::ListOfRfValues(), AnaBase::m_dir_out, m_file_out, m_h1_inte, m_h1_inte_max, m_inte_cut, AnaBase::m_ofs, and m_road_map_pos_top.
|
protectedvirtual |
Reimplemented from AnaBase.
Reimplemented in ReAnaBG.
Definition at line 96 of file AnaBG.cc.
References RoadMap::AddBG(), RoadMap::Begin(), RoadMap::Contain(), RoadMap::End(), RoadMap::Find(), FindAllRoads(), BgData::h1b, BgData::h1t, BgData::h2b, BgData::h2t, BgData::h3b, BgData::h3t, BgData::h4b, BgData::h4t, BgData::inte_max, BgData::inte_rfp00, m_bg_data, m_h1_inte, m_h1_inte_max, m_inte_cut, m_n_evt_fired, m_n_evt_tb, m_n_evt_used, m_road_map_neg_bot, m_road_map_neg_top, m_road_map_pos_bot, and m_road_map_pos_top.
Referenced by ReadEvents().
|
virtual |
Reimplemented from AnaBase.
Definition at line 71 of file AnaBG.cc.
References m_bg_data, AnaBase::m_branch_name, AnaBase::m_tree_name, and ProcessOneEvent().
|
inline |
Definition at line 55 of file AnaBG.h.
References m_inte_cut.
void AnaBG::SetRoads | ( | AnaSignal * | ana_signal | ) |
Definition at line 197 of file AnaBG.cc.
References RoadListBase::Frozen(), AnaSignal::GetRoadMapNegBot(), AnaSignal::GetRoadMapNegTop(), AnaSignal::GetRoadMapPosBot(), AnaSignal::GetRoadMapPosTop(), m_road_map_neg_bot, m_road_map_neg_top, m_road_map_pos_bot, and m_road_map_pos_top.
Definition at line 209 of file AnaBG.cc.
References m_road_map_neg_bot, m_road_map_neg_top, m_road_map_pos_bot, and m_road_map_pos_top.
|
protected |
Inputs
Definition at line 33 of file AnaBG.h.
Referenced by ProcessOneEvent(), ReAnaBG::ProcessOneEvent(), and ReadEvents().
|
protected |
|
protected |
Definition at line 40 of file AnaBG.h.
Referenced by DrawInteMax(), Init(), and ProcessOneEvent().
|
protected |
Definition at line 39 of file AnaBG.h.
Referenced by DrawInteMax(), Init(), and ProcessOneEvent().
|
protected |
Parameters
Definition at line 45 of file AnaBG.h.
Referenced by DrawInteMax(), GetInteCut(), Init(), ProcessOneEvent(), ReAnaBG::ProcessOneEvent(), and SetInteCut().
|
protected |
Definition at line 23 of file AnaBG.h.
Referenced by Analyze(), ReAnaBG::Analyze(), ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
|
protected |
Definition at line 22 of file AnaBG.h.
Referenced by Analyze(), ReAnaBG::Analyze(), ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
|
protected |
Definition at line 21 of file AnaBG.h.
Referenced by Analyze(), ReAnaBG::Analyze(), ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
|
protected |
Definition at line 28 of file AnaBG.h.
Referenced by Analyze(), ProcessOneEvent(), ReAnaBG::ProcessOneEvent(), and SetRoads().
|
protected |
Definition at line 27 of file AnaBG.h.
Referenced by Analyze(), ProcessOneEvent(), ReAnaBG::ProcessOneEvent(), and SetRoads().
|
protected |
Definition at line 26 of file AnaBG.h.
Referenced by Analyze(), ProcessOneEvent(), ReAnaBG::ProcessOneEvent(), and SetRoads().
|
protected |
Definition at line 25 of file AnaBG.h.
Referenced by Analyze(), Init(), ReAnaBG::Init(), ProcessOneEvent(), ReAnaBG::ProcessOneEvent(), and SetRoads().
|
staticconstexprprotected |
N of RFs per spill.
Expected counts per spill = [N of "fired" events] / [N of all events] * [N of filled RFs] N of filled RFs = 186e6 = 588 * 369000 * 6 / 7
Definition at line 18 of file AnaBG.h.
Referenced by Analyze(), and ReAnaBG::Analyze().