35 |
# PamCut software which make use of unavailable libraries. Remember to place |
# PamCut software which make use of unavailable libraries. Remember to place |
36 |
# the code to be excluded between proper preprocessor directives. See the documentation or the cut |
# the code to be excluded between proper preprocessor directives. See the documentation or the cut |
37 |
# TofNucleiZCut for an example. |
# TofNucleiZCut for an example. |
38 |
|
# Since PamCut headers may refer to the optional libraries, it's important to define the same |
39 |
|
# flags when compiling the analysis code. Otherwise, analysis code will include PamCut headers which, |
40 |
|
# if no exclusion flag is set, will try to include optional software headers. |
41 |
|
# Conversely, if you use optional libraries remember to tell it to the linker. |
42 |
|
|
43 |
EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI #-DNO_TOFNUCLEI -DNO_CALONUCLEI -DNO_TRKNUCLEI |
EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI |
44 |
|
|
45 |
# Put below the files on which every .cpp must depend on, ie., those files that, |
# Put below the files on which every .cpp must depend on, ie., those files that, |
46 |
# if modified, will trigger a complete recompilation of the project. |
# if modified, will trigger a complete recompilation of the project. |