CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CTPPSAcceptancePlotter::SingleArmPlots Struct Reference

Public Member Functions

void fill (double xi, bool acc)
 
 SingleArmPlots ()
 
void write () const
 

Public Attributes

std::unique_ptr< TH1D > h_xi_acc
 
std::unique_ptr< TH1D > h_xi_all
 

Detailed Description

Definition at line 45 of file CTPPSAcceptancePlotter.cc.

Constructor & Destructor Documentation

◆ SingleArmPlots()

CTPPSAcceptancePlotter::SingleArmPlots::SingleArmPlots ( )
inline

Definition at line 47 of file CTPPSAcceptancePlotter.cc.

48 {

Member Function Documentation

◆ fill()

void CTPPSAcceptancePlotter::SingleArmPlots::fill ( double  xi,
bool  acc 
)
inline

Definition at line 49 of file CTPPSAcceptancePlotter.cc.

54  {

◆ write()

void CTPPSAcceptancePlotter::SingleArmPlots::write ( ) const
inline

Definition at line 55 of file CTPPSAcceptancePlotter.cc.

Member Data Documentation

◆ h_xi_acc

std::unique_ptr<TH1D> CTPPSAcceptancePlotter::SingleArmPlots::h_xi_acc

Definition at line 46 of file CTPPSAcceptancePlotter.cc.

◆ h_xi_all

std::unique_ptr<TH1D> CTPPSAcceptancePlotter::SingleArmPlots::h_xi_all

Definition at line 46 of file CTPPSAcceptancePlotter.cc.