BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EstEtfCal Class Reference

#include <EstEtfCal.h>

Public Member Functions

 EstEtfCal ()
 ~EstEtfCal ()
double getP (int idx) const
double getP1 (int idx) const
double getP2 (int idx) const
void setP (int idx, double p)
void setP1 (int idx, double p1)
void setP2 (int idx, double p2)
 EstEtfCal ()
 ~EstEtfCal ()
double getP (int idx) const
double getP1 (int idx) const
double getP2 (int idx) const
void setP (int idx, double p)
void setP1 (int idx, double p1)
void setP2 (int idx, double p2)
 EstEtfCal ()
 ~EstEtfCal ()
double getP (int idx) const
double getP1 (int idx) const
double getP2 (int idx) const
void setP (int idx, double p)
void setP1 (int idx, double p1)
void setP2 (int idx, double p2)

Detailed Description

Constructor & Destructor Documentation

◆ EstEtfCal() [1/3]

EstEtfCal::EstEtfCal ( )
inline

◆ ~EstEtfCal() [1/3]

EstEtfCal::~EstEtfCal ( )
inline

◆ EstEtfCal() [2/3]

EstEtfCal::EstEtfCal ( )
inline

◆ ~EstEtfCal() [2/3]

EstEtfCal::~EstEtfCal ( )
inline

◆ EstEtfCal() [3/3]

EstEtfCal::EstEtfCal ( )
inline

Definition at line 7 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h.

7{}

◆ ~EstEtfCal() [3/3]

EstEtfCal::~EstEtfCal ( )
inline

Definition at line 8 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h.

8{}

Member Function Documentation

◆ getP() [1/3]

double EstEtfCal::getP ( int idx) const
inline

Definition at line 11 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstEtfCal.h.

11{ return m_p[idx]; }

◆ getP() [2/3]

double EstEtfCal::getP ( int idx) const
inline

Definition at line 11 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstEtfCal.h.

11{ return m_p[idx]; }

◆ getP() [3/3]

double EstEtfCal::getP ( int idx) const
inline

Definition at line 11 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h.

11{ return m_p[idx]; }

◆ getP1() [1/3]

double EstEtfCal::getP1 ( int idx) const
inline

Definition at line 12 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstEtfCal.h.

12{ return m_p1[idx]; }

◆ getP1() [2/3]

double EstEtfCal::getP1 ( int idx) const
inline

Definition at line 12 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstEtfCal.h.

12{ return m_p1[idx]; }

◆ getP1() [3/3]

double EstEtfCal::getP1 ( int idx) const
inline

Definition at line 12 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h.

12{ return m_p1[idx]; }

◆ getP2() [1/3]

double EstEtfCal::getP2 ( int idx) const
inline

Definition at line 13 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstEtfCal.h.

13{ return m_p2[idx]; }

◆ getP2() [2/3]

double EstEtfCal::getP2 ( int idx) const
inline

Definition at line 13 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstEtfCal.h.

13{ return m_p2[idx]; }

◆ getP2() [3/3]

double EstEtfCal::getP2 ( int idx) const
inline

Definition at line 13 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h.

13{ return m_p2[idx]; }

◆ setP() [1/3]

void EstEtfCal::setP ( int idx,
double p )
inline

Definition at line 16 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstEtfCal.h.

16{ m_p[idx] = p; }

◆ setP() [2/3]

void EstEtfCal::setP ( int idx,
double p )
inline

Definition at line 16 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstEtfCal.h.

16{ m_p[idx] = p; }

◆ setP() [3/3]

void EstEtfCal::setP ( int idx,
double p )
inline

Definition at line 16 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h.

16{ m_p[idx] = p; }

◆ setP1() [1/3]

void EstEtfCal::setP1 ( int idx,
double p1 )
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstEtfCal.h.

17{ m_p1[idx] = p1; }
double p1[4]

◆ setP1() [2/3]

void EstEtfCal::setP1 ( int idx,
double p1 )
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstEtfCal.h.

17{ m_p1[idx] = p1; }

◆ setP1() [3/3]

void EstEtfCal::setP1 ( int idx,
double p1 )
inline

Definition at line 17 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h.

17{ m_p1[idx] = p1; }

◆ setP2() [1/3]

void EstEtfCal::setP2 ( int idx,
double p2 )
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstEtfCal.h.

18{ m_p2[idx] = p2; }
double p2[4]

◆ setP2() [2/3]

void EstEtfCal::setP2 ( int idx,
double p2 )
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstEtfCal.h.

18{ m_p2[idx] = p2; }

◆ setP2() [3/3]

void EstEtfCal::setP2 ( int idx,
double p2 )
inline

Definition at line 18 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h.

18{ m_p2[idx] = p2; }

The documentation for this class was generated from the following files: