|
void | fill_dxdz (char charge, double abscissa, double slopex, double chi2, int dof) |
|
void | fill_dydz (char charge, double abscissa, double slopey, double chi2, int dof) |
|
void | fill_x (char charge, double abscissa, double residx, double chi2, int dof) |
|
void | fill_x_1d (double residx, double chi2, int dof) |
|
void | fill_y (char charge, double abscissa, double residy, double chi2, int dof) |
|
| MuonSystemMapPlot1D (std::string name, AlignmentMonitorMuonSystemMap1D *module, int bins, double low, double high, bool xy, bool add_1d) |
|
AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::MuonSystemMapPlot1D |
( |
std::string |
name, |
|
|
AlignmentMonitorMuonSystemMap1D * |
module, |
|
|
int |
bins, |
|
|
double |
low, |
|
|
double |
high, |
|
|
bool |
xy, |
|
|
bool |
add_1d |
|
) |
| |
void AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::fill_dxdz |
( |
char |
charge, |
|
|
double |
abscissa, |
|
|
double |
slopex, |
|
|
double |
chi2, |
|
|
int |
dof |
|
) |
| |
void AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::fill_dydz |
( |
char |
charge, |
|
|
double |
abscissa, |
|
|
double |
slopey, |
|
|
double |
chi2, |
|
|
int |
dof |
|
) |
| |
void AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::fill_x |
( |
char |
charge, |
|
|
double |
abscissa, |
|
|
double |
residx, |
|
|
double |
chi2, |
|
|
int |
dof |
|
) |
| |
void AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::fill_x_1d |
( |
double |
residx, |
|
|
double |
chi2, |
|
|
int |
dof |
|
) |
| |
void AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::fill_y |
( |
char |
charge, |
|
|
double |
abscissa, |
|
|
double |
residy, |
|
|
double |
chi2, |
|
|
int |
dof |
|
) |
| |
bool AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_1d |
|
private |
int AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_bins |
|
private |
TH2F * AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_dxdz_2d |
|
private |
TH2F * AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_dydz_2d |
|
private |
std::string AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_name |
|
private |
TH1F* AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_x_1d |
|
private |
TH2F* AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_x_2d |
|
private |
bool AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_xy |
|
private |
TH2F * AlignmentMonitorMuonSystemMap1D::MuonSystemMapPlot1D::m_y_2d |
|
private |