ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/Alignment/CommonAlignmentAlgorithm/plugins/BuildFile.xml
Revision: 1.2
Committed: Tue Aug 28 19:21:49 2012 UTC (12 years, 8 months ago) by flucke
Content type: text/xml
Branch: MAIN
CVS Tags: V04-00-04, V04-00-03, V04-00-02, V04-00-01
Changes since 1.1: +9 -0 lines
Log Message:
First fully working version of SiStrip (!) LorentzAngle calibration in
alignment framework.

File Contents

# User Rev Content
1 mussgill 1.1 <use name="FWCore/MessageLogger"/>
2     <use name="FWCore/Framework"/>
3     <use name="FWCore/ParameterSet"/>
4     <library name="CommonAlignmentAlgorithmPlugin" file="*.cc">
5     <use name="Alignment/CommonAlignment"/>
6     <use name="Alignment/CommonAlignmentAlgorithm"/>
7     <use name="Alignment/MuonAlignment"/>
8     <use name="Alignment/TrackerAlignment"/>
9 flucke 1.2 <use name="CondCore/DBOutputService"/>
10     <use name="CondFormats/DataRecord"/>
11     <use name="CondFormats/SiStripObjects"/>
12     <use name="FWCore/ServiceRegistry"/>
13     <use name="DataFormats/DetId"/>
14     <use name="MagneticField/Engine"/>
15     <use name="MagneticField/Records"/>
16     <use name="Geometry/CommonDetUnit"/>
17     <use name="TrackingTools/TransientTrackingRecHit"/>
18 mussgill 1.1 <flags EDM_PLUGIN="1"/>
19     </library>