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