- Timestamp:
- Jan 23, 2017, 12:31:11 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0c86fa5
- Parents:
- b1fd38d
- Location:
- cards
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII/CMS_PhaseII_Substructure_PIX4022_0PU.tcl
rb1fd38d r4b4207e 134 134 # pre-generated minbias input file 135 135 set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup 136 #set PileUpFile MinBias.pileup137 136 138 137 # average expected pile up … … 156 155 157 156 module ParticlePropagator ParticlePropagator { 158 #set InputArray PileUpMerger/stableParticles159 set InputArray Delphes/stableParticles157 set InputArray PileUpMerger/stableParticles 158 #set InputArray Delphes/stableParticles 160 159 161 160 set OutputArray stableParticles … … 540 539 # assume perfect pile-up subtraction for tracks with |z| > fZVertexResolution 541 540 # Z vertex resolution in m 542 set ZVertexResolution 0.0001541 set ZVertexResolution {0.0001} 543 542 } 544 543 … … 1116 1115 1117 1116 set OutputArray electrons 1117 1118 # veto isolation cand. based on proximity to input cand. 1119 set DeltaRMin 0.01 1120 set UseMiniCone true 1118 1121 1119 1122 set DeltaRMax 0.3 … … 1244 1247 set OutputArray muons 1245 1248 1249 1250 # veto isolation cand. based on proximity to input cand. 1251 set DeltaRMin 0.01 1252 set UseMiniCone true 1253 1246 1254 set DeltaRMax 0.3 1247 1255 set PTMin 1.0 -
cards/CMS_PhaseII/CMS_PhaseII_Substructure_PIX4022_200PU.tcl
rb1fd38d r4b4207e 134 134 # pre-generated minbias input file 135 135 set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup 136 #set PileUpFile MinBias.pileup137 136 138 137 # average expected pile up … … 540 539 # assume perfect pile-up subtraction for tracks with |z| > fZVertexResolution 541 540 # Z vertex resolution in m 542 set ZVertexResolution 0.0001541 set ZVertexResolution {0.0001} 543 542 } 544 543 … … 1116 1115 1117 1116 set OutputArray electrons 1117 1118 # veto isolation cand. based on proximity to input cand. 1119 set DeltaRMin 0.01 1120 set UseMiniCone true 1118 1121 1119 1122 set DeltaRMax 0.3 … … 1244 1247 set OutputArray muons 1245 1248 1249 1250 # veto isolation cand. based on proximity to input cand. 1251 set DeltaRMin 0.01 1252 set UseMiniCone true 1253 1246 1254 set DeltaRMax 0.3 1247 1255 set PTMin 1.0 -
cards/delphes_card_ATLAS_PileUp.tcl
rb1fd38d r4b4207e 334 334 # assume perfect pile-up subtraction for tracks with |z| > fZVertexResolution 335 335 # Z vertex resolution in m 336 set ZVertexResolution 0.0001336 set ZVertexResolution {0.0001} 337 337 } 338 338 -
cards/delphes_card_CMS_PileUp.tcl
rb1fd38d r4b4207e 464 464 # assume perfect pile-up subtraction for tracks with |z| > fZVertexResolution 465 465 # Z vertex resolution in m 466 set ZVertexResolution 0.0001466 set ZVertexResolution {0.0001} 467 467 } 468 468
Note:
See TracChangeset
for help on using the changeset viewer.