/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootEventData/RootEventData-00-03-80/src/TLumiDigi.cxx

Go to the documentation of this file.
00001 #include "RootEventData/TLumiDigi.h"
00002 
00003 ClassImp(TLumiDigi)
00004         
00005 TLumiDigi::TLumiDigi() {
00006    Clear();
00007 }
00008 
00009 TLumiDigi::~TLumiDigi (){
00010    Clear();
00011 }
00012 
00013 void TLumiDigi::setOverflow(const UInt_t  overflow) {
00014    m_overflow = overflow;
00015 }
00016 
00017 UInt_t TLumiDigi::getOverflow() const {
00018    return m_overflow;
00019 }
00020 

Generated on Tue Nov 29 23:11:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7