Utility functions. More...
#include <Utils.h>
Static Public Member Functions | |
static std::string | date () |
returns the date More... | |
static double | mpi_pi (double angle) |
returns angle between mpi and pi More... | |
static std::vector< std::string > | myGlob (const char *pattern) |
get all files matching pattern More... | |
static bool | stringMatch (const char *string, const char *pattern) |
match a string to a regexp More... | |
|
static |
returns the date
Definition at line 41 of file Utils.cc.
References indexGen::date, recoMuon::in, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
|
static |
get all files matching pattern
Definition at line 25 of file Utils.cc.
References mps_fire::i, and mps_update::results.
|
static |