Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
a911276
Introduce pre-defined keys for MC event header info
cholmcc Sep 19, 2023
dadc5c6
Export _full_ header information to MC event header
cholmcc Sep 19, 2023
2f36720
Full header read-in and external program
cholmcc Sep 19, 2023
ae319c5
New generator GeneratorTParticle
cholmcc Sep 19, 2023
0558c4b
Please consider the following formatting changes
alibuild Sep 19, 2023
a94f5f1
Merge pull request #1 from alibuild/alibot-cleanup-11913
Sep 19, 2023
2e413a3
Fixes for copyright stuff - sigh!
cholmcc Sep 19, 2023
3d657ef
One more comment
cholmcc Sep 19, 2023
f423011
Please consider the following formatting changes
alibuild Sep 19, 2023
7313685
Merge pull request #2 from alibuild/alibot-cleanup-11913
Sep 19, 2023
233e2e0
Whitespace
cholmcc Sep 19, 2023
d65a0c9
untabify
cholmcc Sep 19, 2023
ee59676
Merge branch 'AliceO2Group:dev' into cholmcc_generatos
Oct 6, 2023
6f6f2c3
Added documentation
cholmcc Oct 6, 2023
9ccc1b2
Refactoring to HepMC and TParticle Generators
cholmcc Oct 6, 2023
05ad595
Changed key prefix
cholmcc Oct 6, 2023
5115a6e
Add new sub-dirs
cholmcc Oct 6, 2023
b465869
Merged changes from previous branch
cholmcc Oct 6, 2023
fa6ae4e
Undo adding AODToHepMC
cholmcc Oct 6, 2023
72b3a9d
Undo bad commit - these changes are needed but should be in different MR
cholmcc Oct 6, 2023
595d843
Formatting fixes
cholmcc Oct 6, 2023
4715d37
Renamed _script_ (not macro) to end in .macro (sigh)
cholmcc Oct 6, 2023
0434a6e
Renamed _script_ (not macro) to end in .macro (sigh)
cholmcc Oct 6, 2023
da870b3
Merge branch 'cholmcc_generatos' into cholmcc_generators_more
cholmcc Oct 6, 2023
e1db4b0
Fix formatting
cholmcc Oct 6, 2023
eb308c0
Fix formatting
cholmcc Oct 6, 2023
a7eae2e
Merge branch 'cholmcc_generatos' into cholmcc_generators_more
cholmcc Oct 6, 2023
67e5ba9
Fix formatting
cholmcc Oct 6, 2023
c57c89f
Merge branch 'cholmcc_generatos' into cholmcc_generators_more
cholmcc Oct 6, 2023
101de15
Fix formatting - that checker is ridiculously pedantic about things a…
cholmcc Oct 6, 2023
f27aaf8
Fix formatting
cholmcc Oct 6, 2023
5b62d47
Fix formatting - that checker is ridiculously pedantic about things a…
cholmcc Oct 6, 2023
3e73db3
Merge branch 'cholmcc_generatos' into cholmcc_generators_more
cholmcc Oct 6, 2023
43ea6d4
Stupid annoying formatting checker - it is really f**cking ridiculous…
cholmcc Oct 6, 2023
73c7490
Undo last faulty commit and fix formatting
cholmcc Oct 6, 2023
e0b2dde
Merge branch 'cholmcc_generatos' into cholmcc_generators_more
cholmcc Oct 6, 2023
4040aaf
Fix whitespace - these changes is so messed up
cholmcc Oct 6, 2023
9e90dd5
Update run/SimExamples/HepMC/child.sh
Oct 6, 2023
20aa83d
Introduce a class to convert AOD events to HepMC
cholmcc Oct 7, 2023
a21d519
Update copyright notice - really silly that the checker insists on a …
cholmcc Oct 7, 2023
fba7f8c
Update Generators/src/GeneratorFileOrCmd.cxx
ktf Oct 9, 2023
634f5f9
Fix test case and other similar fixes
cholmcc Oct 9, 2023
bd03ecd
Formatting fixes and bring docs into Sync
cholmcc Oct 9, 2023
f714d3a
Fixed example for new keys
cholmcc Oct 9, 2023
a8ded64
Fix whitespace - not even my edit
cholmcc Oct 9, 2023
a4cf23f
Merge branch 'cholmcc_generators_more' into cholmcc_aod_to_hepmc
cholmcc Oct 9, 2023
330feea
Merge branch 'AliceO2Group:dev' into cholmcc_generators_more
Oct 9, 2023
494110c
Merge branch 'cholmcc_generators_more' into cholmcc_aod_to_hepmc
cholmcc Oct 9, 2023
52a953f
Back-ward compatibility and Namespace change
cholmcc Oct 14, 2023
353068e
Fix for test
cholmcc Oct 16, 2023
209b453
Fix braces
cholmcc Oct 19, 2023
f79f3ad
Merge branch 'cholmcc_generators_more' into cholmcc_aod_to_hepmc
cholmcc Oct 23, 2023
9432a7e
Merge branch 'cholmcc_aod_to_hepmc' of github.com:cholmcc/AliceO2 int…
cholmcc Oct 23, 2023
b076740
Fix up braces
cholmcc Oct 23, 2023
c62aa7e
Merge branch 'AliceO2Group:dev' into cholmcc_aod_to_hepmc
Oct 23, 2023
5e24558
Fixes for braces - sigh
cholmcc Oct 23, 2023
688190c
Whitespace fixes
cholmcc Oct 24, 2023
53586ca
Whitespace fixes
cholmcc Oct 24, 2023
750baee
Merge branch 'AliceO2Group:dev' into cholmcc_aod_to_hepmc
Oct 27, 2023
76c92b2
Merge branch 'AliceO2Group:dev' into cholmcc_aod_to_hepmc
Nov 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Generators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ o2_add_library(Generators
$<$<BOOL:${pythia_FOUND}>:src/DecayerPythia8Param.cxx>
$<$<BOOL:${HepMC3_FOUND}>:src/GeneratorHepMC.cxx>
$<$<BOOL:${HepMC3_FOUND}>:src/GeneratorHepMCParam.cxx>
$<$<BOOL:${HepMC3_FOUND}>:src/AODToHepMC.cxx>
PUBLIC_LINK_LIBRARIES FairRoot::Base O2::SimConfig O2::CommonUtils O2::DetectorsBase O2::ZDCBase
O2::SimulationDataFormat ${pythia6Target} ${pythiaTarget} ${hepmcTarget}
FairRoot::Gen
Expand Down Expand Up @@ -106,6 +107,7 @@ endif()
if(HepMC3_FOUND)
list(APPEND headers include/Generators/GeneratorHepMC.h)
list(APPEND headers include/Generators/GeneratorHepMCParam.h)
list(APPEND headers include/Generators/AODToHepMC.h)
endif()

o2_target_root_dictionary(Generators HEADERS ${headers})
Expand Down
Loading