CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CTPPSProtonReconstructionEfficiencyEstimator::PlotGroup Struct Reference

Public Member Functions

 PlotGroup ()
 
void write () const
 

Public Attributes

std::unique_ptr< TH1D > h_n_part_acc_fr
 
std::unique_ptr< TH1D > h_n_part_acc_nr
 
std::unique_ptr< TProfile > p_eff_vs_xi
 

Detailed Description

Definition at line 65 of file CTPPSProtonReconstructionEfficiencyEstimator.cc.

Constructor & Destructor Documentation

CTPPSProtonReconstructionEfficiencyEstimator::PlotGroup::PlotGroup ( )
inline

Definition at line 70 of file CTPPSProtonReconstructionEfficiencyEstimator.cc.

71  : p_eff_vs_xi(new TProfile("", ";#xi_{simu};efficiency", 19, 0.015, 0.205)),
72  h_n_part_acc_nr(new TH1D("", ";n particles in acceptance", 6, -0.5, +5.5)),
73  h_n_part_acc_fr(new TH1D("", ";n particles in acceptance", 6, -0.5, +5.5)) {}

Member Function Documentation

void CTPPSProtonReconstructionEfficiencyEstimator::PlotGroup::write ( ) const
inline

Member Data Documentation

std::unique_ptr<TH1D> CTPPSProtonReconstructionEfficiencyEstimator::PlotGroup::h_n_part_acc_fr
std::unique_ptr<TH1D> CTPPSProtonReconstructionEfficiencyEstimator::PlotGroup::h_n_part_acc_nr
std::unique_ptr<TProfile> CTPPSProtonReconstructionEfficiencyEstimator::PlotGroup::p_eff_vs_xi