BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
ETofSim Class Reference

#include <ETofSim.h>

Public Member Functions

 ETofSim ()
 
 ~ETofSim ()
 
double getGain () const
 
double getAttenLength () const
 
double getNoiseSmear () const
 
void setGain (double gain)
 
void setAttenLength (double length)
 
void setNoiseSmear (double noisesmear)
 

Detailed Description

Definition at line 4 of file ETofSim.h.

Constructor & Destructor Documentation

◆ ETofSim()

ETofSim::ETofSim ( )
inline

Definition at line 6 of file ETofSim.h.

6{}

◆ ~ETofSim()

ETofSim::~ETofSim ( )
inline

Definition at line 7 of file ETofSim.h.

7{}

Member Function Documentation

◆ getAttenLength()

double ETofSim::getAttenLength ( ) const
inline

Definition at line 10 of file ETofSim.h.

10{ return m_length; }

◆ getGain()

double ETofSim::getGain ( ) const
inline

Definition at line 9 of file ETofSim.h.

9{ return m_gain; }

◆ getNoiseSmear()

double ETofSim::getNoiseSmear ( ) const
inline

Definition at line 11 of file ETofSim.h.

11{ return m_noisesmear; }

◆ setAttenLength()

void ETofSim::setAttenLength ( double  length)
inline

Definition at line 15 of file ETofSim.h.

15{ m_length = length; }

◆ setGain()

void ETofSim::setGain ( double  gain)
inline

Definition at line 14 of file ETofSim.h.

14{ m_gain = gain; }

◆ setNoiseSmear()

void ETofSim::setNoiseSmear ( double  noisesmear)
inline

Definition at line 16 of file ETofSim.h.

16{ m_noisesmear = noisesmear; }

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