CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
SummaryOutputProducer::Pair Struct Reference

Public Member Functions

 Pair (double _v, double _e)
 
 Pair (int _v, int _e)
 

Public Attributes

double e
 
double v
 

Detailed Description

Definition at line 813 of file hltDiff.cc.

Constructor & Destructor Documentation

SummaryOutputProducer::Pair::Pair ( double  _v,
double  _e 
)
inline

Definition at line 817 of file hltDiff.cc.

817 : v(_v), e(_e){};
SummaryOutputProducer::Pair::Pair ( int  _v,
int  _e 
)
inline

Definition at line 818 of file hltDiff.cc.

818 : v(_v), e(_e){};

Member Data Documentation

double SummaryOutputProducer::Pair::e
double SummaryOutputProducer::Pair::v