Instructions from Seth on his first version of Delphes with timing information (December 2013). The instructions to check it out and build it are here on the TWiki (which I've updated): https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWG/Phase2UpgradeStudies#CMS_detector_configuration_files Only one Cards is currently updated to include the new tools; it's also set to save all constituents: https://github.com/sethzenz/Delphes/blob/12Dec2013/Cards/JetStudies_Phase_I_140PileUp.tcl About 80K QCD events (with constituents included) are appearing in these locations, with some files already present but copying still in progress: LPC - dcache:/pnfs/cms/WAX/11/store/user/sethzenz/Delphes_12Dec2013_QCD_80k CERN - /afs/cern.ch/work/s/sethzenz/public/Delphes_12Dec2013_QCD_80k Example code for reading Delphes output files, including some of the new variables: https://github.com/sethzenz/Delphes/blob/12Dec2013/examples/JetExample.C I did a new run with a GenJetWithPU collection, which has generator jets that are built from all gen particles including pileup. The GenJet collection (PV only) is also still there, and both have constituents saved which include the time information for their origin vertex. The files are appearing here: /afs/cern.ch/work/s/sethzenz/public/QCD_18Dec2013_40k An updated version of JetExample is in the 18Dec2013 Delphes tag and shows how to look at the GenJet[WithPU] constituents: https://github.com/sethzenz/Delphes/blob/18Dec2013/examples/JetExample.C