34 cout <<
"AnaBG::Init(): ERROR No road given. Abort." << endl;
60 if (inte_max == 0)
return;
64 if (h1t->size() == 0 || h1b->size() == 0 ||
65 h2t->size() == 0 || h2b->size() == 0 ||
66 h3t->size() == 0 || h3b->size() == 0 ||
67 h4t->size() == 0 || h4b->size() == 0 )
return;
88 cout <<
"ReAnaBG::Analyze():" << endl;
90 m_ofs <<
"Event Counts:\n"
91 <<
"N of analyzed events:\n"
95 <<
"Expected counts per spill:\n"
106 m_ofs <<
" N of fired roads @ Top: " << road_list_top.
Size() << endl
107 <<
" N of fired roads @ Bot: " << road_list_bot.
Size() << endl
110 m_ofs <<
"Top: First Five\n";
112 m_ofs <<
" Last Five\n";
114 m_ofs <<
"Bot: First Five\n";
116 m_ofs <<
" Last Five\n";
RoadMap * m_road_map_pos_bot
std::vector< int > EleList
RoadMap * m_road_map_neg_bot
RoadMap * m_road_map_neg_top
static constexpr double N_RF_PER_SPILL
N of RFs per spill.
RoadMap * m_road_map_pos_top
void FindAllRoads(const EleList *h1, const EleList *h2, const EleList *h3, const EleList *h4, const int tb, RoadMap *road_map)
virtual void ProcessOneEvent()
ReAnaBG(const std::string label="re_ana_bg")
Class to hold an ordered set (i.e. vector) of roads.
Class to hold a non-ordered set (i.e. map) of roads.
bool ContainEnabled(const RoadMap *map) const
void AddBG(const int road, const double weight, const int count=1)
void PrintList(RoadList *road_list, int i_begin=0, int i_end=0, std::ostream &os=std::cout)