BOSS 7.1.2
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
 

Protected Attributes

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

Detailed Description

Definition at line 33 of file MdcSegInfo.h.

Constructor & Destructor Documentation

◆ MdcSegInfo()

MdcSegInfo::MdcSegInfo ( )
inline

Definition at line 36 of file MdcSegInfo.h.

36{ };

◆ ~MdcSegInfo()

MdcSegInfo::~MdcSegInfo ( )
virtual

Definition at line 22 of file MdcSegInfo.cxx.

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

Member Function Documentation

◆ arc()

double MdcSegInfo::arc ( ) const
inline

Definition at line 44 of file MdcSegInfo.h.

44{return _arc;}
double _arc
Definition MdcSegInfo.h:53

Referenced by MdcSegInfoSterO::calcStereo(), MdcSegGrouperSt::incompWithGroup(), and MdcSeg::plotSegAll().

◆ errmat()

const double * MdcSegInfo::errmat ( ) const
inline

Definition at line 39 of file MdcSegInfo.h.

39{return _errmat;}
double _errmat[3]
Definition MdcSegInfo.h:51

Referenced by MdcSegGrouper::calcParBySegs().

◆ inverr()

const double * MdcSegInfo::inverr ( ) const
inline

Definition at line 40 of file MdcSegInfo.h.

40{return _inverr;}
double _inverr[3]
Definition MdcSegInfo.h:52

Referenced by MdcSegGrouper::calcParBySegs().

◆ par()

double MdcSegInfo::par ( int i) const
inline

◆ parIsAngle()

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

◆ plotSegInfo()

void MdcSegInfo::plotSegInfo ( ) const

Definition at line 28 of file MdcSegInfo.cxx.

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

Member Data Documentation

◆ _arc

double MdcSegInfo::_arc
protected

Definition at line 53 of file MdcSegInfo.h.

Referenced by arc(), MdcSegInfoSterO::calcStereo(), and plotSegInfo().

◆ _errmat

◆ _inverr

double MdcSegInfo::_inverr[3]
protected

◆ _par0

◆ _par1


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