CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PhysicsPerformancePayload.cc
Go to the documentation of this file.
2 
3 //#include <iostream>
4 
6  return table_.size()/stride_;
7 }
8 
10  Row temp;
11  copy (table_.begin()+(n*stride_) ,table_.begin()+(n+1)*stride_, back_inserter(temp));
12  return temp;
13 }
14 
15 PhysicsPerformancePayload::PhysicsPerformancePayload(int stride, std::vector<float> table) : stride_(stride),
16  table_(table)
17 {}
18 
19 
21 
list table
Definition: asciidump.py:386
#define TYPELOOKUP_DATA_REG(_dataclass_)
Definition: typelookup.h:97
Table table_
Definition: Actions.cc:22