CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
JPTJetAnalyzer::TrackHistograms Struct Reference

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

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 81 of file JPTJetAnalyzer.h.

Constructor & Destructor Documentation

JPTJetAnalyzer::TrackHistograms::TrackHistograms ( )

Definition at line 693 of file JPTJetAnalyzer.cc.

694  : ptHisto(NULL),
695  phiHisto(NULL),
696  etaHisto(NULL),
697  /* nHitsHisto(NULL),
698  nLayersHisto(NULL), */
700  /* dzHisto(NULL),
701  dxyHisto(NULL), */
704 {}
#define NULL
Definition: scimark2.h:8
MonitorElement * trackImpactPointJetDRHisto
MonitorElement * trackDirectionJetDRHisto
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.

712  : nTracksHisto(theNTracksHisto),
713  ptHisto(thePtHisto),
714  phiHisto(thePhiHisto),
715  etaHisto(theEtaHisto),
716  /* nHitsHisto(theNHitsHisto),
717  nLayersHisto(theNLayersHisto), */
718  ptVsEtaHisto(thePtVsEtaHisto),
719  /* dzHisto(theDzHisto),
720  dxyHisto(theDxyHisto), */
721  trackDirectionJetDRHisto(theTrackDirectionJetDRHisto),
722  trackImpactPointJetDRHisto(theTrackImpactPointJetDRHisto)
723 {}
MonitorElement * trackImpactPointJetDRHisto
MonitorElement * trackDirectionJetDRHisto

Member Data Documentation

MonitorElement* JPTJetAnalyzer::TrackHistograms::etaHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::nTracksHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::phiHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::ptHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::ptVsEtaHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::trackDirectionJetDRHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::trackImpactPointJetDRHisto