scramv1 project CMSSW CMSSW_3_3_6_patch6 cd CMSSW_3_3_6_patch6/src/ cvs co -r TAG -d IsoDepositAnalyzer/EgammaIsolationAnalyzer/ UserCode/RokoPlestina/IsoDepositAnalyzer/EgammaIsolationAnalyzer scram b cmsenv cd IsoDepositAnalyzer/EgammaIsolationAnalyzer/test cmsRun egammaisolationanalyzer_cfg.py
roko_0_0_0
is a first publication tag with flat random cone distributions and with some problems in HZZ4l tracker isolation producer
eta-phi
distribution of random cones
RecoEgamma/EgammaIsolationAlgos V00-03-18
and RecoEgamma/PhotonIdentification V01-00-03
(0,0,0)
and not from the vertex of a candidate track
STARTUP3X_V8P
/MinBias/charlot-MC_STARTUP3X_V8P_29Jan_900GeV_BSCPhyDecTrigSkim_rereco-a541b356a3eca87648310afd2ce7cf09/USER
/Zee/Summer09-MC_31X_V3-v1/GEN-SIM-RECO
GR09_R_V6A
/MinimumBias/charlot-BeamCommissioning09-Jan29thReReco_BSCnoBeamHaloBptxPhysDecTrigSkim_rereco-d9a3a544833f2aa608ea083761abcd9c/USER
gsfElectrons::RERECOANDSKIM
hadd newname.root *.root
- command used to make single root file from many. Very useful when you have many rootples as output of crab jobs
process.out = cms.OutputModule("PoolOutputModule", fileName = cms.untracked.string('output.root'), # save only events passing the full path 'p' SelectEvents = cms.untracked.PSet( SelectEvents= cms.vstring('p') ), # define output outputCommands = cms.untracked.vstring('drop *', 'keep *_myCollection_*_*' ) )