14 from array
import array
19 """Context handler class to quiet errors in a 'with' statement"""
22 """Class constructor"""
27 """Enter the context"""
30 ROOT.gErrorIgnoreLevel = self.
level
33 """Exit the context"""
34 ROOT.gErrorIgnoreLevel = self.
oldlevel
38 r_subsample = array(
'd', [
47 r_size = len(r_subsample)
48 rbins = np.array(r_subsample)
53 'IntermediateElectron',
57 'IntermediateKinLepton',