This page describes the analysis flow for ColourFlowAnalysis.

Getting the analysis package

svn co svn+ssh://svn.cern.ch/reps/desyatfw/CommonAnalysis/Release/ColourFlowAnalysis/trunk ColourFlowAnalysis
cd ColourFlowAnalysis
ini py26root52800
source setup.sh
source make-all.sh

Setting up the analysis package

ini py26root52800
cd ColourFlowAnalysis/SFrame
source setup.sh
cd ../

Running selection

locally

cd ${SFRAME_DIR}/../Top/ColourFlow/config
sframe_main ColourFlowSelection_config.xml

batch

single sample

nominal

cd ${SFRAME_DIR}/../BatchSubmission
python submitSFrame.py --batch -j ColourFlow_MC11Cttbar.py

systematic

cd ${SFRAME_DIR}/../BatchSubmission
python submitSFrame.py --batch -j ColourFlow_MC11Cttbar.py -s JESup

massive submission

nominal

cd ${SFRAME_DIR}/../BatchSubmission
./cmbs.sh MC

systematic

cd ${SFRAME_DIR}/../BatchSubmission
./cmbs.sh MC JESup

HFOR splitting

all variations

cd ${SFRAME_DIR}/../Scripts
python HFORSplitter.py

specific variation(s)

cd ${SFRAME_DIR}/../Scripts
python HFORSplitter.py --postfix JESup

preparing analysis xmls

cd ${SFRAME_DIR}/../BatchSubmission/AnaXmls
./createAnaXmls.sh

Running analysis

locally

cd ${SFRAME_DIR}/../Top/ColourFlow/config
sframe_main ColourFlowAnalysis_config.xml

batch

nominal

cd ${SFRAME_DIR}/../BatchSubmission
python submitSFrame.py --batch -j ColourFlowAnalysis_MC11.py

systematic

cd ${SFRAME_DIR}/../BatchSubmission
python submitSFrame.py --batch -j ColourFlowAnalysis_MC11.py -s JESup

plotting

cd ${SFRAME_DIR}/../Top/ColourFlow/scripts
python CFplotDataMC.py -c DataMC_Egamma_config.py

ATLAS: ClemensLange/AnalysisFlow (last edited 2012-04-13 10:09:27 by ClemensLange)