CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoTauViewMerger.cc
Go to the documentation of this file.
1 /*
2  * Produces a PFTauCollection that merges together the PFTau views given
3  * by the VInputTag src
4  *
5  * Author: Evan K. Friis (UC Davis)
6  */
7 
13 
14 namespace {
15 struct ClonePolicy {
16  static reco::PFTau clone(const reco::PFTau &tau) { return tau; }
17 };
18 }
19 
22 
std::vector< PFTau > PFTauCollection
collection of PFTau objects
Definition: PFTauFwd.h:9
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
Merger< edm::View< reco::PFTau >, reco::PFTauCollection, ClonePolicy > RecoTauViewMerger
Definition: Merger.h:31
TEveGeoShape * clone(const TEveElement *element, TEveElement *parent)
Definition: eve_macros.cc:135