CMS 3D CMS Logo

PythiaFilterGammaGamma.h
Go to the documentation of this file.
1 #ifndef PYTHIAFILTERGAMMAGAMMA_h
2 #define PYTHIAFILTERGAMMAGAMMA_h
3 
4 //
5 // Package: GeneratorInterface/GenFilters
6 // Class: PythiaFilterGammaGamma
7 //
8 // Original Author: Matteo Sani
9 //
10 //
11 
14 
18 
20 
21 namespace edm {
22  class HepMCProduct;
23 }
24 
26  public:
28  ~PythiaFilterGammaGamma() override;
29 
30  bool filter(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
31  private:
32 
34 
41  std::unique_ptr<PythiaHepMCFilterGammaGamma> hepMCFilter_;
42 
43 };
44 #endif
const edm::EDGetTokenT< edm::HepMCProduct > token_
HLT enums.
std::unique_ptr< PythiaHepMCFilterGammaGamma > hepMCFilter_