]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGCF/EBYE/LRC/AliLRCBase.cxx
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGCF / EBYE / LRC / AliLRCBase.cxx
CommitLineData
41f63c69 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,
75f8532d 18// Igor Altsybeev (SPbSU-CERN)
41f63c69 19//-------------------------------------------------------------------------
20
21#include "AliLRCBase.h"
22
23ClassImp(AliLRCBase)
24