ATLAS Offline Software
EXOT1ContentList.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 EXOT1SmartContent = [
4  "Electrons",
5  "Photons",
6  "Muons",
7  #"MET_RefFinal",
8  #"PrimaryVertices",
9  #"AntiKt4EMTopoJets",
10  #"AntiKt4LCTopoJets",
11  #"BTagging_AntiKt4Truth",
12  "BTagging_AntiKt4EMTopo",
13  #"xAOD::EventShape_v1#*",
14  #"xAOD::EventShapeAuxInfo_v1#*",
15  "PrimaryVertices",
16  "AntiKt4EMTopoJets",
17  "AntiKt4LCTopoJets",
18  "MET_Reference_AntiKt4LCTopo"
19 ]
20 
21 EXOT1AllVariablesContent = [
22  "CaloCalTopoClusters",
23  "AntiKt4TruthJets",
24  "AntiKt4EMTopoJets",
25  "AntiKt4LCTopoJets",
26  #"BTagging_AntiKt4Truth",
27  "TruthEvents",
28  "MuonSegments",
29  "MET_Reference_AntiKt4LCTopo"
30 ]
31 
32 # Nominal
33 #EXOT1AllVariablesContent = [
34 # #"PhotonCollection",
35 # #"ElectronCollection",
36 # #"InDetTrackParticles",
37 # #"GSFTrackParticles",
38 # #"egClusterCollection",
39 # "CaloCalTopoCluster",
40 # #"GSFConversionVertices",
41 # "PrimaryVertices",
42 # "AntiKt4TruthJets",
43 # "AntiKt4EMTopoJets",
44 # "AntiKt4LCTopoJets",
45 # "BTagging_AntiKt4Truth",
46 # "BTagging_AntiKt4EMTopo",
47 # "TruthEvent",
48 # "MuonSegments",
49 # "MET_RefFinal"
50 # #"CaloCalTopoCluster"
51 #]
52 
53 EXOT1Content = [
54 # "xAOD::MissingETComponentMap_v1#METMap_RefFinalFix",
55 # "xAOD::MissingETAuxComponentMap_v1#METMap_RefFinalFixAux.",
56 # "xAOD::MissingETContainer_v1#MET_RefFinalFix",
57 # "xAOD::MissingETAuxContainer_v1#MET_RefFinalFixAux."
58 ]
59