CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/AnalysisDataFormats/TopObjects/interface/StGenEvent.h

Go to the documentation of this file.
00001 #ifndef TopObjects_StGenEvent_h
00002 #define TopObjects_StGenEvent_h
00003 
00004 #include "AnalysisDataFormats/TopObjects/interface/TopGenEvent.h"
00005 
00017 class StGenEvent: public TopGenEvent {
00018 
00019  public:
00021   StGenEvent();
00023   StGenEvent(reco::GenParticleRefProd&, reco::GenParticleRefProd&);
00025   virtual ~StGenEvent();
00026 
00028   const reco::GenParticle* singleLepton() const;
00030   const reco::GenParticle* singleNeutrino() const;
00032   const reco::GenParticle* singleW() const;
00034   const reco::GenParticle* singleTop() const;
00036   const reco::GenParticle* decayB() const;
00038   const reco::GenParticle* associatedB() const;
00039 };
00040 
00041 #endif