BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
RecZddChannel.cxx
Go to the documentation of this file.
1#include "ZddEvent/RecZddChannel.h"
2
4 : m_chId( -1 ), m_scanCode( -1 ), m_baseLine( -1 ), m_phase( -1 ) {}
5
7
9 : ContainedObject( val )
10 , m_chId( val.m_chId )
11 , m_scanCode( val.m_scanCode )
12 , m_baseLine( val.m_baseLine )
13 , m_phase( val.m_phase )
14 , m_frags( val.m_frags ) {}
15
17 this->ContainedObject::operator=( val );
18 m_chId = val.m_chId;
19 m_scanCode = val.m_scanCode;
20 m_baseLine = val.m_baseLine;
21 m_phase = val.m_phase;
22 m_frags = val.m_frags;
23
24 return ( *this );
25}
RecZddChannel & operator=(const RecZddChannel &)
virtual ~RecZddChannel()