CMS 3D CMS Logo

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

#include <BenchmarkTree.h>

Public Member Functions

 BenchmarkTreeEntry ()
 
BenchmarkTreeEntryoperator= (const BenchmarkTreeEntry &other)
 

Public Attributes

float deltaEt
 
float deltaEta
 
float et
 
float eta
 

Detailed Description

Definition at line 7 of file BenchmarkTree.h.

Constructor & Destructor Documentation

BenchmarkTreeEntry::BenchmarkTreeEntry ( )
inline

Definition at line 10 of file BenchmarkTree.h.

10  :
11  deltaEt(999),
12  deltaEta(-9),
13  eta(-10),
14  et(-1)
15  {}

Member Function Documentation

BenchmarkTreeEntry& BenchmarkTreeEntry::operator= ( const BenchmarkTreeEntry other)
inline

Definition at line 17 of file BenchmarkTree.h.

References deltaEt, deltaEta, et, and eta.

17  {
18  deltaEt= other.deltaEt;
19  deltaEta= other.deltaEta;
20  eta= other.eta;
21  et= other.et;
22 
23  return *this;
24  }

Member Data Documentation

float BenchmarkTreeEntry::deltaEt

Definition at line 26 of file BenchmarkTree.h.

Referenced by GenericBenchmark::fillHistos(), and operator=().

float BenchmarkTreeEntry::deltaEta

Definition at line 27 of file BenchmarkTree.h.

Referenced by GenericBenchmark::fillHistos(), and operator=().

float BenchmarkTreeEntry::et

Definition at line 29 of file BenchmarkTree.h.

Referenced by GenericBenchmark::fillHistos(), and operator=().

float BenchmarkTreeEntry::eta