Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:57:57

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) {}