CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PhysicsPerformancePayload.cc
Go to the documentation of this file.
2 
3 //#include <iostream>
4 
5 int PhysicsPerformancePayload::nRows() const { return table_.size() / stride_; }
6 
8  Row temp;
9  copy(table_.begin() + (n * stride_), table_.begin() + (n + 1) * stride_, back_inserter(temp));
10  return temp;
11 }
12 
14  : stride_(stride), table_(table) {}
15 
17 
#define TYPELOOKUP_DATA_REG(_dataclass_)
Definition: typelookup.h:102
Table table_