#include <Looses.h>
Public Member Functions | |
void | count (const std::string &name, unsigned cut) |
Counting. More... | |
void | summary () |
Printing. More... | |
virtual | ~Looses () |
Virtual destructor (empty) More... | |
Static Public Member Functions | |
static Looses * | instance () |
Constructor is not public (only one instance needed) More... | |
Private Member Functions | |
Looses () | |
Private Attributes | |
std::map< std::string, std::vector< unsigned > > | theLosses |
Static Private Attributes | |
static Looses * | myself = 0 |
|
virtual |
|
private |
void Looses::count | ( | const std::string & | name, |
unsigned | cut | ||
) |
Counting.
Definition at line 19 of file Looses.cc.
References GOODCOLL_filter_cfg::cut, i, mergeVDriftHistosByStation::name, and theLosses.
|
static |
void Looses::summary | ( | ) |
|
staticprivate |
Definition at line 29 of file Looses.h.
Referenced by instance().