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 | Private Member Functions | Friends
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, const std::vector< float > &table)
 
int stride ()
 
virtual ~PhysicsPerformancePayload ()
 

Protected Attributes

int stride_
 
std::vector< float > table_
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 13 of file PhysicsPerformancePayload.h.

Member Typedef Documentation

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

Definition at line 20 of file PhysicsPerformancePayload.h.

Constructor & Destructor Documentation

PhysicsPerformancePayload::PhysicsPerformancePayload ( )
inline

Definition at line 16 of file PhysicsPerformancePayload.h.

16 {}
PhysicsPerformancePayload::PhysicsPerformancePayload ( int  stride,
const std::vector< float > &  table 
)

Definition at line 15 of file PhysicsPerformancePayload.cc.

virtual PhysicsPerformancePayload::~PhysicsPerformancePayload ( )
inlinevirtual

Definition at line 28 of file PhysicsPerformancePayload.h.

28 {}

Member Function Documentation

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

Definition at line 25 of file PhysicsPerformancePayload.h.

References table_.

25 {return table_;}
template<class Archive >
void PhysicsPerformancePayload::serialize ( Archive &  ar,
const unsigned int  version 
)
private
int PhysicsPerformancePayload::stride ( )
inline

Definition at line 18 of file PhysicsPerformancePayload.h.

References stride_.

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 35 of file PhysicsPerformancePayload.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 35 of file PhysicsPerformancePayload.h.

Member Data Documentation

int PhysicsPerformancePayload::stride_
protected

Definition at line 32 of file PhysicsPerformancePayload.h.

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

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

Definition at line 33 of file PhysicsPerformancePayload.h.

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