ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/BuildFile
Revision: 1.8
Committed: Thu Oct 16 16:44:52 2008 UTC (16 years, 6 months ago) by bendavid
Branch: MAIN
CVS Tags: Mit_008, Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005
Changes since 1.7: +3 -1 lines
Log Message:
Updated HitDropper for accuracy and speed in determining which hits to remove

File Contents

# User Rev Content
1 loizides 1.3 # -*- Makefile -*-
2 bendavid 1.8 # $Id: BuildFile,v 1.7 2008/10/13 10:39:23 bendavid Exp $
3 loizides 1.3
4 paus 1.1 <use name=root>
5     <use name=FWCore/Framework>
6     <use name=FWCore/ParameterSet>
7     <use name=Foundation/PluginManager>
8 bendavid 1.7 <use name=TrackingTools/TransientTrack>
9 bendavid 1.8 <use name=RecoTracker/TkDetLayers>
10     <use name=RecoTracker/Record>
11 paus 1.1 <use name=DataFormats/Common>
12     <use name=DataFormats/TrackReco>
13 bendavid 1.6 <use name=DataFormats/VertexReco>
14 loizides 1.5 <use name=MitCommon/DataFormats>
15 loizides 1.4 <use name=MitCommon/MathTools>
16 loizides 1.5 <use name=MitEdm/DataFormats>
17 paus 1.1 <use name=MitEdm/VertexFitInterface>
18 loizides 1.3 #<flags CXXFLAGS="-g">
19 paus 1.1 <flags EDM_PLUGIN=1>
20     <export>
21     <lib name=MitEdmProducer>
22     </export>