forked from ETHZ/ASAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHLTfile.dat
18 lines (18 loc) · 852 Bytes
/
HLTfile.dat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##########################################################
# listing the required and vetoed HLT triggers #
##########################################################
# (events taken if ANY required triggers fired) #
# (events rejected if ANY of the vetoed triggers fired) #
# -------------------------------------------------------#
# EG dataset:
# required HLT_Ele15_SW_L1R
#-------------------------------------------------------#
# Mu dataset: #
# required HLT_Mu9
# vetoed HLT_Ele15_SW_L1R
#-------------------------------------------------------#
# Monte Carlo: #
required HLT_Mu9
required HLT_Ele15_LW_L1R
required HLT_Ele15_SW_L1R
#########################################################