Skip to content

Commit

Permalink
updated ElectronScale factor for tracks accounting for brem rec. est.…
Browse files Browse the repository at this point in the history
… from Emmanuel
  • Loading branch information
selvaggi committed Dec 23, 2022
1 parent 0577ffd commit 69366e5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cards/delphes_card_IDEA.tcl
Expand Up @@ -226,14 +226,9 @@ module TrackCovariance TrackSmearing {
set Bz $B

## scale factors

set ElectronScaleFactor {
(abs(eta) < 0.673) * (1.5) +
(abs(eta) >= 0.673) * (2.5)
}
set ElectronScaleFactor {1.25}


## uses https://raw.githubusercontent.com/selvaggi/FastTrackCovariance/master/GeoIDEA_BASE.txt
set DetectorGeometry {

# Layer type 1 = R (barrel) or 2 = z (forward/backward)
Expand Down

0 comments on commit 69366e5

Please sign in to comment.