ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/Alignment/CommonAlignmentAlgorithm/BuildFile
Revision: 1.4
Committed: Thu Sep 14 14:55:39 2006 UTC (18 years, 8 months ago) by fronga
Branch: MAIN
CVS Tags: CMSSW_1_1_2, CMSSW_1_2_0_pre7, CMSSW_1_1_1, CMSSW_1_0_6, CMSSW_1_2_0_pre2, CMSSW_1_0_5, V00-02-00
Changes since 1.3: +8 -2 lines
Log Message:
Moved the refitting from AlignmentProducer to AlignmentAlgorithmBase.

File Contents

# User Rev Content
1 fronga 1.2 <use name=Alignment/CommonAlignmentParametrization>
2 fronga 1.4 <use name=RecoTracker/TrackProducer>
3     <use name=FWCore/ParameterSet>
4     <use name=MagneticField/Engine>
5     <use name=MagneticField/Records>
6     <use name=RecoTracker/TransientTrackingRecHit>
7 fronga 1.2 <use name=Alignment/TrackerAlignment>
8 fronga 1.4 <use name=RecoTracker/TrackProducer>
9 fpschill 1.1
10     <export>
11 fpschill 1.3 <lib name=AlignmentCommonAlignmentAlgorithm>
12     <use name=Alignment/CommonAlignmentParametrization>
13     <use name=Alignment/TrackerAlignment>
14 fronga 1.4 <use name=RecoTracker/TrackProducer>
15     <use name=RecoTracker/TransientTrackingRecHit>
16 fpschill 1.1 </export>