CMS 3D CMS Logo

MaterialBudgetTrackerHistos.cc File Reference

#include "Validation/Geometry/interface/MaterialBudgetTrackerHistos.h"
#include "Validation/Geometry/interface/MaterialBudgetData.h"

Go to the source code of this file.

Functions

template<class T>
const T & max (const T &a, const T &b)


Function Documentation

template<class T>
const T& max ( const T &  a,
const T &  b 
) [inline]

Definition at line 4 of file MaterialBudgetTrackerHistos.cc.

00004                                                            {
00005   return (b<a)?a:b;     // or: return comp(b,a)?a:b; for the comp version
00006 }


Generated on Tue Jun 9 17:56:02 2009 for CMSSW by  doxygen 1.5.4