CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
gen::PhotosInterface::Scaling Struct Reference

Public Member Functions

 Scaling (HepMC::ThreeVector vec, int flg)
 

Public Attributes

int flag
 
HepMC::ThreeVector weights
 

Detailed Description

Definition at line 38 of file PhotosInterface.h.

Constructor & Destructor Documentation

gen::PhotosInterface::Scaling::Scaling ( HepMC::ThreeVector  vec,
int  flg 
)
inline

Definition at line 41 of file PhotosInterface.h.

References weights.

42  : weights(HepMC::ThreeVector(1.,1.,1)), flag(1) { weights=vec; flag=flg; }
long int flag
Definition: mlp_lapack.h:47

Member Data Documentation

int gen::PhotosInterface::Scaling::flag

Definition at line 40 of file PhotosInterface.h.

HepMC::ThreeVector gen::PhotosInterface::Scaling::weights

Definition at line 39 of file PhotosInterface.h.

Referenced by Scaling().