Revision: | 1.1 |
Committed: | Tue Jun 8 20:17:28 2010 UTC (14 years, 11 months ago) by bendavid |
Branch: | MAIN |
CVS Tags: | Mit_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, V07-05-00, Mit_016, Mit_015b, Mit_015a, Mit_015, Mit_014e, Mit_014d, Mit_014c, Mit_014b, ConvRejection-10-06-09 |
Log Message: | Add simple tool to do conversion selection and matching |
# | User | Rev | Content |
---|---|---|---|
1 | bendavid | 1.1 | # -*- Makefile -*- |
2 | # $Id: BuildFile,v 1.14 2010/02/10 18:53:19 yilmaz Exp $ | ||
3 | |||
4 | <use name=root> | ||
5 | <use name=FWCore/Framework> | ||
6 | <use name=FWCore/ParameterSet> | ||
7 | <use name=FWCore/PluginManager> | ||
8 | <use name=DataFormats/Common> | ||
9 | <use name=DataFormats/GsfTrackReco> | ||
10 | <use name=DataFormats/TrackReco> | ||
11 | <use name=DataFormats/VertexReco> | ||
12 | <use name=MitCommon/DataFormats> | ||
13 | <use name=MitCommon/MathTools> | ||
14 | <use name=MitEdm/DataFormats> | ||
15 | #<flags CXXFLAGS="-g"> | ||
16 | <export> | ||
17 | <lib name=MitEdmConversionRejection> | ||
18 | </export> |