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 | |
MonitorElement * | etaHisto |
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 693 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 * | thePtVsEtaHisto, | ||
MonitorElement * | theTrackDirectionJetDRHisto, | ||
MonitorElement * | theTrackImpactPointJetDRHisto | ||
) |
Definition at line 706 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 87 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().