Public Member Functions | |
def | __getattr__ |
def | __getitem__ |
def | __init__ |
def | __iter__ |
def | branch |
def | cppCode |
def | getListOfAliases |
def | index |
def | SetAlias |
def | tree |
Private Member Functions | |
def | __setBranchIndicies |
Private Attributes | |
_aliases | |
_index | |
_tree | |
_usedBranches | |
Definition at line 65 of file cmstools.py.
def python.cmstools.EventTree.__init__ | ( | self, | |
obj | |||
) |
Definition at line 66 of file cmstools.py.
def python.cmstools.EventTree.__getattr__ | ( | self, | |
name | |||
) |
Definition at line 117 of file cmstools.py.
References python.cmstools.EventTree.branch().
def python.cmstools.EventTree.__getitem__ | ( | self, | |
key | |||
) |
Definition at line 119 of file cmstools.py.
References python.cmstools.EventTree.__setBranchIndicies(), Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, and python.cmstools.EventTree._index.
def python.cmstools.EventTree.__iter__ | ( | self | ) |
Definition at line 126 of file cmstools.py.
References python.cmstools.EventTree.__setBranchIndicies(), Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, and python.cmstools.EventTree._index.
|
private |
Definition at line 114 of file cmstools.py.
References Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, and python.cmstools.EventTree._index.
Referenced by python.cmstools.EventTree.__getitem__(), and python.cmstools.EventTree.__iter__().
def python.cmstools.EventTree.branch | ( | self, | |
name | |||
) |
Definition at line 80 of file cmstools.py.
References python.cmstools.EventTree._usedBranches.
Referenced by python.cmstools.EventTree.__getattr__().
def python.cmstools.EventTree.cppCode | ( | self, | |
name | |||
) |
C++ code for accessing the product inside the full framework
Definition at line 89 of file cmstools.py.
def python.cmstools.EventTree.getListOfAliases | ( | self | ) |
Definition at line 106 of file cmstools.py.
References python.cmstools.EventTree._aliases.
def python.cmstools.EventTree.index | ( | self | ) |
Definition at line 110 of file cmstools.py.
References Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, and python.cmstools.EventTree._index.
Referenced by BeautifulSoup.PageElement._invert().
def python.cmstools.EventTree.SetAlias | ( | self, | |
alias, | |||
fullName | |||
) |
Definition at line 108 of file cmstools.py.
References CSCTFAnalyzer.tree, CSCTFanalyzer.tree, HcalTestHistoManager.tree, NtupleROOTFile.tree, TkOfflineVariables.tree, AlignmentIORootBase.tree, IsolatedParticlesGeneratedJets.tree, EcalPerEvtMatacqAnalyzer.tree, CheckSecondary.tree, KVFTest.tree, ShallowTree.tree, PhysicsTools::TreeReader.tree, FWFileEntry.tree(), cms::DiJetAnalyzer.tree, TreeSaver.tree, edm::RootOutputTree.tree(), EcalMatacqAnalyzer.tree, edm::FileBlock.tree(), edm::RootTree.tree(), python.cmstools.EventTree.tree(), KinematicVertex.tree, HcalIsoTrkAnalyzer.tree, KinematicParticle.tree, IsolatedGenParticles.tree, IsolatedTracksHcalScale.tree, IsolatedTracksNxN.tree, and svgfig.SVG.tree().
def python.cmstools.EventTree.tree | ( | self | ) |
Definition at line 112 of file cmstools.py.
References python.cmstools.EventTree._tree.
Referenced by python.cmstools.EventTree.SetAlias().
|
private |
Definition at line 79 of file cmstools.py.
Referenced by python.cmstools.EventTree.getListOfAliases().
|
private |
Definition at line 78 of file cmstools.py.
Referenced by python.cmstools.EventTree.__getitem__(), python.cmstools.EventTree.__iter__(), python.cmstools.EventBranch.__readData(), python.cmstools.EventTree.__setBranchIndicies(), python.cmstools.EventTree.index(), and python.cmstools.EventBranch.setIndex().
|
private |
Definition at line 70 of file cmstools.py.
Referenced by python.cmstools.EventTree.tree().
|
private |
Definition at line 77 of file cmstools.py.
Referenced by python.cmstools.EventTree.branch().