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