]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/CMakelibPWG2resonances.pkg
Fixed all fixable coding conventions violations
[u/mrichter/AliRoot.git] / PWG2 / CMakelibPWG2resonances.pkg
index 17d1a82dd8a218bd42e5658b6bad08b90d89cbdb..bd4f12f777875c3f9fcb26aa6a33c94d5b5de2d5 100644 (file)
@@ -38,6 +38,7 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnValueEvent.cxx
            RESONANCES/AliRsnCutPrimaryVertex.cxx
            RESONANCES/AliRsnCutTrackQuality.cxx
+           RESONANCES/AliRsnCutTrue.cxx
            RESONANCES/AliRsnCutValue.cxx
            RESONANCES/AliRsnCutPID.cxx
            RESONANCES/AliRsnCutPIDITS.cxx
@@ -47,6 +48,8 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnCutMomentumComparison.cxx
            RESONANCES/AliRsnCutKaonForPhi2010.cxx
            RESONANCES/AliRsnCutKaonForPhi2010PP.cxx
+           RESONANCES/AliRsnCutPion2010PP.cxx
+           RESONANCES/AliRsnCutProton2010PP.cxx
            RESONANCES/AliRsnCutSet.cxx
            RESONANCES/AliRsnExpression.cxx
            RESONANCES/AliRsnVariableExpression.cxx
@@ -60,7 +63,15 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnLoopEffPair.cxx
            RESONANCES/AliRsnDaughterSelector.cxx
            RESONANCES/AliRsnInputHandler.cxx
-           RESONANCES/AliRsnAnalysisTask.cxx )
+           RESONANCES/AliRsnAnalysisTask.cxx
+           RESONANCES/AliRsnMiniParticle.cxx
+           RESONANCES/AliRsnMiniPair.cxx
+           RESONANCES/AliRsnCutMiniPair.cxx
+           RESONANCES/AliRsnMiniEvent.cxx
+           RESONANCES/AliRsnMiniAxis.cxx
+           RESONANCES/AliRsnMiniOutput.cxx
+           RESONANCES/AliRsnMiniValue.cxx
+           RESONANCES/AliRsnMiniAnalysisTask.cxx )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )