]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/CMakelibPWG2resonances.pkg
Some of the coding violations corrected
[u/mrichter/AliRoot.git] / PWG2 / CMakelibPWG2resonances.pkg
index eda8af1a59e5b1a58c8b7e51acc98404904c8f32..dc022c8dc574925a5a496ca38d1677220d78157e 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
@@ -46,6 +47,11 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnCutPIDNSigma.cxx
            RESONANCES/AliRsnCutMomentumComparison.cxx
            RESONANCES/AliRsnCutKaonForPhi2010.cxx
+           RESONANCES/AliRsnCutKaonForPhi2010PP.cxx
+           RESONANCES/AliRsnCutPion2010PP.cxx
+           RESONANCES/AliRsnCutProton2010PP.cxx
+           RESONANCES/AliRsnCutDaughterKStar2010PP.cxx 
+           RESONANCES/AliRsnCutV0.cxx 
            RESONANCES/AliRsnCutSet.cxx
            RESONANCES/AliRsnExpression.cxx
            RESONANCES/AliRsnVariableExpression.cxx
@@ -59,7 +65,16 @@ 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/AliRsnMiniMonitor.cxx
+           RESONANCES/AliRsnMiniAnalysisTask.cxx )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )