Rev | Line | |
---|
[4122b0e] | 1 | source delphes_card_CMS.tcl
|
---|
| 2 |
|
---|
| 3 | set ExecutionPath [lreplace $ExecutionPath end end]
|
---|
| 4 | add ExecutionPath CaloJetFinder
|
---|
| 5 | add ExecutionPath TreeWriter
|
---|
| 6 |
|
---|
| 7 | module FastJetFinder GenJetFinder {
|
---|
| 8 | set JetPTMin 1.0
|
---|
| 9 | }
|
---|
| 10 |
|
---|
[807918e] | 11 | module FastJetFinder FastJetFinder {
|
---|
[4122b0e] | 12 | set JetPTMin 1.0
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | ########################
|
---|
| 16 | # Calorimeter jet finder
|
---|
| 17 | ########################
|
---|
| 18 |
|
---|
| 19 | module FastJetFinder CaloJetFinder {
|
---|
| 20 | set InputArray Calorimeter/towers
|
---|
| 21 |
|
---|
| 22 | set OutputArray jets
|
---|
| 23 |
|
---|
| 24 | # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
|
---|
| 25 | set JetAlgorithm 6
|
---|
| 26 | set ParameterR 0.5
|
---|
| 27 |
|
---|
| 28 | set JetPTMin 1.0
|
---|
| 29 | }
|
---|
| 30 |
|
---|
| 31 | module TreeWriter TreeWriter {
|
---|
| 32 | # add Branch InputArray BranchName BranchClass
|
---|
| 33 | add Branch CaloJetFinder/jets CaloJet Jet
|
---|
| 34 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.