CMS 3D CMS Logo

Functions
MaterialBudgetHGCalHistos.cc File Reference
#include "Validation/Geometry/interface/MaterialBudgetHGCalHistos.h"
#include "Validation/Geometry/interface/MaterialBudgetData.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 4 of file MaterialBudgetHGCalHistos.cc.

References b.

Referenced by MaterialBudgetHGCalHistos::fillEndTrack().

4  {
5  return (b<a)?a:b; // or: return comp(b,a)?a:b; for the comp version
6 }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121