EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichRingSelect.cxx
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichRingSelect.cxx
1 /******************************************************************************
2 * $Id: CbmRichRingSelect.cxx,v 1.1 2006/09/13 14:53:31 hoehne Exp $
3 *
4 * Class : CbmRichRingSelect
5 * Description : Abstract base class for concrete RICH ring selection algorithm:
6 * to be run after ring-track assign for fake-ring rejection
7 *
8 * Author : Simeon Lebedev
9 * E-mail : salebedev@jinr.ru
10 *
11 *******************************************************************************
12 * $Log: CbmRichRingSelect.cxx,v $
13 * Revision 1.1 2006/09/13 14:53:31 hoehne
14 * initial version
15 *
16 *
17 *
18 *******************************************************************************/
19 #include "CbmRichRingSelect.h"
20 
21 //------------------------------------------------------------------