BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcSegInfo Class Referenceabstract

#include <MdcSegInfo.h>

+ Inheritance diagram for MdcSegInfo:

Public Member Functions

 MdcSegInfo ()
 
virtual ~MdcSegInfo ()
 
const double * errmat () const
 
const double * inverr () const
 
double par (int i) const
 
double arc () const
 
virtual bool parIsAngle (int i) const =0
 
void plotSegInfo () const
 
 MdcSegInfo ()
 
virtual ~MdcSegInfo ()
 
const double * errmat () const
 
const double * inverr () const
 
double par (int i) const
 
double arc () const
 
virtual bool parIsAngle (int i) const =0
 
void plotSegInfo () const
 

Protected Attributes

double _par0
 
double _par1
 
double _errmat [3]
 
double _inverr [3]
 
double _arc
 

Detailed Description

Constructor & Destructor Documentation

◆ MdcSegInfo() [1/2]

MdcSegInfo::MdcSegInfo ( )
inline

◆ ~MdcSegInfo() [1/2]

MdcSegInfo::~MdcSegInfo ( )
virtual

Definition at line 22 of file MdcSegInfo.cxx.

22 {
23//------------------------------------------------------------------------
24}

◆ MdcSegInfo() [2/2]

MdcSegInfo::MdcSegInfo ( )
inline

◆ ~MdcSegInfo() [2/2]

virtual MdcSegInfo::~MdcSegInfo ( )
virtual

Member Function Documentation

◆ arc() [1/2]

◆ arc() [2/2]

double MdcSegInfo::arc ( ) const
inline

◆ errmat() [1/2]

const double * MdcSegInfo::errmat ( ) const
inline

◆ errmat() [2/2]

const double * MdcSegInfo::errmat ( ) const
inline

◆ inverr() [1/2]

const double * MdcSegInfo::inverr ( ) const
inline

◆ inverr() [2/2]

const double * MdcSegInfo::inverr ( ) const
inline

◆ par() [1/2]

◆ par() [2/2]

double MdcSegInfo::par ( int  i) const
inline

◆ parIsAngle() [1/2]

virtual bool MdcSegInfo::parIsAngle ( int  i) const
pure virtual

◆ parIsAngle() [2/2]

virtual bool MdcSegInfo::parIsAngle ( int  i) const
pure virtual

◆ plotSegInfo() [1/2]

void MdcSegInfo::plotSegInfo ( ) const

Definition at line 28 of file MdcSegInfo.cxx.

28 {
29//------------------------------------------------------------------------
30 std::cout<<"seginfo: "<<_par0<<" "<<_par1<<" "<<_arc<< std::endl;
31}

◆ plotSegInfo() [2/2]

void MdcSegInfo::plotSegInfo ( ) const

Member Data Documentation

◆ _arc

double MdcSegInfo::_arc
protected

◆ _errmat

◆ _inverr

◆ _par0

◆ _par1


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