1 |
econte |
1.1 |
cd $CMSSW_BASE/src
|
2 |
|
|
echo "Install TwoBodyDecay package ..."
|
3 |
|
|
mkdir Alignment
|
4 |
econte |
1.2 |
mkdir Alignment/TwoBodyDecay
|
5 |
|
|
cvs co -d Alignment/TwoBodyDecay UserCode/IPHCalignment/Alignment/TwoBodyDecay
|
6 |
econte |
1.1 |
cvs co -r CMSSW_4_4_2 RecoTracker/TrackProducer
|
7 |
|
|
echo "Install Track Refitter package ..."
|
8 |
|
|
cvs co UserCode/IPHCalignment/TrackProducer
|
9 |
|
|
cp UserCode/IPHCalignment/RecoTracker/TrackProducer/test/TwoBodyDecay*.cc RecoTracker/TrackProducer/test
|
10 |
|
|
cp UserCode/IPHCalignment/RecoTracker/TrackProducer/test/BuildFile.xml RecoTracker/TrackProducer/test
|
11 |
|
|
cp UserCode/IPHCalignment/RecoTracker/TrackProducer/python/TwoBodyDecay*.cc RecoTracker/TrackProducer/python
|
12 |
|
|
echo "End !"
|
13 |
|
|
|