CMS 3D CMS Logo

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 847 of file hltDiff.cc.

Constructor & Destructor Documentation

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

Definition at line 851 of file hltDiff.cc.

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

Definition at line 852 of file hltDiff.cc.

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

Member Data Documentation

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