CMS 3D CMS Logo

GlobalVariables.h
Go to the documentation of this file.
1 #ifndef GlobalVariables_H
2 #define GlobalVariables_H
3 
4 
5 const int nbinsPV = 50;
6 const double PVlow = 0;
7 const double PVup = 50;
8 
9 
10 #endif
nbinsPV
const int nbinsPV
Definition: GlobalVariables.h:5
PVup
const double PVup
Definition: GlobalVariables.h:7
PVlow
const double PVlow
Definition: GlobalVariables.h:6