Fork me on GitHub

Changeset fc02d59 in git for cards/FCC


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/FCC/FCChh_PileUp.tcl

    rd759c46 rfc02d59  
    4242  LeptonFilterLep
    4343  RunPUPPIBase
     44  RunPUPPIMerger
    4445  RunPUPPI
    4546 
     
    9899 
    99100  # average expected pile up
    100   set MeanPileUp 1000
     101  set MeanPileUp 100
    101102
    102103  # maximum spread in the beam direction in m
     
    539540}
    540541
    541 module Merger RunPUPPI {
     542module Merger RunPUPPIMerger {
    542543  add InputArray RunPUPPIBase/PuppiParticles
    543544  add InputArray LeptonFilterLep/eflowTracksLeptons
     545  set OutputArray PuppiParticles
     546}
     547
     548# need this because of leptons that were added back
     549module RecoPuFilter RunPUPPI {
     550  set InputArray RunPUPPIMerger/PuppiParticles
    544551  set OutputArray PuppiParticles
    545552}
     
    760767
    761768  # isolation collection
    762   set IsolationInputArray EFlowFilter/eflow
     769  set IsolationInputArray RunPUPPI/PuppiParticles
    763770
    764771  # output array
     
    788795module Isolation ElectronIsolation {
    789796  set CandidateInputArray ElectronFilter/electrons
    790   set IsolationInputArray EFlowFilter/eflow
     797  set IsolationInputArray RunPUPPI/PuppiParticles
    791798
    792799  set OutputArray electrons
     800
     801  # veto isolation cand. based on proximity to input cand.
     802  set DeltaRMin 0.01
     803  set UseMiniCone true
    793804
    794805  set DeltaRMax 0.3
     
    808819module Isolation MuonIsolation {
    809820  set CandidateInputArray MuonMomentumSmearing/muons
    810   set IsolationInputArray EFlowFilter/eflow
     821  set IsolationInputArray RunPUPPI/PuppiParticles
    811822
    812823  set OutputArray muons
     824
     825  # veto isolation cand. based on proximity to input cand.
     826  set DeltaRMin 0.01
     827  set UseMiniCone true
    813828
    814829  set DeltaRMax 0.3
     
    983998  add Branch GenJetFinder/jets GenJet Jet
    984999  add Branch GenMissingET/momentum GenMissingET MissingET
     1000  add Branch GenPileUpMissingET/momentum GenPileUpMissingET MissingET
    9851001
    9861002  add Branch UniqueObjectFinder/photons Photon Photon
     
    9901006
    9911007  add Branch MissingET/momentum MissingET MissingET
     1008  add Branch PuppiMissingET/momentum PuppiMissingET MissingET
    9921009  add Branch ScalarHT/energy ScalarHT ScalarHT
    9931010}
Note: See TracChangeset for help on using the changeset viewer.