/* Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ // Short comment describing what this class does needed! //=========================================================== // AliJCorrelations.h // Created Thu Apr 17 12:40:29 EEST 2008 by classmaker // Jan Rak //=========================================================== #ifndef ALIJCORRELATIONS_H #define ALIJCORRELATIONS_H #include #include #include #include #include //FK// #include using namespace std; class AliJCorrelations; class AliJHistos; class AliJBaseTrack; class AliJCard; class AliJCorrelations { public: AliJCorrelations( AliJCard *cardIn, AliJHistos *histosIn); virtual ~AliJCorrelations(){;} //destructor AliJCorrelations(); AliJCorrelations(const AliJCorrelations& in); AliJCorrelations& operator=(const AliJCorrelations& obj); void PrintOut(){cout<<"Real correl = "<