CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
RecCgemSegment.cxx
Go to the documentation of this file.
1/*
2* @class : RecCgemSegment
3* this class models "Segment" used in Cgem Reconstruction
4*
5* ********************************************************/
6
8
9 const CLID& RecCgemSegment::clID() const {
11 }
12
15 }
16
21
23 : DstCgemSegment(recseg)
24 {
25 }
26
28 : DstCgemSegment(dstseg)
29 {
30 }
31
33 {
34 if( &recseg != this ){
36 }
37 return *this;
38 }
39
41 {
42 if( &dstseg != this ){
44 }
45 return *this;
46 }
47
48
const CLID & CLID_RecCgemSegment
DstCgemSegment & operator=(const DstCgemSegment &)
static const CLID & classID()
RecCgemSegment & operator=(const RecCgemSegment &)
virtual const CLID & clID() const