Changeset 77e9ae1 in git for readers/DelphesCMSFWLite.cpp
- Timestamp:
- Feb 12, 2019, 9:48:36 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 899b162
- Parents:
- 6455202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesCMSFWLite.cpp
r6455202 r77e9ae1 71 71 fwlite::Handle<GenEventInfoProduct> handleGenEventInfo; 72 72 fwlite::Handle<LHEEventProduct> handleLHEEvent; 73 fwlite::Handle<vector<reco::GenParticle> > handleParticle;74 fwlite::Handle<vector<pat::PackedGenParticle> > handlePackedParticle;73 fwlite::Handle<vector<reco::GenParticle> > handleParticle; 74 fwlite::Handle<vector<pat::PackedGenParticle> > handlePackedParticle; 75 75 76 76 vector<reco::GenParticle>::const_iterator itParticle;
Note:
See TracChangeset
for help on using the changeset viewer.