CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
classes_other.h
Go to the documentation of this file.
5 
9 
13 
15 
17 
19 
20 namespace DataFormats_PatCandidates {
21  struct dictionaryother {
22 
23  std::pair<std::string, std::vector<float> > jcfcf;
25  std::vector<pat::JetCorrFactors::CorrectionFactor> v_jcfcf;
27  std::vector<pat::JetCorrFactors> v_jcf;
31  //std::vector<pat::TauJetCorrFactors::CorrectionFactor> v_tjcfcf;
32  //edm::Wrapper<std::vector<pat::TauJetCorrFactors::CorrectionFactor> > w_v_tjcfcf;
33  std::vector<pat::TauJetCorrFactors> v_tjcf;
37 
39 
41 
43 
44  std::pair<pat::IsolationKeys,reco::IsoDeposit> p_ik_id;
45  std::vector<std::pair<pat::IsolationKeys,reco::IsoDeposit> > v_p_ik_id;
46 
48 
50  std::vector<pat::CandKinResolution> v_ckr;
53 
54  };
55 
56 }
edm::Wrapper< edm::ValueMap< pat::LookupTableRecord > > w_vm_p_lutr
Definition: classes_other.h:47
edm::Wrapper< std::vector< pat::JetCorrFactors > > w_v_jcf
Definition: classes_other.h:28
edm::Wrapper< std::vector< pat::JetCorrFactors::CorrectionFactor > > w_v_jcfcf
Definition: classes_other.h:26
std::pair< pat::IsolationKeys, reco::IsoDeposit > p_ik_id
Definition: classes_other.h:44
std::vector< pat::JetCorrFactors > v_jcf
Definition: classes_other.h:27
edm::Wrapper< std::vector< pat::EventHypothesis > > w_v_eh
Definition: classes_other.h:42
std::vector< pat::TauJetCorrFactors > v_tjcf
Definition: classes_other.h:33
pat::CandKinResolutionValueMap vm_ckr
Definition: classes_other.h:51
edm::Wrapper< std::vector< pat::TauJetCorrFactors > > w_v_tjcf
Definition: classes_other.h:34
std::vector< pat::CandKinResolution > v_ckr
Definition: classes_other.h:50
edm::Wrapper< std::pair< std::string, std::vector< float > > > w_jcfcf
Definition: classes_other.h:24
edm::ValueMap< pat::JetCorrFactors > vm_jcf
Definition: classes_other.h:29
edm::ValueMap< pat::TauJetCorrFactors > vm_tjcf
Definition: classes_other.h:35
edm::Wrapper< edm::ValueMap< pat::JetCorrFactors > > w_vm_jcf
Definition: classes_other.h:30
edm::Wrapper< edm::ValueMap< pat::VertexAssociation > > w_vm_va
Definition: classes_other.h:40
std::pair< std::string, std::vector< float > > jcfcf
Definition: classes_other.h:23
edm::Wrapper< edm::ValueMap< pat::TauJetCorrFactors > > w_vm_tjcf
Definition: classes_other.h:36
std::vector< pat::JetCorrFactors::CorrectionFactor > v_jcfcf
Definition: classes_other.h:25
std::vector< std::pair< pat::IsolationKeys, reco::IsoDeposit > > v_p_ik_id
Definition: classes_other.h:45
edm::Wrapper< pat::CandKinResolutionValueMap > w_vm_ckr
Definition: classes_other.h:52