Fork me on GitHub

Changes between Version 9 and Version 10 of WorkBook/Arrays


Ignore:
Timestamp:
Dec 16, 2014, 11:29:18 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Arrays

    v9 v10  
    11{{{
    22#!CSV
    3 123     123     123     123
    4 234     234     234     234
    5 234     234     234     234
    6 234     234     234     234
    7 234     234     234     234
     3Array name, Description
     4Delphes/allParticles,All generated particles
     5Delphes/stableParticles,Final state particles (Status==1)
     6Delphes/partons,Decayed particles or partons produced in shower (Status==2)
     7ParticlePropagator/stableParticles,All propagated particles,
     8ParticlePropagator/chargedHadrons,Propagated charged hadrons
     9ParticlePropagator/electrons,Propagated electrons
     10ParticlePropagator/muons,Propagated muons
     11ChargedHadronTrackingEfficiency/chargedHadrons,Propagated charged hadrons that pass the efficiency selection
     12ChargedHadronMomentumSmearing/chargedHadrons,Tracks with momentum smeared according to the charged hadrons momentum resolution
     13ElectronTrackingEfficiency/electrons,Propagated electrons that pass the efficiency selection
     14ElectronEnergySmearing/electrons,Tracks with energy smeared according to the electron energy resolution
     15MuonTrackingEfficiency/muons,Propagated muons that pass the efficiency selection
     16MuonMomentumSmearing/muons,Tracks with momentum smeared according to the muon momentum resolution
     17TrackMerger/tracks,Combination of charged hadrons and electrons
     18Calorimeter/towers,All calorimeter towers
     19Calorimeter/photons,Calorimeter towers associated with the photons
     20Calorimeter/eflowTracks,Tracks output from the energy flow algorithm
     21Calorimeter/eflowPhotons,Photon output from the energy flow algorithm
     22Calorimeter/eflowNeutralHadrons,Neutral hadron output from the energy flow algorithm
     23EFlowMerger/eflow,Combination of tracks,calorimeter towers and muons required for jet finding
     24ElectronEfficiency/electrons,Electrons that pass the efficiency selection
     25ElectronIsolation/electrons,Isolated electrons
     26PhotonEfficiency/photons,Photons that pass the efficiency selection
     27PhotonIsolation/photons,Isolated photons
     28MuonEfficiency/muons,Muons that pass the efficiency selection
     29MuonIsolation/muons,Isolated muons
     30FastJetFinder/jets,Reconstructed jets
     31MissingET/momentum,Missing transverse energy
     32ScalarHT/energy,Scalar sum of transverse momenta and energy of all reconstructed objects
     33UniqueObjectFinder/photons,Uniquely identified photons
     34UniqueObjectFinder/electrons,Uniquely identified electrons
     35UniqueObjectFinder/jets,Uniquely identified jets
    836}}}
    9 
    10 ||= Array name                                       =||= Description                                                          =||
    11 || Delphes/allParticles                               || All generated particles                                                ||
    12 || Delphes/stableParticles                            || Final state particles (Status==1)                                    ||
    13 || Delphes/partons                                    || Decayed particles or partons produced in shower (Status==2)          ||
    14 ||                                                    ||                                                                        ||
    15 || !ParticlePropagator/stableParticles                || All propagated particles                                               ||
    16 || !ParticlePropagator/chargedHadrons                 || Propagated charged hadrons                                             ||
    17 || !ParticlePropagator/electrons                      || Propagated electrons                                                   ||
    18 || !ParticlePropagator/muons                          || Propagated muons                                                       ||
    19 ||                                                    ||                                                                        ||
    20 || !ChargedHadronTrackingEfficiency/chargedHadrons    || Propagated charged hadrons that pass the efficiency selection          ||
    21 || !ChargedHadronMomentumSmearing/chargedHadrons      || Tracks with momentum smeared according to the charged hadrons momentum resolution ||
    22 ||                                                    ||                                                                        ||
    23 || !ElectronTrackingEfficiency/electrons              || Propagated electrons that pass the efficiency selection                ||
    24 || !ElectronEnergySmearing/electrons                  || Tracks with energy smeared according to the electron energy resolution || 
    25 ||                                                    ||                                                                        ||
    26 || !MuonTrackingEfficiency/muons                      || Propagated muons that pass the efficiency selection                    ||
    27 || !MuonMomentumSmearing/muons                        || Tracks with momentum smeared according to the muon momentum resolution ||
    28 ||                                                    ||                                                                        ||
    29 || !TrackMerger/tracks                                || Combination of charged hadrons and electrons                 ||
    30 ||                                                    ||                                                                        ||
    31 || Calorimeter/towers                                 || All calorimeter towers                                                 ||
    32 || Calorimeter/photons                                || Calorimeter towers associated with the photons                         ||
    33 || Calorimeter/eflowTracks                            || Tracks output from the energy flow algorithm                           ||
    34 || Calorimeter/eflowPhotons                           || Photon output from the energy flow algorithm ||
    35 || Calorimeter/eflowNeutralHadrons                    || Neutral hadron output from the energy flow algorithm ||
    36 ||                                                    ||                                                                        ||
    37 || EFlowMerger/eflow                                 || Combination of tracks, calorimeter towers and muons required for jet finding ||
    38 ||                                                    ||                                                                        ||
    39 || !ElectronEfficiency/electrons                      || Electrons that pass the efficiency selection                           ||
    40 || !ElectronIsolation/electrons                       || Isolated electrons                                                     ||
    41 ||                                                    ||                                                                        ||
    42 || !PhotonEfficiency/photons                          || Photons that pass the efficiency selection                             ||
    43 || !PhotonIsolation/photons                           || Isolated photons                                                       ||
    44 ||                                                    ||                                                                        ||
    45 || !MuonEfficiency/muons                              || Muons that pass the efficiency selection                               ||
    46 || !MuonIsolation/muons                               || Isolated muons                                                         ||
    47 ||                                                    ||                                                                        ||
    48 || !FastJetFinder/jets                                || Reconstructed jets                                                     ||
    49 ||                                                    ||                                                                        ||
    50 || MissingET/momentum                                 || Missing transverse energy                                              ||
    51 || ScalarHT/energy                                    || Scalar sum of transverse momenta and energy of all reconstructed objects ||
    52 ||                                                    ||                                                                        ||
    53 || !UniqueObjectFinder/photons                        || Uniquely identified photons                                            ||
    54 || !UniqueObjectFinder/electrons                      || Uniquely identified electrons                                          ||
    55 || !UniqueObjectFinder/jets                           || Uniquely identified jets                                               ||