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

Constructor & Destructor Documentation

◆ Pair() [1/2]

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

Definition at line 804 of file hltDiff.cc.

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

◆ Pair() [2/2]

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

Definition at line 805 of file hltDiff.cc.

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

Member Data Documentation

◆ e

double SummaryOutputProducer::Pair::e

Definition at line 802 of file hltDiff.cc.

◆ v

double SummaryOutputProducer::Pair::v
SummaryOutputProducer::Pair::v
double v
Definition: hltDiff.cc:801
SummaryOutputProducer::Pair::e
double e
Definition: hltDiff.cc:802