From ee2ed3de7a6ab0726ad85871d053466d58aa3348 Mon Sep 17 00:00:00 2001 From: cholm Date: Tue, 16 Nov 2010 22:10:26 +0000 Subject: [PATCH] Added libPWG2forward2 - a new implementation of PWG2/FORWARD/analysis --- PWG2/PWG2forward2LinkDef.h | 42 ++++++++++++++++++++++++++++++++++++++ PWG2/libPWG2forward2.pkg | 19 +++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 PWG2/PWG2forward2LinkDef.h create mode 100644 PWG2/libPWG2forward2.pkg diff --git a/PWG2/PWG2forward2LinkDef.h b/PWG2/PWG2forward2LinkDef.h new file mode 100644 index 00000000000..cf543cdcbfc --- /dev/null +++ b/PWG2/PWG2forward2LinkDef.h @@ -0,0 +1,42 @@ +// -*- mode: c++ -*- +/* Copyright (C) 2007 Christian Holm Christensen + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ +#ifdef __CINT__ +/* $Id: FMDflowLinkDef.h 23165 2007-12-19 01:36:20Z cholm $ */ +/** @file FMDbaseLinkDef.h + @author Christian Holm Christensen + @date Mon Mar 27 14:18:46 2006 + @brief Link specifications for base library +*/ +#pragma link off all globals; +#pragma link off all classes; +#pragma link off all functions; + +#pragma link C++ class AliFMDSharingFilter+; +#pragma link C++ class AliFMDDensityCalculator+; +#pragma link C++ class AliFMDCorrections+; +#pragma link C++ class AliFMDHistCollector+; +#pragma link C++ class AliAODForwardMult+; +#pragma link C++ class AliForwardMultiplicity+; + +#else +# error Not for compilation +#endif +// +// EOF +// diff --git a/PWG2/libPWG2forward2.pkg b/PWG2/libPWG2forward2.pkg new file mode 100644 index 00000000000..38b1c7ec8e5 --- /dev/null +++ b/PWG2/libPWG2forward2.pkg @@ -0,0 +1,19 @@ +#-*- Mode: Makefile -*- +# + +SRCS = FORWARD/analysis2/AliFMDSharingFilter.cxx \ + FORWARD/analysis2/AliFMDDensityCalculator.cxx \ + FORWARD/analysis2/AliFMDCorrections.cxx \ + FORWARD/analysis2/AliFMDHistCollector.cxx \ + FORWARD/analysis2/AliAODForwardMult.cxx \ + FORWARD/analysis2/AliForwardMultiplicity.cxx \ + FORWARD/analysis2/AliForwardUtil.cxx + + +HDRS = $(SRCS:.cxx=.h) +EINCLUDE := ANALYSIS FMD PWG2/FORWARD/analysis +DHDR := PWG2forward2LinkDef.h + +# +# EOF +# -- 2.39.3