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) | |
Helper class for grouping histograms belowing to a set of tracks.
Definition at line 81 of file JPTJetAnalyzer.h.
JPTJetAnalyzer::TrackHistograms::TrackHistograms | ( | ) |
Definition at line 693 of file JPTJetAnalyzer.cc.
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.
MonitorElement* JPTJetAnalyzer::TrackHistograms::etaHisto |
Definition at line 85 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
MonitorElement* JPTJetAnalyzer::TrackHistograms::nTracksHisto |
Definition at line 82 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
MonitorElement* JPTJetAnalyzer::TrackHistograms::phiHisto |
Definition at line 84 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
MonitorElement* JPTJetAnalyzer::TrackHistograms::ptHisto |
Definition at line 83 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
MonitorElement* JPTJetAnalyzer::TrackHistograms::ptVsEtaHisto |
Definition at line 88 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
MonitorElement* JPTJetAnalyzer::TrackHistograms::trackDirectionJetDRHisto |
Definition at line 91 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().
MonitorElement* JPTJetAnalyzer::TrackHistograms::trackImpactPointJetDRHisto |
Definition at line 92 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::bookTrackHistograms(), and JPTJetAnalyzer::fillTrackHistograms().