CMS 3D CMS Logo

L1GlobalTriggerFunctions.cc

Go to the documentation of this file.
00001 
00002 
00003 int factorial(int n) {
00004     return (n <= 0) ? 1:(n*factorial(n-1));
00005 }
00006 

Generated on Tue Jun 9 17:40:13 2009 for CMSSW by  doxygen 1.5.4