CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/L1Trigger/GlobalTriggerAnalyzer/interface/L1PhiConversion.h

Go to the documentation of this file.
00001 #ifndef L1Trigger_GlobalTriggerAnalyzer_L1PhiConversion_h
00002 #define L1Trigger_GlobalTriggerAnalyzer_L1PhiConversion_h
00003 
00018 // system include files
00019 #include <cmath>
00020 
00021 static const double PiConversion = 180. / acos(-1.);
00022 
00024 const double rad2deg(const double&);
00025 
00026 #endif