CMS 3D CMS Logo

reco::CATopJetProperties Class Reference

#include <AnalysisDataFormats/TopObjects/interface/CATopJetTagInfo.h>

List of all members.

Public Member Functions

 CATopJetProperties ()

Public Attributes

double minMass
int nSubJets
double topMass
double wMass


Detailed Description

Definition at line 22 of file CATopJetTagInfo.h.


Constructor & Destructor Documentation

reco::CATopJetProperties::CATopJetProperties (  )  [inline]

Definition at line 24 of file CATopJetTagInfo.h.

References minMass, nSubJets, topMass, and wMass.

00024                        {
00025     nSubJets = 0;
00026     minMass = 0.;
00027     topMass = 0.;
00028     wMass = 0.;
00029   }


Member Data Documentation

double reco::CATopJetProperties::minMass

Definition at line 31 of file CATopJetTagInfo.h.

Referenced by CATopJetProperties().

int reco::CATopJetProperties::nSubJets

Definition at line 30 of file CATopJetTagInfo.h.

Referenced by CATopJetProperties().

double reco::CATopJetProperties::topMass

Definition at line 32 of file CATopJetTagInfo.h.

Referenced by CATopJetProperties().

double reco::CATopJetProperties::wMass

Definition at line 33 of file CATopJetTagInfo.h.

Referenced by CATopJetProperties().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:51:00 2009 for CMSSW by  doxygen 1.5.4