venerdì 11 aprile 2014

testing testing

cmsDriver.py data -s RAW2DIGI,L1Reco,RECO,DQM --eventcontent DQM --conditions auto:com10 -n 500 --filein="file:/build/argiro/data/MinBias-Run2011B-RAW.root" --data --scenario pp --process RERECO


cmsDriver.py harvest -s HARVESTING:DQMHarvestEcal --harvesting AtJobEnd --filein="file:data_RAW2DIGI_L1Reco_RECO_DQM.root" --condition=auto:com10 --data

venerdì 31 agosto 2012

Phisym analysis location

from AFS home :

scratch0/splitcode/CMSSW_3_5_6/src/CondTools/Ecal/python/EcalCalibAnalysis.py
scratch0/splitcode/CMSSW_3_5_6/src/CondTools/Ecal/python/intercalibanalysis-main.py

lunedì 4 giugno 2012

USB dongle vodoo

 sudo kextunload /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBEthernet.kext
 sudo kextload /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBEthernet.kext

domenica 20 novembre 2011

NX client and Lion

I have all sort of problems with screen resolution with the beta nxplayer and Lion.
Plus, cut and paste does not work

What seems to work is opennx

http://opennx.net/

using
http://sourceforge.net/projects/opennx/files/opennx/CI/OpenNX-0.16.0.649.dmg/download

It will give you a wrong keyboard map. On the server, edit

/usr/NX/ets/node.cfg

to add

AgentExtraOptions = "-kb"


and restart with nxserver --restart

mercoledì 9 novembre 2011

Error on Efficiency

binomial error is

sigma_eff = sqrt(eff (1-eff)/N)

ROOT: TEfficiency class


ref:

home.fnal.gov/~paterno/images/effic.pdf.

lunedì 15 agosto 2011

Check wrong JPsi sample

JPsiToMuMu_2MuPEtaFilter_7TeV-pythia6-evtgen/AODSIM/PU_S4_START42_V11-v1

first file locally:

/data/argiro/JPsiToMuMu_2MuPEtaFilter_7TeV-pythia6-evtgen/store/mc/Summer11/JPsiToMuMu_2MuPEtaFilter_7TeV-pythia6-evtgen

command

Events.Draw("recoGenParticles_genParticles__HLT.obj.mass_","recoGenParticles_genParticles__HLT.obj.pdgId_==20443")

(pdgid=20443 is chi_c1)

mercoledì 3 agosto 2011

gdb CMSSW

It might be necessary to do

scram tool info python
and set

PYTHONHOME to the value of PYTHON_BASE reported by scram


Catch exceptions:

gdb --args cmsRun conf.py
catch throw
run

fare cont finche si entra nel event loop