Skip to content

Commit

Permalink
Merge pull request #110 from diemort/init-run3
Browse files Browse the repository at this point in the history
correcting spurious line in gen.sh in FPMC Run3
  • Loading branch information
diemort authored Nov 16, 2023
2 parents ee61f12 + 1d2b658 commit 0bb3dd4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion PrivGen/Run3/FPMC/GamGamWW-01/gen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# mapping arguments:
$(EOSROOT) $(EOSAREA) $(PROCLABEL) $(A0W) $(ACW) $(EVTS) $(ProcId)
eosroot=$1
eosarea=$2
tag=$3
Expand Down
1 change: 0 additions & 1 deletion PrivGen/Run3/FPMC/GamGamWW-02/gen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# mapping arguments:
$(EOSROOT) $(EOSAREA) $(PROCLABEL) $(A0W) $(ACW) $(EVTS) $(ProcId)
eosroot=$1
eosarea=$2
tag=$3
Expand Down
1 change: 0 additions & 1 deletion PrivGen/Run3/FPMC/GamGamWW-20/gen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# mapping arguments:
$(EOSROOT) $(EOSAREA) $(PROCLABEL) $(A0W) $(ACW) $(EVTS) $(ProcId)
eosroot=$1
eosarea=$2
tag=$3
Expand Down
1 change: 0 additions & 1 deletion PrivGen/Run3/FPMC/GamGamWW-50/gen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# mapping arguments:
$(EOSROOT) $(EOSAREA) $(PROCLABEL) $(A0W) $(ACW) $(EVTS) $(ProcId)
eosroot=$1
eosarea=$2
tag=$3
Expand Down
1 change: 0 additions & 1 deletion PrivGen/Run3/FPMC/GamGamWW-SM/gen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# mapping arguments:
$(EOSROOT) $(EOSAREA) $(PROCLABEL) $(A0W) $(ACW) $(EVTS) $(ProcId)
eosroot=$1
eosarea=$2
tag=$3
Expand Down

0 comments on commit 0bb3dd4

Please sign in to comment.