Public Member Functions | |
def | __init__ (self, jetSelection) |
def | analyze (self, event) |
def | beginFile (self, inputFile, outputFile, inputTree, wrappedOutputTree) |
def | beginJob (self) |
def | endFile (self, inputFile, outputFile, inputTree, wrappedOutputTree) |
def | endJob (self) |
Public Attributes | |
jetSel | |
out | |
Definition at line 18 of file exampleModule.py.
def exampleModule.exampleProducer.__init__ | ( | self, | |
jetSelection | |||
) |
Definition at line 19 of file exampleModule.py.
def exampleModule.exampleProducer.analyze | ( | self, | |
event | |||
) |
process event, return True (go to next module) or False (fail, go to next event)
Definition at line 36 of file exampleModule.py.
def exampleModule.exampleProducer.beginFile | ( | self, | |
inputFile, | |||
outputFile, | |||
inputTree, | |||
wrappedOutputTree | |||
) |
Definition at line 29 of file exampleModule.py.
def exampleModule.exampleProducer.beginJob | ( | self | ) |
Definition at line 23 of file exampleModule.py.
def exampleModule.exampleProducer.endFile | ( | self, | |
inputFile, | |||
outputFile, | |||
inputTree, | |||
wrappedOutputTree | |||
) |
Definition at line 33 of file exampleModule.py.
def exampleModule.exampleProducer.endJob | ( | self | ) |
Definition at line 26 of file exampleModule.py.
exampleModule.exampleProducer.jetSel |
Definition at line 20 of file exampleModule.py.
exampleModule.exampleProducer.out |
Definition at line 30 of file exampleModule.py.
Referenced by mhtjuProducerCpp.mhtjuProducerCpp.analyze(), and collectionMerger.collectionMerger.analyze().