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

Go to the documentation of this file.
00001 #include "RootEventData/TEmcDigi.h"
00002 
00003 ClassImp(TEmcDigi)
00004 
00005 //**************************************
00006 TEmcDigi::TEmcDigi() {
00007   Clear();
00008 }
00009 
00010 //*************************************
00011 
00012 TEmcDigi::~TEmcDigi() {
00013           Clear();
00014 } 
00015 
00016 /************************************
00017 
00018 void TEmcDigi::Clear(Option_t *option) {
00019 }
00020 
00021 
00022 void TEmcDigi::Print(Option_t *option) const {
00023      TObject::Print(option);
00024      std::cout.precision(2);
00025      std::cout << "Idetifier:    " << m_intId         << std::endl;
00026      std::cout << "TimeChannel:  " << m_timeChannel    <<std::endl;
00027      std::cout << "ChargeChannel:" << m_chargeChannel <<std::endl;
00028 }
00029  ******************************/
00030 
00031 
00032 
00033 void TEmcDigi::setMeasure(const UInt_t measure) {
00034          m_measure = measure;
00035 }
00036 
00037 UInt_t TEmcDigi::getMeasure() const {
00038         return m_measure;
00039 }
00040 
00041 

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