Installing the executable in first place
wget http://yuan.ucsd.edu/CMS/WBFanalysis_v1.tar.gz
source /code/osgcode/cmssoft/cmsset_default.sh cmssw_1_6_11
source /code/osgcode/cmssoft/cms/setup/bashrc
export SCRAM_ARCH=slc4_ia32_gcc345
scramv1 project CMSSW CMSSW_1_6_11
cd CMSSW_1_6_11/src
eval `scramv1 runtime -sh`
tar -xvzf ../../WBFanalysis_v1.tar.gz
cd WBFanalysis
scramv1 b
Trying the exe out locally
cd CMSSW_1_6_11/src/WBFanalysis/NtupleMaker/test
source /code/osgcode/cmssoft/cmsset_default.sh cmssw_1_6_11
source /code/osgcode/cmssoft/cms/setup/bashrc
export SCRAM_ARCH=slc4_ia32_gcc345
eval `scramv1 runtime -sh`
cmsRun SimpleTest.cfg
This creates a file called:
TestFile? .txt in the local working directory.
The size of this file is controllable, and so is the wall clock time.
--
FkW - 24 Apr 2008
Topic revision: r1 - 2008/04/24 - 05:21:01 -
FkW