Changeset 44771df in git
- Timestamp:
- Apr 20, 2016, 3:17:22 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- ecf5f26
- Parents:
- 3110d6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII_0PU.tcl
r3110d6a r44771df 61 61 62 62 TauTagging 63 64 GenParticleFilter65 63 66 64 TreeWriter … … 1249 1247 (abs(eta) > 2.4 && abs(eta) <= 3.0) * (pt > 3000.0) * (0.000) + \ 1250 1248 1251 1249 (abs(eta) > 3.0 && abs(eta) <= 3.4) * (pt <= 20.0) * (0.000) + \ 1252 1250 (abs(eta) > 3.0 && abs(eta) <= 3.4) * (pt > 20.0 && pt <= 30) * (0.005) + \ 1253 1251 (abs(eta) > 3.0 && abs(eta) <= 3.4) * (pt > 30.0 && pt <= 40) * (0.005) + \ … … 1392 1390 1393 1391 1394 ###############################################################################################################1395 # StatusPidFilter: this module removes all generated particles except electrons, muons, taus, and status == 3 #1396 ###############################################################################################################1397 1398 module StatusPidFilter GenParticleFilter {1399 1400 set InputArray Delphes/allParticles1401 set OutputArray filteredParticles1402 set PTMin 5.01403 1404 }1405 1406 1407 1392 ################## 1408 1393 # ROOT tree writer … … 1411 1396 module TreeWriter TreeWriter { 1412 1397 # add Branch InputArray BranchName BranchClass 1413 add Branch GenParticleFilter/filteredParticles Particle GenParticle1398 add Branch Delphes/allParticles Particle GenParticle 1414 1399 1415 1400 add Branch GenJetFinder/jets GenJet Jet 1416 1401 add Branch GenMissingET/momentum GenMissingET MissingET 1417 1402 1418 #add Branch HCal/eflowTracks EFlowTrack Track1419 #add Branch ECal/eflowPhotons EFlowPhoton Tower1420 #add Branch HCal/eflowNeutralHadrons EFlowNeutralHadron Tower1403 add Branch HCal/eflowTracks EFlowTrack Track 1404 add Branch ECal/eflowPhotons EFlowPhoton Tower 1405 add Branch HCal/eflowNeutralHadrons EFlowNeutralHadron Tower 1421 1406 1422 1407 add Branch PhotonIsolation/photons Photon Photon
Note:
See TracChangeset
for help on using the changeset viewer.