Skip to content

Commit

Permalink
Add MuonSeed library.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Mar 26, 2015
1 parent 6274bde commit 99210b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Fireworks/Core/standalone_build/make_tarball.sh
Expand Up @@ -107,7 +107,7 @@ getCmssw()
done;

# workaround for missing fwlite package list
for i in CondFormatsSerialization GeometryCommonDetUnit
for i in CondFormatsSerialization GeometryCommonDetUnit DataFormatsMuonSeed
do
cp -f $CMSSW_RELEASE_BASE/lib/$SCRAM_ARCH/*${i}* $tard/lib
grep $i $CMSSW_RELEASE_BASE/lib/$SCRAM_ARCH/.edmplugincache >> $cn
Expand Down Expand Up @@ -159,7 +159,7 @@ getSources()

# link to config files
cd $tard
ln -s src/Fireworks/Core/macros/default.fwc .
ln -s src/Fireworks/Core/macros/aod.fwc .
ln -s src/Fireworks/Core/macros/ispy.fwc .
ln -s src/Fireworks/Core/macros/pflow.fwc .
ln -s src/Fireworks/Core/macros/miniaod.fwc .
Expand All @@ -179,7 +179,7 @@ getDataFiles()
# sample files
cd ${tard}
name=`perl -e '($ver, $a, $b, $c) = split('_', $ENV{CMSSW_VERSION}); print "data", $a, $b, ".root" '`
$dwnCmd data.root http://amraktad.web.cern.ch/amraktad/mail/scratch0/data/$name
$dwnCmd data.root http://amraktad.web.cern.ch/amraktad/scratch0/data/$name

# mc_name=`perl -e '($ver, $a, $b, $c) = split('_', $ENV{CMSSW_VERSION}); print "mc", $a, $b, ".root" '`
# $dwnCmd mc.root http://amraktad.web.cern.ch/amraktad/mail/scratch0/data/$mc_name
Expand Down

0 comments on commit 99210b2

Please sign in to comment.