Fork me on GitHub

Ignore:
Timestamp:
Jan 26, 2017, 5:16:03 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
95b3531, abcacdb
Parents:
d759c46
Message:

fix Puppi workflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CMS_PhaseII/CMS_PhaseII_Substructure_PIX4022_200PU.tcl

    rd759c46 rfc02d59  
    4747  LeptonFilterLep
    4848  RunPUPPIBase
     49  RunPUPPIMerger
    4950  RunPUPPI
    5051
     
    134135  # pre-generated minbias input file
    135136  set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup
     137  #set PileUpFile MinBias.pileup
    136138
    137139  # average expected pile up
     
    651653}
    652654
    653 module Merger RunPUPPI {
     655module Merger RunPUPPIMerger {
    654656  add InputArray RunPUPPIBase/PuppiParticles
    655657  add InputArray LeptonFilterLep/eflowTracksLeptons
     658  set OutputArray PuppiParticles
     659}
     660
     661# need this because of leptons that were added back
     662module RecoPuFilter RunPUPPI {
     663  set InputArray RunPUPPIMerger/PuppiParticles
    656664  set OutputArray PuppiParticles
    657665}
Note: See TracChangeset for help on using the changeset viewer.