test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
UniqueObjectSelector.h
Go to the documentation of this file.
1 #ifndef TauAnalysis_MCEmbeddingTools_UniqueObjectSelector_h
2 #define TauAnalysis_MCEmbeddingTools_UniqueObjectSelector_h
3 
23 
26 
27 #include <vector>
28 
29 template <typename T>
31 {
32  public:
33  explicit UniqueObjectSelector(const edm::ParameterSet&);
35 
36  private:
37  bool filter(edm::Event&, const edm::EventSetup&);
38 
39  typedef std::vector<edm::InputTag> vInputTag;
41 
44 
45  bool filter_;
46 
47  typedef std::vector<T> ObjectCollection;
48 };
49 
50 #endif
bool filter(edm::Event &, const edm::EventSetup &)
std::vector< edm::InputTag > vInputTag
UniqueObjectSelector(const edm::ParameterSet &)
StringObjectFunction< T > * rank_
StringCutObjectSelector< T > * cut_
std::vector< T > ObjectCollection