Main Page
Namespaces
Classes
Package Documentation
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
MassReplace
SwitchProducerTest
List of all members
|
Public Member Functions
MassReplace.SwitchProducerTest Class Reference
Inheritance diagram for MassReplace.SwitchProducerTest:
Public Member Functions
def
__init__
Detailed Description
Definition at line
144
of file
MassReplace.py
.
Constructor & Destructor Documentation
def MassReplace.SwitchProducerTest.__init__
(
self
,
kargs
)
Definition at line
145
of file
MassReplace.py
.
145
146
def
__init__
(self, **kargs):
147
super(SwitchProducerTest,self).
__init__
(
148
dict(
149
test1 =
lambda
: (
True
, -10),
150
test2 =
lambda
: (
True
, -9),
151
test3 =
lambda
: (
True
, -8),
152
test4 =
lambda
: (
True
, -7)
153
), **kargs)
154
class
TestModuleCommand
(unittest.TestCase):
MassReplace.SwitchProducerTest.__init__
def __init__
Definition:
MassReplace.py:145
MassReplace.TestModuleCommand
Definition:
MassReplace.py:154
Generated for CMSSW Reference Manual by
1.8.5