Changeset f98efbf in git
- Timestamp:
- Oct 9, 2015, 1:54:15 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- f118021
- Parents:
- dddad55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII_140PU_conf4.tcl
rdddad55 rf98efbf 1 set MaxEvents 1002 3 1 ####################################### 4 2 # Order of execution of various modules … … 1937 1935 set CandidateInputArray PhotonEfficiency/photons 1938 1936 1939 # neutral and charged particles for the whole event (no CHS applied) 1940 set NeutralIsolationInputArray NeutralTowerMerger/eflowTowers 1941 set ChargedIsolationInputArray TrackMerger/tracks 1937 # isolation collection 1938 set IsolationInputArray EFlowMergerAllTracks/eflow 1942 1939 1943 1940 # select a rho for the isolation … … 2008 2005 module Isolation ElectronIsolation { 2009 2006 2010 set CandidateInputArray 2011 2012 set NeutralIsolationInputArray NeutralTowerMerger/eflowTowers2013 set ChargedIsolationInputArray TrackMerger/tracks2007 set CandidateInputArray ElectronEfficiency/electrons 2008 2009 # isolation collection 2010 set IsolationInputArray EFlowMergerAllTracks/eflow 2014 2011 2015 2012 set RhoInputArray RhoGridFastJet/rho … … 2053 2050 set CandidateInputArray MuonEfficiency/muons 2054 2051 2055 set NeutralIsolationInputArray NeutralTowerMerger/eflowTowers2056 set ChargedIsolationInputArray TrackMerger/tracks2057 2052 # isolation collection 2053 set IsolationInputArray EFlowMergerAllTracks/eflow 2054 2058 2055 set RhoInputArray RhoGridFastJet/rho 2059 2056
Note:
See TracChangeset
for help on using the changeset viewer.