CMS 3D CMS Logo

Public Member Functions | Public Attributes

gen::PhotosInterface::Scaling Struct Reference

List of all members.

Public Member Functions

 Scaling (HepMC::ThreeVector vec, int flg)

Public Attributes

int flag
HepMC::ThreeVector weights

Detailed Description

Definition at line 37 of file PhotosInterface.h.


Constructor & Destructor Documentation

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

Definition at line 40 of file PhotosInterface.h.

References weights.

            : weights(HepMC::ThreeVector(1.,1.,1)), flag(1) { weights=vec; flag=flg; }

Member Data Documentation

Definition at line 39 of file PhotosInterface.h.

Definition at line 38 of file PhotosInterface.h.

Referenced by Scaling().