BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TRecEmcShower.cxx
Go to the documentation of this file.
1#include "RootEventData/TRecEmcShower.h"
2
4
5//**************************************
7
8//*************************************
9
11
12void TRecEmcShower::setErr( const Double_t err[6] ) {
13 for ( int i = 0; i < 6; i++ ) { m_err[i] = err[i]; }
14}
15/************************************
16
17 void TRecEmcShower::Clear(Option_t *option) {
18 }
19
20
21 void TRecEmcShower::Print(Option_t *option) const {
22 TObject::Print(option);
23 std::cout.precision(2);
24 std::cout << "Idetifier: " << m_intId << std::endl;
25 std::cout << "TimeChannel: " << m_timeChannel <<std::endl;
26 std::cout << "ChargeChannel:" << m_chargeChannel <<std::endl;
27 }
28 ******************************/
ClassImp(TRecEmcShower)
void setErr(const Double_t err[6])