ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/JetFitAnalyzer/BuildFile
Revision: 1.3
Committed: Fri Jan 22 23:53:09 2010 UTC (15 years, 3 months ago) by dnisson
Branch: MAIN
CVS Tags: V02-04-01, V02-04-00, V02-03-03, V02-03-01, V02-03-00, V02-01-00, HEAD
Changes since 1.2: +2 -0 lines
Log Message:
Latest version of my code which I am working on--prints out true W vertex

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 dnisson 1.2 <use name=PhysicsTools/UtilAlgos>
6 dnisson 1.3 <use name=SimDataFormats/GeneratorProducts>
7     <use name=HepMC>
8 dnisson 1.1 <!-- flags EDM_PLUGIN=1 not needed because we are declaring -->
9     <!-- only a base class; however it needs to be set in BuildFile-->
10 dnisson 1.2 <flags CXXFLAGS="-lMinuit -lSpectrum">
11 dnisson 1.1 <export>
12     <lib name=UserCodeJetFitAnalyzer>
13     <use name=FWCore/Framework>
14     <use name=FWCore/PluginManager>
15     <use name=FWCore/ParameterSet>
16     <use name=root>
17     </export>