Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:34

0001 #include "PhysicsTools/JetMCAlgos/interface/BasePartonSelector.h"
0002 
0003 BasePartonSelector::BasePartonSelector() {}
0004 
0005 BasePartonSelector::~BasePartonSelector() {}
0006 
0007 void BasePartonSelector::run(const edm::Handle<reco::GenParticleCollection>& particles,
0008                              std::unique_ptr<reco::GenParticleRefVector>& partons) {}