CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ParticleReplacerFactory.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 #ifndef TauAnalysis_MCEmbeddingTools_ParticleReplacerFactory_h
3 #define TauAnalysis_MCEmbeddingTools_ParticleReplacerFactory_h
4 
5 //
6 // Package: MCEmbeddingtools
7 // Class: ParticleReplacerFactory
8 //
16 //
17 // Original Author: Matti Kortelainen
18 //
19 //
20 
23 
24 #include<string>
25 
26 #include<boost/shared_ptr.hpp>
27 
29 public:
30  static boost::shared_ptr<ParticleReplacerBase> create(const std::string& algo, const edm::ParameterSet& iConfig);
31 };
32 
33 #endif
static boost::shared_ptr< ParticleReplacerBase > create(const std::string &algo, const edm::ParameterSet &iConfig)
LimitAlgo * algo
Definition: Combine.cc:60