BOSS 7.0.2
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 Clear();
8}
9
10//*************************************
11
13 Clear();
14}
15
16void TRecEmcShower::setErr(const Double_t err[6] ) {
17 for (int i=0;i<6;i++) {
18 m_err[i] = err[i];
19 }
20}
21/************************************
22
23 void TRecEmcShower::Clear(Option_t *option) {
24 }
25
26
27 void TRecEmcShower::Print(Option_t *option) const {
28 TObject::Print(option);
29 std::cout.precision(2);
30 std::cout << "Idetifier: " << m_intId << std::endl;
31 std::cout << "TimeChannel: " << m_timeChannel <<std::endl;
32 std::cout << "ChargeChannel:" << m_chargeChannel <<std::endl;
33 }
34 ******************************/
35
36
ClassImp(TRecEmcShower) TRecEmcShower
void setErr(const Double_t err[6])