Skip to content

Duplication of output with ParticleDataManager classes #35

Discussion options

You must be logged in to vote

Hi,
At this point it is worth warning that you probably do not want to write out all particle variables for your whole data set. This can produce huge output files which will also really slow down the processing. You should probably just use particle variables on a few files to at lesat see what size of output you expect.
The finalstate output tree should be relatively small in comparison. It is purposely splitting all the particle variables which you shouldn't need for your final analysis, but just need to refine cuts etc.
In any case you always have the option not to write the final tree, you just do not configure that specific option, i.e. remove the line

FS->UseOutputRootTree();

from…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@naidoo88
Comment options

Answer selected by naidoo88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants