|
void | bookHist (const std::string &source, const std::string &objType, const std::string &variable, DQMStore::IBooker &) |
|
void | bookobjects (const edm::ParameterSet &anpset, edm::ConsumesCollector &iC) |
|
void | fillHist (const std::string &source, const std::string &objType, const std::string &variable, const float &value) |
|
void | initAndInsertJets (const edm::Event &iEvent, EVTColContainer *cols, std::vector< MatchStruct > *matches) |
|
void | initobjects (const edm::Event &iEvent, EVTColContainer *col) |
|
void | InitSelector (const unsigned int &objtype) |
|
void | insertcandidates (const unsigned int &objtype, const EVTColContainer *col, std::vector< MatchStruct > *matches) |
|
void | passJetCuts (std::vector< MatchStruct > *matches, std::map< std::string, bool > &jetCutResult, float &dEtaqq, float &mqq, float &dPhibb, float &CSV1, float &CSV2, float &CSV3) |
|
void | passOtherCuts (const std::vector< MatchStruct > &matches, std::map< std::string, bool > &jetCutResult) |
|
|
std::string | _analysisname |
|
std::vector< HLTHiggsPlotter > | _analyzers |
|
bool | _bookHtPlots |
|
std::map< unsigned int, double > | _cutMaxEta |
|
std::map< unsigned int, double > | _cutMinPt |
|
std::map< unsigned int,
unsigned int > | _cutMotherId |
|
std::map< unsigned int,
std::vector< double > > | _cutsDr |
|
std::map< std::string,
MonitorElement * > | _elements |
|
std::map< unsigned int,
std::string > | _genCut |
| gen/rec objects cuts More...
|
|
edm::EDGetTokenT
< reco::GenJetCollection > | _genJetLabel |
|
StringCutObjectSelector
< reco::GenJet > * | _genJetSelector |
|
edm::EDGetTokenT
< reco::GenParticleCollection > | _genParticleLabel |
|
std::map< unsigned int,
StringCutObjectSelector
< reco::GenParticle > * > | _genSelectorMap |
|
std::string | _histDirectory |
|
HLTConfigProvider | _hltConfig |
|
std::set< std::string > | _hltPaths |
| the hlt paths found in the hltConfig More...
|
|
std::vector< std::string > | _hltPathsToCheck |
| the hlt paths with regular expressions More...
|
|
std::string | _hltProcessName |
|
double | _HtJetEtaMax |
|
double | _HtJetPtMin |
|
unsigned int | _minCandidates |
| The minimum number of reco/gen candidates needed by the analysis. More...
|
|
std::vector< double > | _NminOneCuts |
|
std::vector< double > | _parametersEta |
| Some kinematical parameters. More...
|
|
std::vector< double > | _parametersHt |
|
std::vector< double > | _parametersPhi |
|
std::vector< double > | _parametersPu |
|
std::vector< double > | _parametersTurnOn |
|
edm::ParameterSet | _pset |
|
edm::EDGetTokenT< std::vector
< PileupSummaryInfo > > | _puSummaryInfo |
|
StringCutObjectSelector
< reco::CaloMET > * | _recCaloMETSelector |
|
std::map< unsigned int,
std::string > | _recCut |
|
StringCutObjectSelector
< reco::GsfElectron > * | _recElecSelector |
|
std::map< unsigned int,
std::string > | _recLabels |
|
edm::EDGetTokenT
< reco::CaloMETCollection > | _recLabelsCaloMET |
|
edm::EDGetTokenT
< reco::GsfElectronCollection > | _recLabelsElec |
|
edm::EDGetTokenT
< reco::MuonCollection > | _recLabelsMuon |
|
edm::EDGetTokenT
< reco::PFJetCollection > | _recLabelsPFJet |
|
edm::EDGetTokenT
< reco::PFMETCollection > | _recLabelsPFMET |
|
edm::EDGetTokenT
< reco::PFTauCollection > | _recLabelsPFTau |
|
edm::EDGetTokenT
< reco::PhotonCollection > | _recLabelsPhoton |
|
StringCutObjectSelector
< reco::Muon > * | _recMuonSelector |
|
edm::EDGetTokenT
< reco::PFJetCollection > | _recoHtJetLabel |
|
StringCutObjectSelector
< reco::PFJet > * | _recPFJetSelector |
|
StringCutObjectSelector
< reco::PFMET > * | _recPFMETSelector |
|
StringCutObjectSelector
< reco::PFTau > * | _recPFTauSelector |
|
StringCutObjectSelector
< reco::Photon > * | _recPhotonSelector |
|
edm::EDGetTokenT
< reco::JetTagCollection > | _recTagPFJet |
|
StringCutObjectSelector
< reco::Track > * | _recTrackSelector |
|
std::map< std::string,
std::string > | _shortpath2long |
| Relation between the short version of a path. More...
|
|
edm::EDGetTokenT
< edm::TriggerResults > | _trigResultsTag |
|
bool | _useNminOneCuts |
|
unsigned int | NptPlots |
|
Generate histograms for trigger efficiencies Higgs related Documentation available on the CMS TWiki: https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate
- Author
- J. Duarte Campderros (based and adapted on J. Klukas, M. Vander Donckt and J. Alcaraz code from the HLTriggerOffline/Muon package)
Definition at line 61 of file HLTHiggsSubAnalysis.h.