|
BmnRoot
|
#include "MpdGetNumEvents.h"#include "TString.h"#include "TSystem.h"#include <algorithm>#include <iostream>#include <sstream>#include <string>Go to the source code of this file.
Functions | |
| bool | ends_with (string const &fullString, string const &ending) |
| int | main (int argc, char **argv) |
| bool ends_with | ( | string const & | fullString, |
| string const & | ending | ||
| ) |
Definition at line 23 of file show_event_count.cxx.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file show_event_count.cxx.
References ends_with(), MpdGetNumEvents::GetNumDCMSMMEvents(), MpdGetNumEvents::GetNumEvents(), MpdGetNumEvents::GetNumPHSDEvents(), MpdGetNumEvents::GetNumQGSMEvents(), MpdGetNumEvents::GetNumROOTEvents(), and MpdGetNumEvents::GetNumURQMDEvents().