dc740de4 |
1 | # $Id$ |
2 | |
3 | # this library contains the selectors, which are loaded on the fly when one uses a given selector |
4 | # thus this library is never used, it just exists for the build system to check if everything compiles |
5 | |
116083b1 |
6 | HDRS = dNdEta/AlidNdEtaSystematicsSelector.h \ |
7 | dNdEta/AlidNdEtaTask.h \ |
8 | dNdEta/AlidNdEtaCorrectionTask.h \ |
eb884e16 |
9 | TPC/AliROCESDAnalysisSelector.h \ |
da127a76 |
10 | TPC/AliROCRawAnalysisSelector.h \ |
447c325d |
11 | TPC/AliROCClusterAnalysisSelector.h \ |
116083b1 |
12 | highMultiplicity/AliHighMultiplicitySelector.h \ |
13 | multiplicity/AliMultiplicityTask.h \ |
14 | esdTrackCuts/AliCutTask.h |
dc740de4 |
15 | |
16 | SRCS = $(HDRS:.h=.cxx) |
17 | |
18 | DHDR= PWG0selectorsLinkDef.h |
19 | |
116083b1 |
20 | EINCLUDE=TPC RAW ITS |