CMS 3D CMS Logo

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::ScalableLines ( TEveScalableStraightLineSet *  ls,
float  et,
float  e,
const FWViewContext vc 
)
inline

Definition at line 27 of file FWPFClusterRPZUtils.h.

28  : m_ls(ls), m_et(et), m_energy(e), m_vc(vc) {}
def ls(path, rec=False)
Definition: eostools.py:349
const FWViewContext * m_vc
TEveScalableStraightLineSet * m_ls

Member Data Documentation

◆ m_energy

float ScalableLines::m_energy

Definition at line 31 of file FWPFClusterRPZUtils.h.

◆ m_et

float ScalableLines::m_et

Definition at line 31 of file FWPFClusterRPZUtils.h.

◆ m_ls

TEveScalableStraightLineSet* ScalableLines::m_ls

Definition at line 30 of file FWPFClusterRPZUtils.h.

◆ m_vc

const FWViewContext* ScalableLines::m_vc

Definition at line 32 of file FWPFClusterRPZUtils.h.