1 |
cd $CMSSW_BASE/src
|
2 |
echo "Install TwoBodyDecay package ..."
|
3 |
mkdir Alignment
|
4 |
mkdir Alignment/TwoBodyDecay
|
5 |
cvs co -d Alignment/TwoBodyDecay UserCode/IPHCalignment/Alignment/TwoBodyDecay
|
6 |
echo "Install Track Refitter package ..."
|
7 |
cvs co -r CMSSW_4_4_2 RecoTracker/TrackProducer
|
8 |
cvs co UserCode/IPHCalignment/RecoTracker/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/test/RefitWithTBDConstraint_cfg.py RecoTracker/TrackProducer/test
|
12 |
cp UserCode/IPHCalignment/RecoTracker/TrackProducer/python/TwoBodyDecay*_cf?.py RecoTracker/TrackProducer/python
|
13 |
echo "End !"
|
14 |
|