ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LJMet/MultivariateAnalysis/plugins/BuildFile
Revision: 1.1
Committed: Tue Mar 10 23:04:10 2009 UTC (16 years, 1 month ago) by kukartse
Branch: MAIN
CVS Tags: V00-01-10, gak031009
Log Message:
test/ljmet.cc builds a binary that can take command line parameters

File Contents

# User Rev Content
1 kukartse 1.1 <use name=FWCore/Framework>
2     <use name=FWCore/PluginManager>
3     <use name=FWCore/ParameterSet>
4     <use name=DataFormats/PatCandidates>
5     #<use name=rootrflx>
6     <use name=DataFormats/Math>
7     <use name=CLHEP>
8     <use name=root>
9     #<lib name=RooFit>
10    
11     <use name=LJMet/MultivariateAnalysis>
12    
13     <library file=Module.cc name=LJMetMultivariateAnalysisPlugins>
14     <flags EDM_PLUGIN=1>
15     </library>