Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
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
PhysicsObjects.printOut
def printOut(objects)
Definition:
PhysicsObjects.py:6
genParticles_cff.map
map
Definition:
genParticles_cff.py:11
join
static std::string join(char **cmd)
Definition:
RemoteFile.cc:18
Generated for CMSSW Reference Manual by
1.8.11