]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding new classes to compilation
authorakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Mar 2008 09:54:22 +0000 (09:54 +0000)
committerakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Mar 2008 09:54:22 +0000 (09:54 +0000)
PWG2/PWG2femtoscopyLinkDef.h
PWG2/PWG2femtoscopyUserLinkDef.h
PWG2/libPWG2femtoscopy.pkg
PWG2/libPWG2femtoscopyUser.pkg

index b2ff4e9c0c8604c3518340f82dedeb0afcc93e6c..cfc29aeaec1e061d5625f9c548298e8db1447592 100644 (file)
@@ -15,6 +15,7 @@
 #pragma link C++ class AliFemtoBPLCMS3DCorrFctn;
 #pragma link C++ class AliFemtoQinvCorrFctn;
 #pragma link C++ class AliFemtoCorrFctnNonIdDR;
+#pragma link C++ class AliFemtoCorrFctn3DSpherical;
 #pragma link C++ class AliFemtoBasicEventCut;
 #pragma link C++ class AliFemtoBasicTrackCut;
 #pragma link C++ class AliFemtoDummyPairCut;
index 68ec128f81c057634104c48b31e858fae4c56310..18d560db21f95b6d433380136ebd4182c51ff14e 100644 (file)
@@ -30,4 +30,7 @@
 //#pragma link C++ class AliStHbtTrack;
 #pragma link C++ class AliFemtoEventReaderESDKine;
 #pragma link C++ class AliFemtoModelCorrFctnTrueQ;
+#pragma link C++ class AliFemtoModelCorrFctnNonIdDR;
+#pragma link C++ class AliFemtoModelCorrFctn3DSpherical;
+#pragma link C++ class AliFemtoModelCorrFctn3DLCMSSpherical;
 #pragma link C++ class AliFemtoCutMonitorParticleMomRes;
index 0fbc7481ab51deebc8ccb185f0ed011dd8d06772..41b062e214f3563c61b0c21a992e60fcd4f44de7 100644 (file)
@@ -37,9 +37,11 @@ SRCS= FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.cxx \
       FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleYPt.cxx \
       FEMTOSCOPY/AliFemto/AliFemtoKTPairCut.cxx \
       FEMTOSCOPY/AliFemto/AliFemtoCorrFctnNonIdDR.cxx \
+      FEMTOSCOPY/AliFemto/AliFemtoCorrFctn3DSpherical.cxx \
       FEMTOSCOPY/AliFemto/AliFemtoEventReaderAOD.cxx \
       FEMTOSCOPY/AliFemto/AliFemtoEventReaderAODChain.cxx \
-      FEMTOSCOPY/AliFemto/AliFemtoAODTrackCut.cxx
+      FEMTOSCOPY/AliFemto/AliFemtoAODTrackCut.cxx \
+      FEMTOSCOPY/AliFemto/AliFemtoCutMonitor.cxx
       
 
 HDRS= $(SRCS:.cxx=.h) 
index 6419d3f3a35457a4956272711f58848a3060a49a..55011c43c126884d9d968b9d02a64d1882d73beb 100644 (file)
@@ -11,6 +11,9 @@ SRCS= FEMTOSCOPY/AliFemtoUser/AliFemtoQPairCut.cxx \
       FEMTOSCOPY/AliFemtoUser/AliFemtoModelGausRinvFreezeOutGenerator.cxx \
       FEMTOSCOPY/AliFemtoUser/AliFemtoEventReaderESDKine.cxx \
       FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnTrueQ.cxx \
+      FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnNonIdDR.cxx \
+      FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DSpherical.cxx \
+      FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DLCMSSpherical.cxx \
       FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleMomRes.cxx
 
 HDRS= $(SRCS:.cxx=.h)