Opened 12 years ago
Closed 12 years ago
#57 closed enhancement (worksforme)
Include NTupleInputMaker input type enum in ROOT dict
Reported by: | cvermilion | Owned by: | cvermilion |
---|---|---|---|
Priority: | minor | Component: | IO |
Version: | 5.0 | Keywords: | |
Cc: |
Description
currently have to specify input type as an int since the enum values aren't visible in Python, e.g.:
pileupInput = createNtupleInputMaker(filename=pileupFile, treename='MB_Py8', inputprefix=, Nvar='Nparticles', momentumVars=mbVars, inputType=4 )
Note: See
TracTickets for help on using
tickets.
Never mind; the input type enum is available, eg: