]> 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 a98718361ec9a711214e121d91bd1945412d1686..dc022c8dc574925a5a496ca38d1677220d78157e 100644 (file)
 #--------------------------------------------------------------------------------#
 
 set ( SRCS RESONANCES/AliRsnDaughter.cxx
-           RESONANCES/AliRsnMother.cxx 
-           RESONANCES/AliRsnPairDef.cxx 
-           RESONANCES/AliRsnEvent.cxx 
-           RESONANCES/AliRsnTarget.cxx 
-           RESONANCES/AliRsnValue.cxx 
-           RESONANCES/AliRsnCut.cxx 
-           RESONANCES/AliRsnCutValue.cxx 
-           RESONANCES/AliRsnCutPrimaryVertex.cxx 
-           RESONANCES/AliRsnCutESD2010.cxx 
-           RESONANCES/AliRsnCutTrackQuality.cxx 
-           RESONANCES/AliRsnCutPID.cxx 
-           RESONANCES/AliRsnCutPIDITS.cxx 
-           RESONANCES/AliRsnCutPIDTPC.cxx 
-           RESONANCES/AliRsnCutPIDTOF.cxx 
-           RESONANCES/AliRsnCutSet.cxx 
-           RESONANCES/AliRsnExpression.cxx 
-           RESONANCES/AliRsnVariableExpression.cxx 
-           RESONANCES/AliRsnCutManager.cxx 
-           RESONANCES/AliRsnFunction.cxx 
-           RESONANCES/AliRsnPair.cxx 
-           RESONANCES/AliRsnPairFunctions.cxx 
-           RESONANCES/AliRsnPairNtuple.cxx 
-           RESONANCES/AliRsnAnalysisManager.cxx 
-           RESONANCES/AliRsnVATProcessInfo.cxx 
-           RESONANCES/AliRsnVAnalysisTaskSE.cxx 
-           RESONANCES/AliRsnAnalysisSE.cxx 
-           RESONANCES/AliRsnAnalysisEffSE.cxx 
-           RESONANCES/AliRsnVAnalysisTask.cxx 
-           RESONANCES/AliRsnAnalysisTask.cxx 
-           RESONANCES/AliRsnMonitorTrack.cxx 
-           RESONANCES/AliRsnAnalysisMonitorTask.cxx )
+           RESONANCES/AliRsnMother.cxx
+           RESONANCES/AliRsnEvent.cxx
+           RESONANCES/AliRsnDaughterDef.cxx
+           RESONANCES/AliRsnPairDef.cxx
+           RESONANCES/AliRsnTarget.cxx
+           RESONANCES/AliRsnValue.cxx
+           RESONANCES/AliRsnCut.cxx
+           RESONANCES/AliRsnValueDaughter.cxx
+           RESONANCES/AliRsnValuePair.cxx
+           RESONANCES/AliRsnValueEvent.cxx
+           RESONANCES/AliRsnCutPrimaryVertex.cxx
+           RESONANCES/AliRsnCutTrackQuality.cxx
+           RESONANCES/AliRsnCutTrue.cxx
+           RESONANCES/AliRsnCutValue.cxx
+           RESONANCES/AliRsnCutPID.cxx
+           RESONANCES/AliRsnCutPIDITS.cxx
+           RESONANCES/AliRsnCutPIDTPC.cxx
+           RESONANCES/AliRsnCutPIDTOF.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
+           RESONANCES/AliRsnCutManager.cxx
+           RESONANCES/AliRsnListOutput.cxx
+           RESONANCES/AliRsnLoop.cxx
+           RESONANCES/AliRsnLoopDaughter.cxx
+           RESONANCES/AliRsnLoopPair.cxx
+           RESONANCES/AliRsnLoopEvent.cxx
+           RESONANCES/AliRsnLoopEff.cxx
+           RESONANCES/AliRsnLoopEffPair.cxx
+           RESONANCES/AliRsnDaughterSelector.cxx
+           RESONANCES/AliRsnInputHandler.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}" )