Classes | |
struct | EffPlots |
Public Member Functions | |
ArmData () | |
void | UpdateOptics (const LHCInterpolatedOpticalFunctionsSetCollection &ofc) |
void | write () const |
Public Attributes | |
double | de_x_mean |
double | de_x_sigma |
double | de_y_mean |
double | de_y_sigma |
std::map< unsigned int, std::map< unsigned int, EffPlots > > | effPlots |
std::unique_ptr< TH2D > | h2_de_y_vs_de_x |
std::unique_ptr< TH1D > | h_de_x |
std::unique_ptr< TH1D > | h_de_y |
unsigned int | n_events_with_tracks |
unsigned int | n_exp_prot_max |
std::vector< double > | n_sigmas |
unsigned int | rpId_F |
unsigned int | rpId_N |
std::shared_ptr< const TSpline3 > | s_x_to_xi_N |
Definition at line 78 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
|
inline |
Definition at line 141 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
References effPlots, n_exp_prot_max, and n_sigmas.
|
inline |
Definition at line 204 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
References CTPPSDetId::arm(), protons_cff::decRPId, LHCOpticalFunctionsSet::exd, haddnano::of, AlCaHLTBitMon_ParallelJobs::p, CTPPSDetId::rp(), rpId_N, s_x_to_xi_N, and CTPPSDetId::station().
|
inline |
Definition at line 159 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
References visDQMUpload::buf, de_x_mean, de_x_sigma, de_y_mean, de_y_sigma, effPlots, g, h2_de_y_vs_de_x, h_de_x, h_de_y, and n_sigmas.
double CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::de_x_mean |
Definition at line 88 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by write().
double CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::de_x_sigma |
Definition at line 88 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by write().
double CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::de_y_mean |
Definition at line 89 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by write().
double CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::de_y_sigma |
Definition at line 89 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by write().
std::map<unsigned int, std::map<unsigned int, EffPlots> > CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::effPlots |
Definition at line 139 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
std::unique_ptr<TH2D> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::h2_de_y_vs_de_x |
Definition at line 86 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by write().
std::unique_ptr<TH1D> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::h_de_x |
Definition at line 85 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by write().
std::unique_ptr<TH1D> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::h_de_y |
Definition at line 85 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by write().
unsigned int CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::n_events_with_tracks |
Definition at line 83 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
unsigned int CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::n_exp_prot_max |
Definition at line 93 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by ArmData().
std::vector<double> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::n_sigmas |
Definition at line 91 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
unsigned int CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::rpId_F |
Definition at line 79 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
unsigned int CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::rpId_N |
Definition at line 79 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by UpdateOptics().
std::shared_ptr<const TSpline3> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::s_x_to_xi_N |
Definition at line 81 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by UpdateOptics().