ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since 4122b0e was 4122b0e, checked in by Pavel Demin <pavel.demin@…>, 8 years ago |
add validation_card.tcl
|
-
Property mode
set to
100644
|
File size:
709 bytes
|
Line | |
---|
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 |
|
---|
11 | module FastJetFinder CaloJetFinder {
|
---|
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.