namespace TreeSearch


TreeSearch::EProjType

Enumerator for wire projection types (U, V, X) upported by the BigBite
MWDC tracking detector class.

Type Y is currently left out to avoid unnecessary empty vector elements
and loop iterations.


Function Members (Methods)

Data Members

Class Charts

Function documentation

EProjType& operator++(TreeSearch::EProjType& e)
 Overloaded operator++ allows us to iterate over the EProjType enum.
const EProjType operator++(TreeSearch::EProjType& e, int )
{ EProjType r(e); ++e; return r; }

Last update: Tue Jul 7 19:26:18 2009

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.