Skip to content

Commit b4095be

Browse files
committed
Move shebang
1 parent be5f08e commit b4095be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

analysis/mc_validation/run_gen_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
#!/usr/bin/env python
12
'''
23
This script runs the gen processor
34
Example:
45
python run_gen_analysis.py ../../input_samples/sample_jsons/signal_samples/private_UL/2022_tllq_NewStPt4_zero_nanoGEN.json -o 2022_tllq_NewStPt4_zero -x futures -r file:///cms/cephfs/data/
56
'''
6-
#!/usr/bin/env python
77

88
import argparse
99
import json

analysis/mc_validation/run_gen_hist_eventweights_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
#!/usr/bin/env python
12
'''
23
This script runs the gen weights processor
34
Example:
45
python run_gen_hist_eventweights_processor.py ../../input_samples/sample_jsons/signal_samples/private_UL/2022_tllq_fixed0p1_nanoGEN.json -o 2022_tllq_fixed0p1 -x futures -r file:///cms/cephfs/data/
56
'''
6-
#!/usr/bin/env python
77
import argparse
88
import json
99
import time

0 commit comments

Comments
 (0)