CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GenParticlesFromZsSelectorForMCEmbedding.h
Go to the documentation of this file.
1 #ifndef TauAnalysis_MCEmbeddingTools_GenParticlesFromZsSelectorForMCEmbedding_h
2 #define TauAnalysis_MCEmbeddingTools_GenParticlesFromZsSelectorForMCEmbedding_h
3 
30 
31 #include <vector>
32 
34 {
35  public:
36 
38 
40 
41  void produce(edm::Event&, const edm::EventSetup&);
42 
43  private:
44 
46 
47  typedef std::vector<int> vint;
50 
53 
54  enum { kBeforeFSR, kAfterFSR };
56 
58 };
59 
60 #endif