21 std::vector<unsigned> myCounts;
22 for (
unsigned i = 0;
i < 20; ++
i)
23 myCounts.push_back(0);
32 std::map<std::string, std::vector<unsigned> >::const_iterator lossItr;
33 std::cout <<
"***** From LOOSES ***** : Cuts effects" << std::endl << std::endl;
36 std::cout << lossItr->first <<
":" << std::endl;
37 for (
unsigned i = 0;
i < 4; ++
i) {
38 for (
unsigned j = 0;
j < 5; ++
j) {
39 std::cout << std::setw(8) << lossItr->second[5 *
i +
j] <<
" ";
static Looses * instance()
Constructor is not public (only one instance needed)
std::map< std::string, std::vector< unsigned > > theLosses
void count(const std::string &name, unsigned cut)
Counting.
virtual ~Looses()
Virtual destructor (empty)