]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGCF/EBYE/LRC/AliLRCBase.cxx
fix for fake tracks
[u/mrichter/AliRoot.git] / PWGCF / EBYE / LRC / AliLRCBase.cxx
1 /**************************************************************************
2  * Author: Andrey Ivanov.                                                 *
3  * Contributors are mentioned in the code where appropriate.              *
4  *                                                                        *
5  * Permission to use, copy, modify and distribute this software and its   *
6  * documentation strictly for non-commercial purposes is hereby granted   *
7  * without fee, provided that the above copyright notice appears in all   *
8  * copies and that both the copyright notice and this permission notice   *
9  * appear in the supporting documentation. The authors make no claims     *
10  * about the suitability of this software for any purpose. It is          *
11  * provided "as is" without express or implied warranty.                  *
12  **************************************************************************/
13 //-------------------------------------------------------------------------
14 //    Description: 
15 //    This class is abstact (interface) base class for different classes 
16 //    used for track-by-track data analysis in AliAnalysisTaskLRC
17 //    Origin: Andrey Ivanov (SPbSU-CERN) anivanov@cern.ch, 
18 //    Igor Altsebeev (SPbSU-CERN) 
19 //-------------------------------------------------------------------------
20
21 #include "AliLRCBase.h"
22
23 ClassImp(AliLRCBase)
24