Fork me on GitHub

Changeset b8a6aa3 in git for cards


Ignore:
Timestamp:
Mar 17, 2021, 3:49:24 PM (4 years ago)
Author:
Michele Selvaggi <michele@…>
Branches:
master
Children:
fd4b326
Parents:
b1cb322
Message:

removed duplication of IDEA cards

Location:
cards
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_IDEA.tcl

    rb1cb322 rb8a6aa3  
    22# FCC-ee IDEA detector model
    33#
    4 # Authors: Elisa Fontanesi, Lorenzo Pezzotti, Massimiliano Antonello
     4# Authors: Elisa Fontanesi, Lorenzo Pezzotti, Massimiliano Antonello, Michele Selvaggi
    55# email: efontane@bo.infn.it,
    66#        lorenzo.pezzotti01@universitadipavia.it,
    77#        m.antonello@uninsubria.it,
     8#        michele.selvaggi@cern.ch
    89#####################################################################
    9 #
     10
     11set B 2.0
     12
    1013#######################################
    1114# Order of execution of various modules
     
    2932  PhotonIsolation
    3033
     34  MuonFilter
     35
    3136  ElectronFilter
    3237  ElectronEfficiency
    3338  ElectronIsolation
    3439
    35   MuonFilter
    3640  MuonEfficiency
    3741  MuonIsolation
     
    5761  TreeWriter
    5862}
    59 
    6063
    6164#################################
     
    7881
    7982  # magnetic field, in T
    80   set Bz 2.0
     83  set Bz $B
    8184}
    8285
     
    158161
    159162module TrackCovariance TrackSmearing {
     163    set InputArray TrackMergerPre/tracks
     164    set OutputArray tracks
     165
     166
    160167    set InputArray TrackMergerPre/tracks
    161168    set OutputArray tracks
     
    184191      # measurement flag = T, scattering only = F
    185192
    186 
    187193      # barrel  name       zmin   zmax   r        w (m)      X0        n_meas  th_up (rad) th_down (rad)    reso_up (m)   reso_down (m)  flag
    188194
    189       1        PIPE       -100    100    0.015    0.0012    0.35276    0        0          0                0             0              0
     195      # barrel  name       zmin   zmax   r        w (m)      X0        n_meas  th_up (rad) th_down (rad)    reso_up (m)   reso_down (m)  flag
     196
     197      1        PIPE       -100    100    0.015    0.001655  0.2805     0        0          0                0             0              0
    190198      1        VTXLOW     -0.12   0.12   0.017    0.00028   0.0937     2        0          1.5708           3e-006        3e-006         1
    191199      1        VTXLOW     -0.16   0.16   0.023    0.00028   0.0937     2        0          1.5708           3e-006        3e-006         1
     
    323331      1 MAG -2.5 2.5 2.25 0.05 0.0658 0 0 0 0 0 0
    324332      1 BPRESH -2.55 2.55 2.45 0.02 1 2 0 1.5708 7e-005 0.01 1
    325 
    326 
    327333      2 DCHWALL 0.345 2.02 2.125 0.25 5.55 0 0 0 0 0 0
    328334      2 DCHWALL 0.345 2.02 -2.125 0.25 5.55 0 0 0 0 0 0
     
    337343    }
    338344
    339 }
    340 
     345    set Bz $B
     346}
    341347
    342348##############
     
    503509}
    504510
    505 
    506511#################
    507512# Muon filter
     
    553558}
    554559
    555 
    556560#################
    557561# Muon efficiency
     
    795799    add Branch MissingET/momentum MissingET MissingET
    796800    add Branch ScalarHT/energy ScalarHT ScalarHT
    797 }
     801
     802    # add Info InfoName InfoValue
     803    add Info Bz $B
     804}
Note: See TracChangeset for help on using the changeset viewer.