Skip to content

Commit 9c1f06f

Browse files
committed
Add comments describing LHCb scaling factors
1 parent dd61b8e commit 9c1f06f

File tree

10 files changed

+20
-0
lines changed

10 files changed

+20
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"

pinecards/LHCB_DY_7TEV/postrun.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"

pinecards/LHCB_DY_8TEV/postrun.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"

pinecards/LHCB_WM_7TEV/postrun.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"

pinecards/LHCB_WM_8TEV/postrun.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"

pinecards/LHCB_WP_7TEV/postrun.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"

pinecards/LHCB_WP_8TEV/postrun.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
# factor 0.5 takes into account that LHCb has only half the hemisphere of a 4pi
4+
# detector, while Madgraph uses the full hemisphere
35
pineappl merge "${GRID}".tmp "${GRID}" --scale 0.5
46
mv "${GRID}".tmp "${GRID}"

0 commit comments

Comments
 (0)