BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/EmcRecNeighbor.h
Go to the documentation of this file.
1//
2// Define the relationship of crystals
3//
4// Zhe Wang 2004, 3, 29
5//
6#ifndef EMC_REC_NEIGHBOR_H
7#define EMC_REC_NEIGHBOR_H
8
9#include "EmcRecEventModel/RecEmcEventModel.h"
10
11class EmcRecNeighbor {
12public:
13 // Constructors and destructors
16
17 // 3*3
18 bool IsNeighbor( const Identifier& id1, const Identifier& id2 );
19
20 // 5*5
21 bool IsNextNeighbor( const Identifier& id1, const Identifier& id2 );
22
23 // 3*3
25
26 // 5*5
28};
29
30#endif
bool IsNextNeighbor(const Identifier &id1, const Identifier &id2)
RecEmcIDVector GetNeighbors(const Identifier &id)
bool IsNeighbor(const Identifier &id1, const Identifier &id2)
RecEmcIDVector GetNextNeighbors(const Identifier &id)