Skip to content

Commit 73c7490

Browse files
committed
Undo last faulty commit and fix formatting
This is exactly what happens when you make the stupid arse, over zealous code checkers. I get frustrated and out of sheer oversight, commit some stuff that shouldn't be committed and then I have to go back and fixt it again. That is so annoying, counter-productive, and down right silly. This could all be avoided if the code checker did _reasonable_ checks. Who cares if there's an extra blank line in a shell script, or other such annoying things. In fact, if it is so important, then git hooks that _automatically_ fixes these issues should be enstated instead of relying on the developers to do this f**ked up things over and over again. Please, please, _please_ fix this.
1 parent 43ea6d4 commit 73c7490

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

run/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,6 @@ o2_add_executable(mctracks-to-aod
121121
SOURCES o2sim_mctracks_to_aod.cxx
122122
PUBLIC_LINK_LIBRARIES O2::Framework O2::SimulationDataFormat)
123123

124-
o2_add_executable(mc-to-hepmc
125-
COMPONENT_NAME aod
126-
SOURCES o2aod_mc_to_hepmc.cxx
127-
PUBLIC_LINK_LIBRARIES
128-
O2::Framework
129-
O2::SimulationDataFormat
130-
O2::Generators)
131-
132124
o2_add_dpl_workflow(mctracks-to-aod-simple-task
133125
SOURCES SimExamples/McTracksToAOD/mctracks_to_aod_simple_task.cxx
134126
PUBLIC_LINK_LIBRARIES O2::Framework

run/SimExamples/HepMC/read.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ out=`echo "$out" | tr ' ' '_'`
4646
export VMCWORKDIR=${O2_ROOT}/share
4747
o2-sim -g hepmc --configKeyValues "HepMC.fileName=$inp" \
4848
--outPrefix "$out" --seed $seed --nEvents $nev $@
49-

0 commit comments

Comments
 (0)