CMS 3D CMS Logo

Classes | Namespaces | Enumerations | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Lep.h File Reference

Represent a lepton in an instance of Lepjets_Event class. More...

#include "TopQuarkAnalysis/TopHitFit/interface/fourvec.h"
#include "TopQuarkAnalysis/TopHitFit/interface/Vector_Resolution.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  hitfit::Lepjets_Event_Lep
 Represent a lepton in an instance of Lepjets_Event class. This class hold the following information:

  • Four-momentum.
  • The type code (electron, muon, or generic lepton).
  • The resolution in Vector_Resolution type.
More...

Namespaces

namespace  hitfit

Enumerations

enum  hitfit::Lepton_Labels { hitfit::lepton_label = 1, hitfit::electron_label = 2, hitfit::muon_label = 3 }

Functions

std::ostream & hitfit::operator<< (std::ostream &s, const Lepjets_Event_Lep &l)
 Output stream operator, print the content of this Lepjets_Event_Lep to an output stream.

Detailed Description

Represent a lepton in an instance of Lepjets_Event class.

Author:
Scott Stuart Snyder <snyder@bnl.gov>
Creation date:
July 2000.
Modification History:
Apr 2009: Haryo Sumowidagdo <Suharyo.Sumowidagdo@cern.ch>: Imported to CMSSW.
Nov 2009: Haryo Sumowidagdo <Suharyo.Sumowidagdo@cern.ch>: Added doxygen tags for automatic generation of documentation.
Terms of Usage:
With consent for the original author (Scott Snyder).

Definition in file Lepjets_Event_Lep.h.