* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-$Log$
-Revision 1.1 2002/01/17 23:52:43 morsch
-First commit.
-
-*/
+/* $Id$ */
#include "AliEMCALHadronCorrection.h"
**************************************************************************/
-/*
-$Log$
-Revision 1.4 2002/10/14 14:55:35 hristov
-Merging the VirtualMC branch to the main development branch (HEAD)
-
-Revision 1.2.6.2 2002/07/24 10:06:16 alibrary
-Updating VirtualMC
-
-Revision 1.3 2002/04/11 19:24:42 nilsen
-fixed a complation warning about not brace-enclosing the sub-elements of
-the static Double_t c[naxVariant][nPol].
-
-Revision 1.2 2002/02/04 15:11:44 hristov
-Use TMath::Abs instead of fabs (Alpha)
-
-Revision 1.1 2002/01/17 23:52:43 morsch
-First commit.
-
-*/
-
+/* $Id$ */
#include "AliEMCALHadronCorrectionv0.h"
**************************************************************************/
-/*
-$Log$
-Revision 1.4 2002/10/14 14:55:35 hristov
-Merging the VirtualMC branch to the main development branch (HEAD)
-
-Revision 1.2.6.2 2002/07/24 10:06:16 alibrary
-Updating VirtualMC
-
-Revision 1.3 2002/05/22 13:48:43 morsch
-Pdg code added to track list.
-
-*/
+/* $Id$ */
//*-- Author: Andreas Morsch (CERN)
class AliEMCALHadronCorrection;
class AliEMCALJetFinder : public TTask {
+ friend class AliEMCALJetMicroDst; //PH Temporary solution
public:
AliEMCALJetFinder();
AliEMCALJetFinder(const char* name, const char *title);
**************************************************************************/
-/*
-
-$Log$
-Revision 1.1.1.1 2003/05/29 18:55:23 horner
-Initial import - Mark
-
-
-*/
+/* $Id$ */
//_________________________________________________________________________
// Base Class for JetFinder Algorithms
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-
-$Log$
-
-
-
-*/
-
+/* $Id$ */
//*--Author: Sarah Blyth (LBL)
//*--Based on UA1 jet algorithm from LUND JETSET called from EMC-erj
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-
-$Log$
-Revision 1.1.1.1 2003/05/29 18:55:31 horner
-Initial import - Mark
-
-
-*/
-
+/* $Id$ */
//*--Author: Sarah Blyth (LBL)
//*--Based on UA1 jet algorithm from LUND JETSET called from EMC-erj
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-
-$Log$
-
-*/
-
+/* $Id$ */
//*--Author: Sarah Blyth (LBL)
//*--Based on UA1 jet algorithm from LUND JETSET called from EMC-erj
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-
-$Log$
-Revision 1.3 2003/06/18 17:00:25 horner
-Cleaned up more cout statements - Mark
-
-Revision 1.2 2003/06/18 00:20:07 horner
-Removed cout statement - Mark
-
-
-*/
-
+/* $Id$ */
//*--Author: Sarah Blyth (LBL)
//*--Based on UA1 jet algorithm from LUND JETSET called from EMC-erj
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-
-$Log$
-
-*/
-
+/* $Id$ */
//*--Author: Sarah Blyth (LBL)
//*--Based on UA1 jet algorithm from LUND JETSET called from EMC-erj
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-
-$Log$
-
-*/
-
+/* $Id$ */
//*--Author: Sarah Blyth (LBL)
//*--Based on UA1 jet algorithm from LUND JETSET called from EMC-erj
**************************************************************************/
-/*
-
-$Log$
-Revision 1.1.1.1 2003/05/29 18:56:35 horner
-Initial import - Mark
-
-
-*/
+/* $Id$ */
//_________________________________________________________________________
// Unit used by UA1 algorithm
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/* $Log$
- Revision 1.1.1.1 2003/05/29 18:56:35 horner
- Initial import - Mark
-*/
+/* $Id$ */
//________________________________________________________________________
// Initial JetFinder input object
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-
-$Log$
-Revision 1.1.1.1 2003/05/29 18:56:38 horner
-Initial import - Mark
-
-
-*/
+/* $Id$ */
//_________________________________________________________________________
// Base Class for JetFinder Input Preparation
**************************************************************************/
-/*
-
-$Log$
-Revision 1.1.1.1 2003/05/29 18:56:43 horner
-Initial import - Mark
-
-
-*/
+/* $Id$ */
//_________________________________________________________________________
// Class for JetFinder Input preparation from simulated data
* provided "as is" without express or implied warranty. *
**************************************************************************/
-/*
-
-$Log$
-Revision 1.1.1.1 2003/05/29 18:56:53 horner
-Initial import - Mark
-
-
-*/
+/* $Id$ */
//_________________________________________________________________________
// Output object for jetfinder
**************************************************************************/
-/*
-
-$Log$
-Revision 1.1.1.1 2003/05/29 18:56:58 horner
-Initial import - Mark
-
-
-*/
+/* $Id$ */
//_________________________________________________________________________
// Class for Filling JetFinder Plots
**************************************************************************/
-/*
-
-$Log$
-Revision 1.1.1.1 2003/05/29 18:57:13 horner
-Initial import - Mark
-
-
-*/
+/* $Id$ */
//_________________________________________________________________________
// Enumerated types for use in JetFinder classes
#pragma link C++ class AliEMCALRecParticle+;
#pragma link C++ class AliEMCALFastRecParticle+;
#pragma link C++ class AliEMCALPID+;
-#pragma link C++ class AliEMCALPIDv1+;
+#pragma link C++ class AliEMCALPIDv1+;
+#pragma link C++ class AliEMCALLoader+;
#endif
AliEMCALRecParticle.cxx \
AliEMCALFastRecParticle.cxx \
AliEMCALPID.cxx \
-AliEMCALPIDv1.cxx
+AliEMCALPIDv1.cxx \
+AliEMCALLoader.cxx
HDRS= $(SRCS:.cxx=.h)
DHDR:=EMCALLinkDef.h
+
+EINCLUDE:=PYTHIA6