CMS 3D CMS Logo

Public Member Functions | Public Attributes

gen::WeightsInfo Struct Reference

#include <WeightsInfo.h>

List of all members.

Public Member Functions

 WeightsInfo ()
 WeightsInfo (const std::string &s, const double w)
 WeightsInfo (const WeightsInfo &o)

Public Attributes

std::string id
double wgt

Detailed Description

Definition at line 10 of file WeightsInfo.h.


Constructor & Destructor Documentation

gen::WeightsInfo::WeightsInfo ( ) [inline]

Definition at line 11 of file WeightsInfo.h.

: id(""), wgt(0.) {}
gen::WeightsInfo::WeightsInfo ( const WeightsInfo o) [inline]

Definition at line 12 of file WeightsInfo.h.

                                                 :
                  id(o.id), wgt(o.wgt) {}
gen::WeightsInfo::WeightsInfo ( const std::string &  s,
const double  w 
) [inline]

Definition at line 14 of file WeightsInfo.h.

                                                               : 
                  id(s),wgt(w) {}

Member Data Documentation

std::string gen::WeightsInfo::id

Definition at line 16 of file WeightsInfo.h.

Definition at line 17 of file WeightsInfo.h.