CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
ntuple.Vertices Class Reference
Inheritance diagram for ntuple.Vertices:
ntuple._Collection

Public Member Functions

def __init__
 
- Public Member Functions inherited from ntuple._Collection
def __getitem__
 
def __init__
 
def __iter__
 
def __len__
 
def size
 

Detailed Description

Class presenting a collection of vertices.

Definition at line 783 of file ntuple.py.

Constructor & Destructor Documentation

def ntuple.Vertices.__init__ (   self,
  tree 
)
Constructor.

Arguments:
tree -- TTree object

Definition at line 785 of file ntuple.py.

786  def __init__(self, tree):
787  """Constructor.
788 
789  Arguments:
790  tree -- TTree object
791  """
792  super(Vertices, self).__init__(tree, "vtx_valid", Vertex)