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
ScalableLines Struct Reference

#include <FWPFClusterRPZUtils.h>

Public Member Functions

 ScalableLines (TEveScalableStraightLineSet *ls, float et, float e, const FWViewContext *vc)
 

Public Attributes

float m_energy
 
float m_et
 
TEveScalableStraightLineSet * m_ls
 
const FWViewContextm_vc
 

Detailed Description

Definition at line 26 of file FWPFClusterRPZUtils.h.

Constructor & Destructor Documentation

ScalableLines::ScalableLines ( TEveScalableStraightLineSet *  ls,
float  et,
float  e,
const FWViewContext vc 
)
inline

Definition at line 28 of file FWPFClusterRPZUtils.h.

28  :
29  m_ls(ls), m_et(et), m_energy(e), m_vc(vc){}
def ls
Definition: eostools.py:348
const FWViewContext * m_vc
TEveScalableStraightLineSet * m_ls

Member Data Documentation

float ScalableLines::m_energy

Definition at line 32 of file FWPFClusterRPZUtils.h.

float ScalableLines::m_et

Definition at line 32 of file FWPFClusterRPZUtils.h.

TEveScalableStraightLineSet* ScalableLines::m_ls

Definition at line 31 of file FWPFClusterRPZUtils.h.

const FWViewContext* ScalableLines::m_vc

Definition at line 33 of file FWPFClusterRPZUtils.h.