CMS 3D CMS Logo

Public Types | Public Member Functions

vEnergy Class Reference

#include <Variables.h>

List of all members.

Public Types

typedef reco::Candidate ValType

Public Member Functions

double operator() (const ValType &x) const
 vEnergy ()

Detailed Description

Definition at line 9 of file Variables.h.


Member Typedef Documentation

Definition at line 11 of file Variables.h.


Constructor & Destructor Documentation

vEnergy::vEnergy ( ) [inline]

Definition at line 12 of file Variables.h.

{}

Member Function Documentation

double vEnergy::operator() ( const ValType x) const [inline]

Definition at line 13 of file Variables.h.

References reco::Candidate::energy().

{ return x.energy(); }