Source code for alphatwirl.delphes.EventBuilderConfig

# Tai Sakuma <tai.sakuma@cern.ch>

##__________________________________________________________________||
import collections

##__________________________________________________________________||
EventBuilderConfig = collections.namedtuple(
    'EventBuilderConfig',
    'inputPaths treeName maxEvents start dataset name'
)

##__________________________________________________________________||