File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22
3- # TODO:
4- # - enforce pregencollcontext (DONE)
5- # - move pregencollcontext outside of timeframeloop (DONE)
6- # - remove old way of generating collision context (DONE)
7- # - make sure vertexing is picked up from the collision context (DONE)
8- # - background events read from global coll context (DONE)
9- # - change name of signal sim from sgn_tf to just sgn (DONE)
10- # - QED handling? (DONE)
11- # - make several examples needing this:
12- # -----> (a) ordinary sgn only sim for pp **and** PbPb
13- # -----> (b) embedding simulation for pp **and** PbPb
14- # - check than non-trivial embeddings work (ratio 1:3 or the like) (DONE)
15- # - verify that the right vertex is applied and the right number of events extracted with non-trivial embedding patterns
16- # - fix getNCollisions in digitization context to be automatic (is N hadronic collisiosn --> neglect QED)
17- # - fix orbit early functionality with new global pregencollcontext
18- # - offer option to just have a global transport before any digitization
19- # - check that the anchoring script works
20-
213#
224# A script producing a consistent MC->RECO->AOD workflow
235# It aims to handle the different MC possible configurations
You can’t perform that action at this time.
0 commit comments