ATLAS Offline Software
BoostedHadTopAndTopPair.py
Go to the documentation of this file.
1 if not hasattr(filtSeq, "BoostedHadTopAndTopPair"):
2  from GeneratorFilters.GeneratorFiltersConf import BoostedHadTopAndTopPair
3  filtSeq += BoostedHadTopAndTopPair("BoostedHadTopAndTopPair")
4 
5 
6 
8 filtSeq.BoostedHadTopAndTopPair.cutPtOf = 1
9 
10 
11 filtSeq.BoostedHadTopAndTopPair.tHadPtMin = 0.0 # if -1 : all decay modes, if >= 0 : at least 1 hadronic top
12 filtSeq.BoostedHadTopAndTopPair.tHadPtMax = 6000000.0
13 filtSeq.BoostedHadTopAndTopPair.tPairPtMin = 0.0
14 filtSeq.BoostedHadTopAndTopPair.tPairPtMax = 6000000.0
BoostedHadTopAndTopPair
Filter events based on presence of charged leptons.
Definition: BoostedHadTopAndTopPair.h:24