File indexing completed on 2024-04-06 12:23:32
0001 #ifndef PhysicsTools_JetMCAlgos_SherpaPartonSelector_H
0002 #define PhysicsTools_JetMCAlgos_SherpaPartonSelector_H
0003
0004
0005
0006
0007
0008 #include "PhysicsTools/JetMCAlgos/interface/BasePartonSelector.h"
0009
0010 class SherpaPartonSelector : public BasePartonSelector {
0011 public:
0012 SherpaPartonSelector();
0013 ~SherpaPartonSelector() override;
0014
0015 void run(const edm::Handle<reco::GenParticleCollection>& particles,
0016 std::unique_ptr<reco::GenParticleRefVector>& partons) override;
0017 };
0018
0019 #endif