ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/BuildFile
Revision: 1.1
Committed: Tue May 27 20:30:15 2008 UTC (16 years, 11 months ago) by loizides
Branch: MAIN
Log Message:
TreeFiller example

File Contents

# User Rev Content
1 loizides 1.1 # -*- Makefile -*-
2     # $Id:$
3    
4     <use name=FWCore/Framework>
5     <use name=Foundation/PluginManager>
6     <use name=FWCore/ParameterSet>
7     <use name=SimDataFormats/HepMCProduct>
8     <use name=clhep>
9     <use name=root>
10     <use name=MitProd/TreeService>
11     <use name=MitAna/DataTree>
12     <use name=MitAna/DataUtil>
13     <flags CXXFLAGS="-g">
14     <flags EDM_PLUGIN=1>
15     <export>
16     <lib name=MitProdTreeFiller>
17     </export>