Skip to content

Commit

Permalink
edm4hep postprocessing (#159)
Browse files Browse the repository at this point in the history
* scripts to postprocess fcc/edm4hep data

* training on the new clic dataset

* added aggregated particle info to net

* revert

* added cards

* work on the new pipeline

* build tfds

* added new datasets

* clic pipeline

* add missing
  • Loading branch information
jpata authored Jan 24, 2023
1 parent 9f24bca commit 9ec3162
Show file tree
Hide file tree
Showing 26 changed files with 1,427 additions and 115 deletions.
27 changes: 27 additions & 0 deletions fcc/p8_ee_ZH_Htautau_ecm380.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Random:setSeed = on
Main:numberOfEvents = 1000 ! number of events to generate
Main:timesAllowErrors = 5 ! how many aborts before run stops

! 2) Settings related to output in init(), next() and stat().
Init:showChangedSettings = on ! list changed settings
Init:showChangedParticleData = off ! list changed particle data
Next:numberCount = 100 ! print message every n events
Next:numberShowInfo = 1 ! print event information n times
Next:numberShowProcess = 1 ! print process record n times
Next:numberShowEvent = 0 ! print event record n times

Beams:idA = 11 ! first beam, e+ = 11
Beams:idB = -11 ! second beam, e- = -11

! 3) Hard process : ZH at 365 GeV
Beams:eCM = 380 ! CM energy of collision
HiggsSM:ffbar2HZ = on

! 4) Settings for the event generation process in the Pythia8 library.
PartonLevel:ISR = on ! initial-state radiation
PartonLevel:FSR = on ! final-state radiation

! 5) Non-standard settings; exemplifies tuning possibilities.
25:m0 = 125.0 ! Higgs mass
25:onMode = off
25:onIfAny = 15
27 changes: 27 additions & 0 deletions fcc/p8_ee_gg_ecm365.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Random:setSeed = on
Main:numberOfEvents = 3000 ! number of events to generate
Main:timesAllowErrors = 5 ! how many aborts before run stops


! 2) Settings related to output in init(), next() and stat().
Init:showChangedSettings = on ! list changed settings
Init:showChangedParticleData = off ! list changed particle data
Next:numberCount = 100 ! print message every n events
Next:numberShowInfo = 1 ! print event information n times
Next:numberShowProcess = 1 ! print process record n times
Next:numberShowEvent = 0 ! print event record n times
Stat:showPartonLevel = off

! 3) Beam parameter settings. Values below agree with default ones.
Beams:idA = 11 ! first beam, e- = 11
Beams:idB = -11 ! second beam, e+ = -11

! 4) Hard process : photon collisions at 365
Beams:eCM = 365
PhotonCollision:gmgm2qqbar = on
PhotonCollision:gmgm2ccbar = on
PhotonCollision:gmgm2bbbar = on

PartonLevel:ISR = on ! initial-state radiation
PartonLevel:FSR = on ! final-state radiation

27 changes: 27 additions & 0 deletions fcc/p8_ee_qcd_ecm365.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Random:setSeed = on
Main:numberOfEvents = 6000 ! number of events to generate
Main:timesAllowErrors = 5 ! how many aborts before run stops


! 2) Settings related to output in init(), next() and stat().
Init:showChangedSettings = on ! list changed settings
Init:showChangedParticleData = off ! list changed particle data
Next:numberCount = 100 ! print message every n events
Next:numberShowInfo = 100 ! print event information n times
Next:numberShowProcess = 100 ! print process record n times
Next:numberShowEvent = 100 ! print event record n times
Stat:showPartonLevel = off

! 3) Beam parameter settings.
Beams:idA = 11 ! first beam, e- = 11
Beams:idB = -11 ! second beam, e+ = -11

! s-channel gamma/Z
Beams:eCM = 365 ! CM energy of collision
HardQCD:all = on
WeakSingleBoson:ffbar2ffbar(s:gmZ) = on

! Decay Z to quarks
23:onMode = off
23:onIfAny = 1 2 3 4 5 6

22 changes: 22 additions & 0 deletions fcc/p8_ee_qcd_ecm380.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Random:setSeed = on
Main:numberOfEvents = 6000 ! number of events to generate
Main:timesAllowErrors = 5 ! how many aborts before run stops


! 2) Settings related to output in init(), next() and stat().
Init:showChangedSettings = on ! list changed settings
Init:showChangedParticleData = off ! list changed particle data
Next:numberCount = 100 ! print message every n events
Next:numberShowInfo = 100 ! print event information n times
Next:numberShowProcess = 100 ! print process record n times
Next:numberShowEvent = 100 ! print event record n times
Stat:showPartonLevel = off

! 3) Beam parameter settings.
Beams:idA = 11 ! first beam, e- = 11
Beams:idB = -11 ! second beam, e+ = -11

! s-channel gamma/Z
Beams:eCM = 380 ! CM energy of collision
HardQCD:all = on
WeakSingleBoson:ffbar2ffbar(s:gmZ) = on
Loading

0 comments on commit 9ec3162

Please sign in to comment.