BOSS
7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
mdcWrapWire.h
Go to the documentation of this file.
1
// mdcWrapWire.h -- utility routine to handle wrap-around wire numbers
2
3
#ifndef MDCWRAPWIRE_H
4
#define MDCWRAPWIRE_H
5
6
inline
int
mdcWrapWire
(
int
wireIn,
int
nCell) {
7
8
int
mdcWrapWire
= wireIn % nCell;
9
if
(
mdcWrapWire
< 0)
mdcWrapWire
+= nCell;
10
return
mdcWrapWire
;
11
}
12
13
#endif
14
15
16
17
18
19
20
mdcWrapWire
int mdcWrapWire(int wireIn, int nCell)
Definition:
mdcWrapWire.h:6
source
Reconstruction
MdcPatRec
MdcTrkRecon
MdcTrkRecon-00-03-48
MdcTrkRecon
mdcWrapWire.h
Generated by
1.9.6