CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTExoticaSubAnalysis.h
Go to the documentation of this file.
1 #ifndef HLTriggerOffline_Exotica_HLTExoticaSubAnalysis_H
2 #define HLTriggerOffline_Exotica_HLTExoticaSubAnalysis_H
3 
23 
43 
46 
48 
50 #include<vector>
51 #include<set>
52 #include<map>
53 #include<cstring>
54 
56 class EVTColContainer;
57 
62 public:
63  enum class Level{
64  GEN = 98,
65  RECO = 99
66  };
67 
69  const std::string & analysisname,
70  edm::ConsumesCollector && consCollector);
72  void beginJob();
73  void beginRun(const edm::Run & iRun, const edm::EventSetup & iEventSetup);
74 
78  void subAnalysisBookHistos(DQMStore::IBooker &iBooker, const edm::Run & iRun, const edm::EventSetup & iSetup);
79 
82  void analyze(const edm::Event & iEvent, const edm::EventSetup & iEventSetup, EVTColContainer * cols);
83 
84 private:
90  const std::vector<unsigned int> getObjectsType(const std::string & hltpath) const;
91 
93  void getNamesOfObjects(const edm::ParameterSet & anpset);
95  void registerConsumes(edm::ConsumesCollector & consCollector);
99  void initSelector(const unsigned int & objtype);
102  void insertCandidates(const unsigned int & objtype, const EVTColContainer * col,
103  std::vector<reco::LeafCandidate> * matches);
104 
106  void bookHist(DQMStore::IBooker &iBooker, const std::string & source, const std::string & objType,
107  const std::string & variable);
108  void fillHist(const std::string & source, const std::string & objType,
109  const std::string & variable, const float & value);
110 
113 
116 
118  unsigned int _minCandidates;
119 
121  std::vector<std::string> _hltPathsToCheck;
123  std::set<std::string> _hltPaths;
125  std::map<std::string, std::string> _shortpath2long;
126 
131  std::map<unsigned int, edm::InputTag> _recLabels;
135  std::map<unsigned int, edm::EDGetToken> _tokens;
136 
138  std::vector<double> _parametersEta;
139  std::vector<double> _parametersPhi;
140  std::vector<double> _parametersTurnOn;
141 
143  std::map<unsigned int, std::string> _genCut;
144  std::map<unsigned int, std::string> _recCut;
146  std::map<unsigned int, std::string> _genCut_leading;
147  std::map<unsigned int, std::string> _recCut_leading;
148 
151  std::map<unsigned int, StringCutObjectSelector<reco::GenParticle> *> _genSelectorMap;
160 
162  std::vector<HLTExoticaPlotter> _plotters;
163 
166 
168  std::map<std::string, MonitorElement *> _elements;
169 };
170 
171 
172 #endif
StringCutObjectSelector< reco::Track > * _recMuonTrkSelector
unsigned int _minCandidates
The minimum number of reco/gen candidates needed by the analysis.
void getNamesOfObjects(const edm::ParameterSet &anpset)
Creates the maps that map which collection should come from which label.
std::map< unsigned int, std::string > _genCut
gen/rec objects cuts
std::vector< HLTExoticaPlotter > _plotters
The plotters: managers of each hlt path where the plots are done.
StringCutObjectSelector< reco::CaloJet > * _recCaloJetSelector
std::vector< double > _parametersPhi
void fillHist(const std::string &source, const std::string &objType, const std::string &variable, const float &value)
container with all the objects needed
void analyze(const edm::Event &iEvent, const edm::EventSetup &iEventSetup, EVTColContainer *cols)
edm::EDGetTokenT< edm::TriggerResults > _trigResultsToken
std::map< unsigned int, std::string > _genCut_leading
gen/rec pt-leading objects cuts
StringCutObjectSelector< reco::PFJet > * _recPFJetSelector
std::map< unsigned int, edm::InputTag > _recLabels
StringCutObjectSelector< reco::GsfElectron > * _recElecSelector
std::map< unsigned int, std::string > _recCut_leading
int iEvent
Definition: GenABIO.cc:230
StringCutObjectSelector< reco::Muon > * _recMuonSelector
edm::ParameterSet _pset
Internal, working copy of the PSet passed from above.
void subAnalysisBookHistos(DQMStore::IBooker &iBooker, const edm::Run &iRun, const edm::EventSetup &iSetup)
std::vector< double > _parametersEta
Some kinematical parameters.
std::map< unsigned int, std::string > _recCut
const std::vector< unsigned int > getObjectsType(const std::string &hltpath) const
closes analyze method
HLTConfigProvider _hltConfig
Interface to the HLT information.
~HLTExoticaSubAnalysis()
End Constructor.
std::vector< std::string > _hltPathsToCheck
The hlt paths to check for.
std::string _hltProcessName
The labels of the object collections to be used in this analysis.
void registerConsumes(edm::ConsumesCollector &consCollector)
Registers consumption of objects.
void getHandlesToObjects(const edm::Event &iEvent, EVTColContainer *col)
Gets the collections themselves.
StringCutObjectSelector< reco::PFMET > * _recPFMETSelector
std::string _analysisname
The name of this sub-analysis.
StringCutObjectSelector< reco::Photon > * _recPhotonSelector
std::map< unsigned int, StringCutObjectSelector< reco::GenParticle > * > _genSelectorMap
void beginRun(const edm::Run &iRun, const edm::EventSetup &iEventSetup)
std::vector< double > _parametersTurnOn
std::map< unsigned int, edm::EDGetToken > _tokens
std::map< std::string, MonitorElement * > _elements
Structure of the MonitorElements.
HLTExoticaSubAnalysis(const edm::ParameterSet &pset, const std::string &analysisname, edm::ConsumesCollector &&consCollector)
Constructor.
edm::EDGetTokenT< reco::GenParticleCollection > _genParticleToken
And also the tokens to get the object collections.
void initSelector(const unsigned int &objtype)
Initializes the selectors of the objects based on which object it is.
int col
Definition: cuy.py:1008
std::set< std::string > _hltPaths
The hlt paths found in the hltConfig.
void insertCandidates(const unsigned int &objtype, const EVTColContainer *col, std::vector< reco::LeafCandidate > *matches)
static std::string const source
Definition: EdmProvDump.cc:43
StringCutObjectSelector< reco::PFTau > * _recPFTauSelector
void bookHist(DQMStore::IBooker &iBooker, const std::string &source, const std::string &objType, const std::string &variable)
The internal functions to book and fill histograms.
Definition: Run.h:41
std::map< std::string, std::string > _shortpath2long
Relation between the short and long versions of the path.