BOSS 8.0.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 ()
void setcalib (bool calib)

Detailed Description

Definition at line 16 of file ReadEb.h.

Constructor & Destructor Documentation

◆ ReadEb()

ReadEb::ReadEb ( int run)
inline

Definition at line 19 of file ReadEb.h.

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

◆ ~ReadEb()

virtual ReadEb::~ReadEb ( )
inlinevirtual

Definition at line 32 of file ReadEb.h.

32{}

Member Function Documentation

◆ getbeta()

CLHEP::Hep3Vector ReadEb::getbeta ( )
inline

Definition at line 36 of file ReadEb.h.

36{ return m_beta; }

◆ getEcms()

double ReadEb::getEcms ( )
inline

Definition at line 34 of file ReadEb.h.

34{ return m_Ecms; }

◆ getXangle()

double ReadEb::getXangle ( )
inline

Definition at line 35 of file ReadEb.h.

35{ return m_xangle; }

◆ setcalib()

void ReadEb::setcalib ( bool calib)
inline

Definition at line 37 of file ReadEb.h.

37{ m_usecbE = calib; }

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