BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
ReadEb Class Reference

#include <ReadEb.h>

Public Member Functions

 ReadEb (int run)
 
virtual ~ReadEb ()
 
double getEcms ()
 
double getXangle ()
 
CLHEP::Hep3Vector getbeta ()
 
bool setcalib (bool calib)
 

Detailed Description

Definition at line 17 of file ReadEb.h.

Constructor & Destructor Documentation

◆ ReadEb()

ReadEb::ReadEb ( int  run)
inline

Definition at line 21 of file ReadEb.h.

21 :
22 m_run(-1),
23 m_isRunValid(false),
24 m_beamE(0),
25 m_beta(0.011,0,0),
26 m_usecbE(true){
27 if ( run != previousRun) {
28 previousRun = run;
29 ReadDb(run);
30 }
31 }

◆ ~ReadEb()

virtual ReadEb::~ReadEb ( )
inlinevirtual

Definition at line 33 of file ReadEb.h.

33{}

Member Function Documentation

◆ getbeta()

CLHEP::Hep3Vector ReadEb::getbeta ( )
inline

Definition at line 37 of file ReadEb.h.

37{return m_beta;}

◆ getEcms()

double ReadEb::getEcms ( )
inline

Definition at line 35 of file ReadEb.h.

35{return m_Ecms;}

◆ getXangle()

double ReadEb::getXangle ( )
inline

Definition at line 36 of file ReadEb.h.

36{return m_xangle;}

◆ setcalib()

bool ReadEb::setcalib ( bool  calib)
inline

Definition at line 38 of file ReadEb.h.

38{m_usecbE=calib;}

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