CMS 3D CMS Logo

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

Static Public Member Functions

static ColType convert (ValType x)
 

Detailed Description

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

Definition at line 89 of file GlobalVariablesTableProducer.cc.

Member Function Documentation

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

Definition at line 91 of file GlobalVariablesTableProducer.cc.

References mps_fire::i, and findQualityFiles::v.

91  {
92  ColType v=0;
93  for(const auto & i : x) v+=i.pt();
94  return v;
95  }