ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Analyzers/BuildFile
Revision: 1.2
Committed: Tue Jun 8 23:30:47 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
Changes since 1.1: +9 -1 lines
Log Message:
Add example analyzer

File Contents

# User Rev Content
1 loizides 1.1 # -*- Makefile -*-
2 bendavid 1.2 # $Id: BuildFile,v 1.1 2009/10/21 13:27:33 loizides Exp $
3 loizides 1.1
4     <use name=root>
5     <use name=FWCore/Framework>
6     <use name=FWCore/ParameterSet>
7     <use name=FWCore/PluginManager>
8 bendavid 1.2 <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     <use name=MitEdm/ConversionRejection>
16 loizides 1.1 #<flags CXXFLAGS="-g">
17     <flags EDM_PLUGIN=1>
18     <export>
19     <lib name=MitEdmAnalyzers>
20     </export>