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

Go to the documentation of this file.
00001 #include "RootEventData/TRecEmcShower.h"
00002 
00003 ClassImp(TRecEmcShower)
00004 
00005 //**************************************
00006 TRecEmcShower::TRecEmcShower() {
00007   Clear();
00008 }
00009 
00010 //*************************************
00011 
00012 TRecEmcShower::~TRecEmcShower() {
00013           Clear();
00014 } 
00015 
00016 void TRecEmcShower::setErr(const Double_t err[6] ) {
00017   for (int i=0;i<6;i++) {
00018     m_err[i]  = err[i];
00019   }
00020 }
00021 /************************************
00022 
00023   void TRecEmcShower::Clear(Option_t *option) {
00024   }
00025 
00026 
00027   void TRecEmcShower::Print(Option_t *option) const {
00028   TObject::Print(option);
00029   std::cout.precision(2);
00030   std::cout << "Idetifier:    " << m_intId         << std::endl;
00031   std::cout << "TimeChannel:  " << m_timeChannel    <<std::endl;
00032   std::cout << "ChargeChannel:" << m_chargeChannel <<std::endl;
00033   }
00034  ******************************/
00035 
00036 

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