CMS 3D CMS Logo

Functions
PhysicsObjects Namespace Reference

Functions

def printOut (objects)
 

Function Documentation

def PhysicsObjects.printOut (   objects)

Definition at line 6 of file PhysicsObjects.py.

References join(), and genParticles_cff.map.

6 def printOut(objects):
7  if len(objects)==0:
8  return ''
9  return '\n'.join( map( type(objects[0]).__str__, objects) )
10 
def printOut(objects)
static std::string join(char **cmd)
Definition: RemoteFile.cc:18