Changeset d870fc5 in git for cards/delphes_card_FCC_basic.tcl
- Timestamp:
- Dec 21, 2014, 4:03:35 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- d77b51d
- Parents:
- 7f12612 (diff), e5767b57 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_FCC_basic.tcl
r7f12612 rd870fc5 18 18 ImpactParameterSmearing 19 19 20 E cal21 H cal20 ECal 21 HCal 22 22 23 23 TowerMerger … … 219 219 ############# 220 220 221 module SimpleCalorimeter E cal {221 module SimpleCalorimeter ECal { 222 222 set ParticleInputArray ParticlePropagator/stableParticles 223 223 set TrackInputArray ImpactParameterSmearing/tracks … … 226 226 set EFlowTowerOutputArray eflowPhotons 227 227 228 set TowerMinEnergy0.5229 set TowerMinSignificance1.0228 set EnergyMin 0.5 229 set EnergySignificanceMin 1.0 230 230 231 231 set pi [expr {acos(-1)}] … … 281 281 ############# 282 282 283 module SimpleCalorimeter H cal {283 module SimpleCalorimeter HCal { 284 284 set ParticleInputArray ParticlePropagator/stableParticles 285 285 set TrackInputArray ImpactParameterSmearing/tracks … … 288 288 set EFlowTowerOutputArray eflowNeutralHadrons 289 289 290 set TowerMinEnergy1.0291 set TowerMinSignificance1.0290 set EnergyMin 1.0 291 set EnergySignificanceMin 1.0 292 292 293 293 set pi [expr {acos(-1)}] … … 346 346 module Merger TowerMerger { 347 347 # add InputArray InputArray 348 add InputArray E cal/ecalTowers349 add InputArray H cal/hcalTowers348 add InputArray ECal/ecalTowers 349 add InputArray HCal/hcalTowers 350 350 set OutputArray towers 351 351 } … … 358 358 # add InputArray InputArray 359 359 add InputArray ImpactParameterSmearing/tracks 360 add InputArray E cal/eflowPhotons361 add InputArray H cal/eflowNeutralHadrons360 add InputArray ECal/eflowPhotons 361 add InputArray HCal/eflowNeutralHadrons 362 362 set OutputArray eflow 363 363 } … … 512 512 513 513 add Branch ChargedHadronMomentumSmearing/chargedHadrons ChargedHadron Track 514 add Branch H cal/eflowNeutralHadrons NeutralHadron Tower515 add Branch E cal/eflowPhotons Photon Photon514 add Branch HCal/eflowNeutralHadrons NeutralHadron Tower 515 add Branch ECal/eflowPhotons Photon Photon 516 516 517 517 add Branch ElectronEnergySmearing/electrons Electron Electron
Note:
See TracChangeset
for help on using the changeset viewer.