Public Member Functions | |
void | fillOneTrack (double x, double y, double time) |
void | init (bool pixel, double pitch) |
RPPlots () | |
void | write () const |
Public Attributes | |
std::unique_ptr< TH2D > | h2_de_x_vs_x |
std::unique_ptr< TH2D > | h2_de_x_vs_y |
std::unique_ptr< TH2D > | h2_de_y_vs_x |
std::unique_ptr< TH2D > | h2_de_y_vs_y |
std::unique_ptr< TH2D > | h2_y_vs_x |
std::unique_ptr< TH1D > | h_time |
std::unique_ptr< TH1D > | h_x |
std::unique_ptr< TH1D > | h_y |
bool | initialized |
std::unique_ptr< TProfile > | p_y_vs_x |
Definition at line 53 of file CTPPSTrackDistributionPlotter.cc.
|
inline |
Definition at line 67 of file CTPPSTrackDistributionPlotter.cc.
|
inline |
Definition at line 96 of file CTPPSTrackDistributionPlotter.cc.
References h2_y_vs_x, h_time, h_x, h_y, p_y_vs_x, hcalRecHitTable_cff::time, x, and y.
|
inline |
Definition at line 69 of file CTPPSTrackDistributionPlotter.cc.
References reco::ceil(), funct::cos(), h2_de_x_vs_x, h2_de_x_vs_y, h2_de_y_vs_x, h2_de_y_vs_y, h2_y_vs_x, h_time, h_x, h_y, initialized, M_PI, p_y_vs_x, and muonClassificationByHits_cfi::pixel.
|
inline |
Definition at line 104 of file CTPPSTrackDistributionPlotter.cc.
References h2_de_x_vs_x, h2_de_x_vs_y, h2_de_y_vs_x, h2_de_y_vs_y, h2_y_vs_x, h_time, h_x, h_y, and p_y_vs_x.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::RPPlots::h2_de_x_vs_x |
Definition at line 62 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::RPPlots::h2_de_x_vs_y |
Definition at line 63 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::RPPlots::h2_de_y_vs_x |
Definition at line 64 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::RPPlots::h2_de_y_vs_y |
Definition at line 65 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::RPPlots::h2_y_vs_x |
Definition at line 56 of file CTPPSTrackDistributionPlotter.cc.
Referenced by fillOneTrack(), init(), and write().
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::RPPlots::h_time |
Definition at line 60 of file CTPPSTrackDistributionPlotter.cc.
Referenced by fillOneTrack(), init(), and write().
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::RPPlots::h_x |
Definition at line 58 of file CTPPSTrackDistributionPlotter.cc.
Referenced by fillOneTrack(), init(), and write().
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::RPPlots::h_y |
Definition at line 59 of file CTPPSTrackDistributionPlotter.cc.
Referenced by fillOneTrack(), init(), and write().
bool CTPPSTrackDistributionPlotter::RPPlots::initialized |
Definition at line 54 of file CTPPSTrackDistributionPlotter.cc.
Referenced by init().
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::RPPlots::p_y_vs_x |
Definition at line 57 of file CTPPSTrackDistributionPlotter.cc.
Referenced by fillOneTrack(), init(), and write().