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 *theNHitsHisto, MonitorElement *theNLayersHisto, MonitorElement *thePtVsEtaHisto, MonitorElement *dzHisto, MonitorElement *dxyHisto, MonitorElement *theTrackDirectionJetDRHisto, MonitorElement *theTrackImpactPointJetDRHisto)

Public Attributes

MonitorElementdxyHisto
MonitorElementdzHisto
MonitorElementetaHisto
MonitorElementnHitsHisto
MonitorElementnLayersHisto
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 ( )
JPTJetAnalyzer::TrackHistograms::TrackHistograms ( MonitorElement theNTracksHisto,
MonitorElement thePtHisto,
MonitorElement thePhiHisto,
MonitorElement theEtaHisto,
MonitorElement theNHitsHisto,
MonitorElement theNLayersHisto,
MonitorElement thePtVsEtaHisto,
MonitorElement dzHisto,
MonitorElement dxyHisto,
MonitorElement theTrackDirectionJetDRHisto,
MonitorElement theTrackImpactPointJetDRHisto 
)

Definition at line 697 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