Commit 164e69d
New Tau Embedding process modifiers (#6)
* first try distributing process Modifiers of Cleaning step
* disable finale state radiation for mu->mu embedding
* update center of mass energy for run3
* implement correct ModifierChain for tau embedding process modifiers
* revert some changes
* set all process modifier for tau embeddign cleaning step
* Introduce special cleaning and simulation process modifier
* add process modifiers for sim gen step
* Set process modifiers for reco sim step
* add process modifier for tau embedding merging step
Those "toReplaceWith" modifiers need to be applied as late as possible e.g. in StandardSequences.Reconstruction_Data_cff.
This is to avoid collisions with other modules that are cloned and modified versions from the original modules or "toModify" modifier calls that try to modify the original modules. They throw an exeption if they want to do this on the replaced merger modules.
* add autoNANO option for the tau embedding nanoaod files
* adjust test cmsDriver commands to work with the new process modifiers
---------
Co-authored-by: Christian Winter <[email protected]>1 parent 6452987 commit 164e69d
File tree
51 files changed
+731
-546
lines changed- Configuration
- EventContent/python
- ProcessModifiers/python
- StandardSequences/python
- IOMC/EventVertexGenerators/python
- PhysicsTools/NanoAOD/python
- RecoLocalCalo
- Configuration/python
- EcalRecProducers/python
- HcalRecProducers/python
- RecoLocalMuon
- CSCRecHitD/python
- CSCSegment/python
- DTRecHit/python
- DTSegment/python
- RPCRecHit/python
- RecoLocalTracker
- SiPixelClusterizer/python
- SiStripClusterizer/python
- RecoLuminosity/LumiProducer/python
- RecoTracker/IterativeTracking/python
- RecoVertex/Configuration/python
- SimGeneral/MixingModule/python
- TauAnalysis/MCEmbeddingTools
- docs
- plugins
- python
- test
- TrackingTools/TrackAssociator/python
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+731
-546
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1047 | 1047 | | |
1048 | 1048 | | |
1049 | 1049 | | |
1050 | | - | |
1051 | | - | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
1052 | 1053 | | |
1053 | 1054 | | |
1054 | 1055 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
113 | 116 | | |
0 commit comments