CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
gen::WeightsInfo Struct Reference

#include <WeightsInfo.h>

Public Member Functions

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

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.

11 : id(""), wgt(0.) {}
std::string id
Definition: WeightsInfo.h:16
gen::WeightsInfo::WeightsInfo ( const WeightsInfo o)
inline

Definition at line 12 of file WeightsInfo.h.

12  :
13  id(o.id), wgt(o.wgt) {}
std::string id
Definition: WeightsInfo.h:16
gen::WeightsInfo::WeightsInfo ( const std::string &  s,
const double  w 
)
inline

Definition at line 14 of file WeightsInfo.h.

14  :
15  id(s),wgt(w) {}
const double w
Definition: UKUtility.cc:23
std::string id
Definition: WeightsInfo.h:16

Member Data Documentation

std::string gen::WeightsInfo::id

Definition at line 16 of file WeightsInfo.h.

double gen::WeightsInfo::wgt

Definition at line 17 of file WeightsInfo.h.