ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/JetFitAnalyzer/test/BuildFile
Revision: 1.6
Committed: Mon Apr 19 03:05:23 2010 UTC (15 years ago) by dnisson
Branch: MAIN
CVS Tags: V02-04-04, V02-04-03, HEAD
Changes since 1.5: +3 -0 lines
Error occurred while calculating annotation data.
Log Message:
Added QCD jet resolution analyzer

File Contents

# Content
1 <use name=root>
2 <use name=fastjet>
3 <use name=FWCore/Framework>
4 <use name=FWCore/PluginManager>
5 <use name=FWCore/ParameterSet>
6 <use name=FWCore/ServiceRegistry>
7 <use name=PhysicsTools/UtilAlgos>
8 <use name=FWCore/ServiceRegistry>
9 <use name=UserCode/JetFitAnalyzer>
10 <use name=DataFormats/HepMCCandidate>
11 <use name=DataFormats/ParticleFlowCandidate>
12 <use name=DataFormats/ParticleFlowReco>
13 <use name=DataFormats/JetReco>
14 <flags CXXFLAGS="-lMinuit">
15 <library file=JetFinderAnalyzer.cc>
16 <flags EDM_PLUGIN=1>
17 </library>
18 <library file=PartonResAnalyzer.cc>
19 <flags EDM_PLUGIN=1>
20 </library>
21 <library file=QCDResAnalyzer.cc>
22 <flags EDM_PLUGIN=1>
23 </library>