CMS 3D CMS Logo

Public Member Functions | Public Attributes

BenchmarkTreeEntry Class Reference

#include <BenchmarkTree.h>

List of all members.

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.

                       : 
    deltaEt(999), 
    deltaEta(-9),
    eta(-10),
    et(-1)
    {}

Member Function Documentation

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

Definition at line 17 of file BenchmarkTree.h.

References deltaEt, deltaEta, et, and eta.

                                                                 {
    deltaEt= other.deltaEt;
    deltaEta= other.deltaEta;
    eta= other.eta;
    et= other.et;

    return *this;
  }

Member Data Documentation

Definition at line 26 of file BenchmarkTree.h.

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

Definition at line 27 of file BenchmarkTree.h.

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

Definition at line 29 of file BenchmarkTree.h.

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

Definition at line 28 of file BenchmarkTree.h.

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