Skip to content

Commit 43ea6d4

Browse files
committed
Stupid annoying formatting checker - it is really f**cking ridiculous that it is so pedantic that you cannot have two blank lines at the end of a simple shell script - this is studpid and _very_ counter productive. Please please _please_ change the policy on this
1 parent 5b62d47 commit 43ea6d4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

run/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ 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+
124132
o2_add_dpl_workflow(mctracks-to-aod-simple-task
125133
SOURCES SimExamples/McTracksToAOD/mctracks_to_aod_simple_task.cxx
126134
PUBLIC_LINK_LIBRARIES O2::Framework

run/SimExamples/HepMC/child.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/bash
22

33
cmd="./crmc.sh"
44
seed=$RANDOM

run/SimExamples/HepMC/read.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ 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-
5049

0 commit comments

Comments
 (0)