Skip to content
Snippets Groups Projects

EXOT27 add additional variables to TruthTau container output

Merged Philipp Gadow requested to merge pgadow/athena:21.2-EXOT27_addtruth-2021-01-27 into 21.2
1 file
+ 6
4
Compare changes
  • Side-by-side
  • Inline
@@ -76,22 +76,24 @@ EXOT27ExtraVariables = defaultdict(set)
# their own way of doing this so anything EXOT27Jets is treated differently)
EXOT27SmartContainers = [
"Electrons", "Photons", "AntiKt4EMTopoJets", "TauJets", "Muons",
"PrimaryVertices", "AntiKt4EMTopoJets_BTagging201810", "BTagging_AntiKt4EMTopo_201810", "MET_Reference_AntiKt4EMTopo",
"AntiKt4EMPFlowJets", "AntiKt4EMPFlowJets_BTagging201810","AntiKt4EMPFlowJets_BTagging201903", "MET_Reference_AntiKt4EMPFlow",
"AntiKt2LCTopoJets","InDetTrackParticles"
"PrimaryVertices", "AntiKt4EMTopoJets_BTagging201810", "BTagging_AntiKt4EMTopo_201810", "MET_Reference_AntiKt4EMTopo",
"AntiKt4EMPFlowJets", "AntiKt4EMPFlowJets_BTagging201810", "AntiKt4EMPFlowJets_BTagging201903", "MET_Reference_AntiKt4EMPFlow",
"AntiKt2LCTopoJets", "InDetTrackParticles"
]
EXOT27AllVariables = [
]
# Note which small-r jets are used in this list, will be useful later (doing it
# here as it is close to the EXOT27SmartContainers declaration which is what
# ensures that they will be added to the output).
OutputSmallRJets = ["AntiKt4EMTopoJets", "AntiKt4EMPFlowJets","AntiKt4EMPFlowJets_BTagging201903","AntiKt4EMPFlowJets_BTagging201810"]
OutputSmallRJets = ["AntiKt4EMTopoJets", "AntiKt4EMPFlowJets", "AntiKt4EMPFlowJets_BTagging201903", "AntiKt4EMPFlowJets_BTagging201810"]
if DerivationFrameworkHasTruth:
EXOT27AllVariables += [
"TruthParticles",
"TruthVertices",
# adding truth taus to allow for Tau CP tools working in AT
"TruthTaus",
"MET_Truth",
]
Loading