1 |
erosales |
1.1 |
#!/bin/sh
|
2 |
|
|
|
3 |
|
|
. /afs/cern.ch/cms/LCG/LCG-2/UI/cms_ui_env.sh
|
4 |
erosales |
1.2 |
. /afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/ReferenceHistogramProducer/CMSSW_4_2_4_patch1/src/ReferencePythonCLIProduction/testGui/current/apps/dqmgui/etc/profile.d/env.sh
|
5 |
|
|
export PYTHONPATH=${PYTHONPATH}:/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/ReferenceHistogramProducer/CMSSW_4_2_4_patch1/src/ReferencePythonCLIProduction/libxml2-2.6.4/python/build/lib.linux-x86_64-2.6
|
6 |
erosales |
1.1 |
voms-proxy-init
|
7 |
|
|
python DQMPreAssembleReferenceHistos.py -x $1
|
8 |
|
|
|