martedì 23 settembre 2014

create file list

 eos ls /eos/cms/store/group/comm_ecal/localreco/cmssw_720p4_zeromaterial/photongun_nopu | awk '{print "'\''/store/group/comm_ecal/localreco/cmssw_720p4_zeromaterial/photongun_nopu/"$1"'\'',"}' > files.py

editare files.py per scrivere files=

nel _cfg.py

from  files import filenames
fileNames = cms.untracked.vstring(filenames)

venerdì 11 aprile 2014

HLT unpacking tests

in vocms110:/build/argiro/ecalunpack

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.