ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/PhysicsTools/PythonAnalysis/python/cmstools.py
(Generate patch)

Comparing CMSSW/PhysicsTools/PythonAnalysis/python/cmstools.py (file contents):
Revision 1.17 by hegner, Mon Nov 3 16:11:46 2008 UTC vs.
Revision 1.18 by hegner, Thu Feb 26 21:34:27 2009 UTC

# Line 102 | Line 102 | class EventTree(object):
102            return cppCode
103        def getListOfAliases(self):
104            return self._aliases
105 +      def SetAlias (self, alias, fullName):
106 +          self.tree().SetAlias(alias, fullName)
107        def index(self):
108            return self._index
109        def tree(self):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines