Working page Tau3Mu
Set up what you need to run some CMSSW stuff
This works on lxplus in bash:
export SCRAM_ARCH=slc5_amd64_gcc462
source /afs/cern.ch/cms/LCG/LCG-2/UI/cms_ui_env.sh
scram p CMSSW CMSSW_5_2_0_pre5
cd CMSSW_5_2_0_pre5/src
eval `scram ru -sh`
cvs co -d MyAnalysis/Tau3Mu UserCode/cerminar/MyAnalysis/Tau3Mu
addpkg L1Trigger/Configuration V00-24-09
addpkg L1TriggerConfig/L1GtConfigProducers V03-00-10
addpkg FastSimulation/Configuration
scram b
In case you run < CMSSW 5xy, you also need
addpkg HLTrigger/btau
cp ~cerminar/public/HLTmmkFilter.cc HLTrigger/btau/src/
You may want to use the attached script to set up your stuff.
What HLT are you running
You need to edit
FastSimulation/Configuration/python/HLT_GRun_cff.py
and point it to some working cff hopefully dumped from ConfDB, e.g. put in that file just
# /dev/CMSSW_5_1_0/GRun/V26 (CMSSW_5_2_0_pre4_HLT8)
import FWCore.ParameterSet.Config as cms
#from FastSimulation.HighLevelTrigger.HLTSetup_cff import *
from MyAnalysis.Tau3Mu.HLTTauTrigger_ConfDB_TV5_cff import *
--
LuigiGuiducci - 28-Feb-2012