Changeset 6 in HiSusy


Ignore:
Timestamp:
Jul 3, 2013, 5:58:48 PM (11 years ago)
Author:
zerwas
Message:

update to Delphes-3.0.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config.csh

    r4 r6  
    11#!/bin/tcsh
     2
     3set PWD=`pwd`
    24
    35# test if the first argument is help
     
    6668if ( $#argv > 0 ) then
    6769    if ( $1 == init ) then
    68         cd Pythia8/pythia8170/
    69         ./configure --with-hepmc=../../hepmc/x86_64-slc5-gcc41-opt/
     70        cd ${PWD}/hepmc
     71        tar xvfz HepMC-2.06.08-x86_64-slc5-gcc41-opt.tar.gz
     72        cd ${PWD}/Pythia8/pythia8170/
     73        echo $PWD is the working directory
     74        ./configure --with-hepmc=${PWD}/hepmc/x86_64-slc5-gcc41-opt/ --with-hepmcversion=2.06.08
    7075        gmake
    7176        cd examples
    7277        ./configure
    7378        cd ../../../
    74         cd Delphes-3.0.0
     79        cd Delphes/Delphes-3.0.9
    7580        ./configure
    7681        gmake
    77         cd ../
    78     endif
     82   endif
    7983endif
     84setenv HEPMCLOCATION ${PWD}/hepmc/x86_64-slc5-gcc41-opt/
    8085
    8186echo setting up Pythia8 with HepMC
    82 source `pwd`/Pythia8/pythia8170/examples/config.csh
     87source ${PWD}/Pythia8/pythia8170/examples/config.csh
    8388
    8489echo setting up PythiaDelphes
    85 setenv PYTHIA8LOCATION `pwd`/Pythia8/pythia8170
    86 setenv PYTHIA8DATA `pwd`/Pythia8/pythia8170/xmldoc
     90setenv PYTHIA8LOCATION ${PWD}/Pythia8/pythia8170
     91setenv PYTHIA8DATA ${PWD}/Pythia8/pythia8170/xmldoc
Note: See TracChangeset for help on using the changeset viewer.