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

Constructor & Destructor Documentation

◆ Pair() [1/2]

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

Definition at line 817 of file hltDiff.cc.

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

◆ Pair() [2/2]

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

Definition at line 818 of file hltDiff.cc.

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

Member Data Documentation

◆ e

double SummaryOutputProducer::Pair::e

Definition at line 815 of file hltDiff.cc.

◆ v

double SummaryOutputProducer::Pair::v