Public Member Functions | |
def | __call__ (self, process, inputs) |
def | __init__ (self, ntuple_list=['event', gen, genjet, gentau, digis, triggercells, clusters, multiclusters) |
Public Attributes | |
ntuple_list | |
Definition at line 40 of file customNtuples.py.
def customNtuples.CreateNtuple.__init__ | ( | self, | |
ntuple_list = [
'event' , |
|||
gen, | |||
genjet, | |||
gentau, | |||
digis, | |||
triggercells, | |||
clusters, | |||
multiclusters | |||
) |
Definition at line 49 of file customNtuples.py.
def customNtuples.CreateNtuple.__call__ | ( | self, | |
process, | |||
inputs | |||
) |
Definition at line 52 of file customNtuples.py.
References clone(), and customNtuples.CreateNtuple.ntuple_list.
customNtuples.CreateNtuple.ntuple_list |
Definition at line 50 of file customNtuples.py.
Referenced by customNtuples.CreateNtuple.__call__().