ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Jeng/PVStudy/plugins/BuildFile
Revision: 1.4
Committed: Fri Apr 30 12:20:56 2010 UTC (15 years ago) by yygao
Branch: MAIN
CVS Tags: CMSSW_3_6_1_patch3_May27thReReco, CMSSW_3_5_8_patch3_May6thReReco, HEAD
Changes since 1.3: +1 -0 lines
Log Message:
Add lib

File Contents

# Content
1 <use name=FWCore/Framework>
2 <use name=FWCore/ParameterSet>
3 <use name=FWCore/Utilities>
4 <use name=FWCore/ServiceRegistry>
5 <use name=FWCore/PluginManager>
6 <use name=CondFormats/BeamSpotObjects>
7 <use name=CondFormats/DataRecord>
8 <use name=boost>
9 <use name=rootrflx>
10 <use name=CondFormats/L1TObjects>
11 <use name=SimTracker/Records>
12
13 <use name=root>
14 <use name=rootminuit>
15
16 <use name=UserCode/PVStudy>
17 <library file="*.cc" name=UserCodePVStudyPlugins>
18 <flags EDM_PLUGIN=1>
19 </library>
20