Last change
on this file since dc883b4 was 443f093, checked in by Michele Selvaggi <michele.selvaggi@…>, 8 years ago |
put stableParticles in converter card
|
-
Property mode
set to
100644
|
File size:
354 bytes
|
Rev | Line | |
---|
[d7d2da3] | 1 | #######################################
|
---|
| 2 | # Order of execution of various modules
|
---|
| 3 | #######################################
|
---|
| 4 |
|
---|
| 5 | set ExecutionPath {
|
---|
| 6 | TreeWriter
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 | ##################
|
---|
| 10 | # ROOT tree writer
|
---|
| 11 | ##################
|
---|
| 12 |
|
---|
| 13 | module TreeWriter TreeWriter {
|
---|
| 14 | # add Branch InputArray BranchName BranchClass
|
---|
[443f093] | 15 | add Branch Delphes/stableParticles Particle GenParticle
|
---|
[d7d2da3] | 16 | }
|
---|
| 17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.