00001 #ifndef GlobalVariables_H 00002 #define GlobalVariables_H 00003 00004 00005 const int nbinsPV = 50; 00006 const double PVlow = 0; 00007 const double PVup = 50; 00008 00009 00010 #endif