CMS 3D CMS Logo

List of all members | Static Public Member Functions
GlobalVariablesTableProducer::Min< ColType, ValType > Class Template Reference

Static Public Member Functions

static ColType convert (ValType x)
 

Detailed Description

template<typename ColType, typename ValType>
class GlobalVariablesTableProducer::Min< ColType, ValType >

Definition at line 110 of file GlobalVariablesTableProducer.cc.

Member Function Documentation

◆ convert()

template<typename ColType , typename ValType >
static ColType GlobalVariablesTableProducer::Min< ColType, ValType >::convert ( ValType  x)
inlinestatic

Definition at line 112 of file GlobalVariablesTableProducer.cc.

References mps_fire::i, SiStripPI::max, findQualityFiles::v, and x.

112  {
114  for (const auto& i : x)
115  if (i < v)
116  v = i;
117  return v;
118  }