CMS 3D CMS Logo

Classes | Functions
weight Namespace Reference

Classes

class  Weight
 

Functions

def printWeights (weights)
 

Function Documentation

◆ printWeights()

def weight.printWeights (   weights)

Definition at line 5 of file weight.py.

References print().

5 def printWeights( weights ):
6  for key, value in weights.items():
7  print(key)
8  print(value)
9 
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def printWeights(weights)
Definition: weight.py:5