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

Constructor & Destructor Documentation

JPTJetAnalyzer::TrackHistograms::TrackHistograms ( )

Definition at line 670 of file JPTJetAnalyzer.cc.

671  : ptHisto(NULL),
672  phiHisto(NULL),
673  etaHisto(NULL),
674  nHitsHisto(NULL),
677  dzHisto(NULL),
678  dxyHisto(NULL),
681 {}
#define NULL
Definition: scimark2.h:8
MonitorElement * trackImpactPointJetDRHisto
MonitorElement * trackDirectionJetDRHisto
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 683 of file JPTJetAnalyzer.cc.

688  : nTracksHisto(theNTracksHisto),
689  ptHisto(thePtHisto),
690  phiHisto(thePhiHisto),
691  etaHisto(theEtaHisto),
692  nHitsHisto(theNHitsHisto),
693  nLayersHisto(theNLayersHisto),
694  ptVsEtaHisto(thePtVsEtaHisto),
695  dzHisto(theDzHisto),
696  dxyHisto(theDxyHisto),
697  trackDirectionJetDRHisto(theTrackDirectionJetDRHisto),
698  trackImpactPointJetDRHisto(theTrackImpactPointJetDRHisto)
699 {}
MonitorElement * trackImpactPointJetDRHisto
MonitorElement * trackDirectionJetDRHisto

Member Data Documentation

MonitorElement* JPTJetAnalyzer::TrackHistograms::dxyHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::dzHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::etaHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::nHitsHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::nLayersHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::nTracksHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::phiHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::ptHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::ptVsEtaHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::trackDirectionJetDRHisto
MonitorElement* JPTJetAnalyzer::TrackHistograms::trackImpactPointJetDRHisto