Fork me on GitHub

Changeset 4b4207e in git for cards/CMS_PhaseII


Ignore:
Timestamp:
Jan 23, 2017, 12:31:11 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
0c86fa5
Parents:
b1fd38d
Message:

put formula instead of constant value for z vertex res.

Location:
cards/CMS_PhaseII
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cards/CMS_PhaseII/CMS_PhaseII_Substructure_PIX4022_0PU.tcl

    rb1fd38d r4b4207e  
    134134  # pre-generated minbias input file
    135135  set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup
    136   #set PileUpFile MinBias.pileup
    137136
    138137  # average expected pile up
     
    156155
    157156module ParticlePropagator ParticlePropagator {
    158   #set InputArray PileUpMerger/stableParticles
    159   set InputArray Delphes/stableParticles
     157  set InputArray PileUpMerger/stableParticles
     158  #set InputArray Delphes/stableParticles
    160159
    161160  set OutputArray stableParticles
     
    540539  # assume perfect pile-up subtraction for tracks with |z| > fZVertexResolution
    541540  # Z vertex resolution in m
    542   set ZVertexResolution 0.0001
     541  set ZVertexResolution {0.0001}
    543542}
    544543
     
    11161115
    11171116  set OutputArray electrons
     1117
     1118  # veto isolation cand. based on proximity to input cand.
     1119  set DeltaRMin 0.01
     1120  set UseMiniCone true
    11181121
    11191122  set DeltaRMax 0.3
     
    12441247  set OutputArray muons
    12451248
     1249
     1250  # veto isolation cand. based on proximity to input cand.
     1251  set DeltaRMin 0.01
     1252  set UseMiniCone true
     1253
    12461254  set DeltaRMax 0.3
    12471255  set PTMin 1.0
  • cards/CMS_PhaseII/CMS_PhaseII_Substructure_PIX4022_200PU.tcl

    rb1fd38d r4b4207e  
    134134  # pre-generated minbias input file
    135135  set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup
    136   #set PileUpFile MinBias.pileup
    137136
    138137  # average expected pile up
     
    540539  # assume perfect pile-up subtraction for tracks with |z| > fZVertexResolution
    541540  # Z vertex resolution in m
    542   set ZVertexResolution 0.0001
     541  set ZVertexResolution {0.0001}
    543542}
    544543
     
    11161115
    11171116  set OutputArray electrons
     1117
     1118  # veto isolation cand. based on proximity to input cand.
     1119  set DeltaRMin 0.01
     1120  set UseMiniCone true
    11181121
    11191122  set DeltaRMax 0.3
     
    12441247  set OutputArray muons
    12451248
     1249
     1250  # veto isolation cand. based on proximity to input cand.
     1251  set DeltaRMin 0.01
     1252  set UseMiniCone true
     1253
    12461254  set DeltaRMax 0.3
    12471255  set PTMin 1.0
Note: See TracChangeset for help on using the changeset viewer.