/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/MdcTrkRecon/MdcTrkRecon-00-03-45/MdcTrkRecon/mdcWrapWire.h File Reference

Go to the source code of this file.

Functions

int mdcWrapWire (int wireIn, int nCell)


Function Documentation

int mdcWrapWire ( int  wireIn,
int  nCell 
) [inline]

Definition at line 6 of file mdcWrapWire.h.

Referenced by MdcSegFinder::createSegs(), MdcxFindSegs::initWireGroups(), MdcTrackList::pickHits(), and MdcSegData::poisonHits().

00006                                               {
00007 
00008   int mdcWrapWire = wireIn % nCell;
00009   if (mdcWrapWire < 0) mdcWrapWire += nCell;
00010   return mdcWrapWire;
00011 }


Generated on Tue Nov 29 23:16:56 2016 for BOSS_7.0.2 by  doxygen 1.4.7