--- PamCut/makefile 2010/02/08 11:51:29 1.7 +++ PamCut/makefile 2010/03/24 08:11:25 1.9 @@ -43,9 +43,15 @@ # Since PamCut headers may refer to the optional libraries, it's important to define the same # flags when compiling the analysis code. Otherwise, analysis code will include PamCut headers which, # if no exclusion flag is set, will try to include optional software headers. -# Conversely, if you use optional libraries remember to tell it to the linker. +# Conversely, if you use optional libraries remember to tell it to the linker. +# +# Excluded cuts and actions: +# DNO_CALONUCLEI: CaloNucleiZCut +# NO_TRKNUCLEI: TrkNucleiZCut +# NO_TOFNUCLEI: TofNucleiZCut +# NO_CALOPRESAMPLER: ReprocessCaloAction -EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI +EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI #-DNO_CALOPRESAMPLER # Put below the files on which every .cpp must depend on, ie., those files that, # if modified, will trigger a complete recompilation of the project.