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 | |
MonitorElement * | dxyHisto |
MonitorElement * | dzHisto |
MonitorElement * | etaHisto |
MonitorElement * | nHitsHisto |
MonitorElement * | nLayersHisto |
MonitorElement * | nTracksHisto |
MonitorElement * | phiHisto |
MonitorElement * | ptHisto |
MonitorElement * | ptVsEtaHisto |
MonitorElement * | trackDirectionJetDRHisto |
MonitorElement * | trackImpactPointJetDRHisto |
Helper class for grouping histograms belowing to a set of tracks.
Definition at line 83 of file JPTJetAnalyzer.h.
JPTJetAnalyzer::TrackHistograms::TrackHistograms | ( | ) |
Definition at line 684 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 * | 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) {}
Definition at line 92 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 91 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 87 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 88 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 89 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 84 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 86 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 85 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 90 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 93 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
Definition at line 94 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().