| 43 |
# Since PamCut headers may refer to the optional libraries, it's important to define the same |
# Since PamCut headers may refer to the optional libraries, it's important to define the same |
| 44 |
# flags when compiling the analysis code. Otherwise, analysis code will include PamCut headers which, |
# flags when compiling the analysis code. Otherwise, analysis code will include PamCut headers which, |
| 45 |
# if no exclusion flag is set, will try to include optional software headers. |
# if no exclusion flag is set, will try to include optional software headers. |
| 46 |
# 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. |
| 47 |
|
# |
| 48 |
|
# Excluded cuts and actions: |
| 49 |
|
# DNO_CALONUCLEI: CaloNucleiZCut |
| 50 |
|
# NO_TRKNUCLEI: TrkNucleiZCut |
| 51 |
|
# NO_TOFNUCLEI: TofNucleiZCut |
| 52 |
|
# NO_CALOPRESAMPLER: ReprocessCaloAction |
| 53 |
|
|
| 54 |
EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI #-DNO_CALOPRESAMPLER |
EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI #-DNO_CALOPRESAMPLER |
| 55 |
|
|