Variables | |
tuple | cloned = src.CloneTree(newEntries) |
tuple | din = input.Get(k.GetName()) |
tuple | dout = output.mkdir(k.GetName()) |
tuple | frac = float(args[1]) |
tuple | input = ROOT.TFile(args[0]) |
tuple | newEntries = int(src.GetEntries()*frac) |
tuple | output = ROOT.TFile(args[2], "RECREATE") |
tuple | parser |
tuple | src = din.Get(i.GetName()) |
tuple cropTnPTrees.cloned = src.CloneTree(newEntries) |
Definition at line 36 of file cropTnPTrees.py.
Referenced by pat::PATObject< reco::Muon >.addUserDataFromPtr(), and SiTrackerMultiRecHitUpdator.update().
tuple cropTnPTrees.din = input.Get(k.GetName()) |
Definition at line 29 of file cropTnPTrees.py.
Referenced by HcalDDDGeometry.cellGeomPtr(), HcalGeometry.cellGeomPtr(), CaloTowerHardcodeGeometryLoader.load(), HcalDDDGeometry.newCell(), and HcalGeometry.newCell().
tuple cropTnPTrees.dout = output.mkdir(k.GetName()) |
Definition at line 30 of file cropTnPTrees.py.
tuple cropTnPTrees.frac = float(args[1]) |
Definition at line 17 of file cropTnPTrees.py.
Referenced by OutputMagneticFieldDDToDDL.addToMatStore(), DigitizerUtility::Amplitude.Amplitude(), TrackingMonitor.analyze(), HcalDigisValidation.booking(), PositionCalc.Calculate_Location(), Quantile.calculateQ(), PFMultiDepthClusterizer.calculateShowerShapes(), MVAJetPuId.computeIdVariables(), PileupJetIdAlgo.computeIdVariables(), dtCalibration::DTTTrigResidualCorrection.correction(), EcalClusterToolsT< noZS >.covariances(), DDHtmlMaDetails.details(), PFPhotonClusters.FillClusterShape(), HLXMonitor.FillReportSummary(), EcalClusterToolsT< noZS >.getFraction(), Basic2DGenericPFlowClusterizer.growPFClusters(), PFlow2DClusterizerWithTime.growPFClusters(), HcalSubdetDigiMonitor.HcalSubdetDigiMonitor(), GeometryInterface.loadFromTopology(), EcalClusterToolsT< noZS >.localCovariances(), EcalClusterToolsT< noZS >.matrixEnergy(), EcalClusterToolsT< noZS >.matrixSize(), PFConversionProducer.produce(), ecaldqm::SummaryClient.producePlots(), EcalClusterToolsT< noZS >.scLocalCovariances(), PFPhotonClusters.SetSeed(), and HGCalImagingAlgo.shareEnergy().
tuple cropTnPTrees.input = ROOT.TFile(args[0]) |
Definition at line 23 of file cropTnPTrees.py.
tuple cropTnPTrees.newEntries = int(src.GetEntries()*frac) |
Definition at line 34 of file cropTnPTrees.py.
tuple cropTnPTrees.output = ROOT.TFile(args[2], "RECREATE") |
Definition at line 24 of file cropTnPTrees.py.
tuple cropTnPTrees.parser |
Definition at line 8 of file cropTnPTrees.py.
tuple cropTnPTrees.src = din.Get(i.GetName()) |
Definition at line 33 of file cropTnPTrees.py.