CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Protected Attributes
PhysicsPerformancePayload Class Reference

#include <PhysicsPerformancePayload.h>

Public Types

typedef std::vector< float > Row
 

Public Member Functions

Row getRow (int n) const
 
int nRows () const
 
std::vector< float > payload () const
 
 PhysicsPerformancePayload ()
 
 PhysicsPerformancePayload (int stride, std::vector< float > table)
 
int stride ()
 
virtual ~PhysicsPerformancePayload ()
 

Protected Attributes

int stride_
 
std::vector< float > table_
 

Detailed Description

Definition at line 11 of file PhysicsPerformancePayload.h.

Member Typedef Documentation

typedef std::vector<float> PhysicsPerformancePayload::Row

Definition at line 18 of file PhysicsPerformancePayload.h.

Constructor & Destructor Documentation

PhysicsPerformancePayload::PhysicsPerformancePayload ( )
inline

Definition at line 14 of file PhysicsPerformancePayload.h.

14 {}
PhysicsPerformancePayload::PhysicsPerformancePayload ( int  stride,
std::vector< float >  table 
)
virtual PhysicsPerformancePayload::~PhysicsPerformancePayload ( )
inlinevirtual

Definition at line 26 of file PhysicsPerformancePayload.h.

26 {}

Member Function Documentation

PhysicsPerformancePayload::Row PhysicsPerformancePayload::getRow ( int  n) const
int PhysicsPerformancePayload::nRows ( ) const
std::vector<float> PhysicsPerformancePayload::payload ( ) const
inline

Definition at line 23 of file PhysicsPerformancePayload.h.

References table_.

23 {return table_;}
int PhysicsPerformancePayload::stride ( )
inline

Definition at line 16 of file PhysicsPerformancePayload.h.

References stride_.

Member Data Documentation

int PhysicsPerformancePayload::stride_
protected

Definition at line 30 of file PhysicsPerformancePayload.h.

Referenced by getRow(), nRows(), and stride().

std::vector<float> PhysicsPerformancePayload::table_
protected

Definition at line 31 of file PhysicsPerformancePayload.h.

Referenced by getRow(), nRows(), and payload().