ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/JetFitAnalyzer/BuildFile
Revision: 1.1
Committed: Wed Sep 2 21:49:40 2009 UTC (15 years, 8 months ago) by dnisson
Branch: MAIN
CVS Tags: V01-00-01, V01-00-00, V00-01-03, V00-01-02, V00-01-01, V00-01-00, V00-00-01
Branch point for: V01-00-01-SPECTRUM, V00-01-03-branch
Log Message:
Adding JetFitAnalyzer package to CMSSW repository.

File Contents

# User Rev Content
1 dnisson 1.1 <use name=root>
2     <use name=FWCore/Framework>
3     <use name=FWCore/PluginManager>
4     <use name=FWCore/ParameterSet>
5     <!-- flags EDM_PLUGIN=1 not needed because we are declaring -->
6     <!-- only a base class; however it needs to be set in BuildFile-->
7     <flags CXXFLAGS="-lMinuit">
8     <export>
9     <lib name=UserCodeJetFitAnalyzer>
10     <use name=FWCore/Framework>
11     <use name=FWCore/PluginManager>
12     <use name=FWCore/ParameterSet>
13     <use name=root>
14     </export>