CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
classes_hlt.h
Go to the documentation of this file.
19 
20 #include <vector>
21 #include <map>
22 
23 namespace {
24  struct dictionary {
25  //Needed only in HLT-Open
26  std::vector<reco::HLTTau> ht_v;
31 
34 
35  edm::Ptr<reco::PFTau> ptr_pft;
36  std::vector< edm::Ptr<reco::PFTau> > ptrv_pft;
38 
39  edm::FwdPtr<reco::PFTau> fwdptr_pft;
40  std::vector< edm::FwdPtr<reco::PFTau> > fwdptrv_pft;
42 
44  std::vector< edm::FwdPtr<reco::BaseTau> > fwdptrv_bt;
46  };
47 }