CMS 3D CMS Logo

Public Member Functions | Public Attributes

JPTJetAnalyzer::TrackHistograms Struct Reference

Helper class for grouping histograms belowing to a set of tracks. More...

List of all members.

Public Member Functions

 TrackHistograms ()
 TrackHistograms (MonitorElement *theNTracksHisto, MonitorElement *thePtHisto, MonitorElement *thePhiHisto, MonitorElement *theEtaHisto, MonitorElement *thePtVsEtaHisto, MonitorElement *theTrackDirectionJetDRHisto, MonitorElement *theTrackImpactPointJetDRHisto)

Public Attributes

MonitorElementetaHisto
MonitorElementnTracksHisto
MonitorElementphiHisto
MonitorElementptHisto
MonitorElementptVsEtaHisto
MonitorElementtrackDirectionJetDRHisto
MonitorElementtrackImpactPointJetDRHisto

Detailed Description

Helper class for grouping histograms belowing to a set of tracks.

Definition at line 83 of file JPTJetAnalyzer.h.


Constructor & Destructor Documentation

JPTJetAnalyzer::TrackHistograms::TrackHistograms ( )

Definition at line 693 of file JPTJetAnalyzer.cc.

  : ptHisto(NULL),
    phiHisto(NULL),
    etaHisto(NULL),
    /*    nHitsHisto(NULL),
          nLayersHisto(NULL), */
    ptVsEtaHisto(NULL),
    /*    dzHisto(NULL),
    dxyHisto(NULL),  */
    trackDirectionJetDRHisto(NULL),
    trackImpactPointJetDRHisto(NULL)
{}
JPTJetAnalyzer::TrackHistograms::TrackHistograms ( MonitorElement theNTracksHisto,
MonitorElement thePtHisto,
MonitorElement thePhiHisto,
MonitorElement theEtaHisto,
MonitorElement thePtVsEtaHisto,
MonitorElement theTrackDirectionJetDRHisto,
MonitorElement theTrackImpactPointJetDRHisto 
)

Definition at line 706 of file JPTJetAnalyzer.cc.

  : nTracksHisto(theNTracksHisto),
    ptHisto(thePtHisto),
    phiHisto(thePhiHisto),
    etaHisto(theEtaHisto),
    /*    nHitsHisto(theNHitsHisto),
          nLayersHisto(theNLayersHisto),  */
    ptVsEtaHisto(thePtVsEtaHisto),
    /*    dzHisto(theDzHisto),
    dxyHisto(theDxyHisto),  */
    trackDirectionJetDRHisto(theTrackDirectionJetDRHisto),
    trackImpactPointJetDRHisto(theTrackImpactPointJetDRHisto)
{}

Member Data Documentation