Go to the documentation of this file.00001 #ifndef RecoParticleFlow_PFProducer_Utils_h
00002 #define RecoParticleFlow_PFProducer_Utils_h
00003
00004 #include <string>
00005 #include <vector>
00006 #include <glob.h>
00007
00008
00013
00014
00015
00016 class Utils {
00017
00018 public:
00019
00021 static bool stringMatch(const char* string, const char* pattern);
00022
00024 static std::vector<std::string> myGlob(const char* pattern);
00025
00027 static std::string date();
00028
00030 static double mpi_pi(double angle);
00031 };
00032
00033 #endif
00034
00035