CMS 3D CMS Logo

L1TEGammaOffline.h
Go to the documentation of this file.
1 #ifndef L1TEGammaOffline_H
2 #define L1TEGammaOffline_H
3 
4 //Framework
8 
9 //event
13 
14 //DQM
19 
20 //Candidate handling
22 
23 // Electron & photon collections
26 
27 // Vertex utilities
30 
31 // Trigger
35 
36 // stage2 collections:
38 
40 
41 public:
42 
44  ~L1TEGammaOffline() override;
45 
46  enum PlotConfig {
50  };
51 
52  static const std::map<std::string, unsigned int> PlotConfigNames;
53 
54 protected:
55 
56  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
57  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
58  void analyze(edm::Event const& e, edm::EventSetup const& eSetup) override;
59  void endRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
60  void endJob() override;
61 
62 private:
63  bool passesLooseEleId(reco::GsfElectron const& electron) const;
64  bool passesMediumEleId(reco::GsfElectron const& electron) const;
67 
68  //other functions
69  double Distance(const reco::Candidate & c1, const reco::Candidate & c2);
70  double DistancePhi(const reco::Candidate & c1, const reco::Candidate & c2);
71  double calcDeltaPhi(double phi1, double phi2);
72 
73  void fillElectrons(edm::Event const& e, const unsigned int nVertex);
74  void fillPhotons(edm::Event const& e, const unsigned int nVertex);
76  bool matchesAnHLTObject(double eta, double phi) const;
77 
79 
81 
82  //variables from config file
90  std::vector<std::string> triggerNames_;
93 
95 
96  std::vector<double> electronEfficiencyThresholds_;
97  std::vector<double> electronEfficiencyBins_;
100 
101  std::vector<double> photonEfficiencyThresholds_;
102  std::vector<double> photonEfficiencyBins_;
103 
107 
111 
113  std::vector<unsigned int> triggerIndices_;
117 
118  // TODO: add turn-on cuts (vectors of doubles)
119  // Histograms
122 
123  // electron reco vs L1
127 
131 
133 
134  // electron resolutions
138 
142 
144 
145  // electron turn-ons
146  std::map<double, MonitorElement*> h_efficiencyElectronET_EB_pass_;
147  std::map<double, MonitorElement*> h_efficiencyElectronET_EE_pass_;
148  std::map<double, MonitorElement*> h_efficiencyElectronET_EB_EE_pass_;
149  std::map<double, MonitorElement*> h_efficiencyElectronPhi_vs_Eta_pass_;
150  // for deep inspection only
151  std::map<double, MonitorElement*> h_efficiencyElectronEta_pass_;
152  std::map<double, MonitorElement*> h_efficiencyElectronPhi_pass_;
153  std::map<double, MonitorElement*> h_efficiencyElectronNVertex_pass_;
154 
155  // we could drop the map here, but L1TEfficiency_Harvesting expects
156  // identical names except for the suffix
157  std::map<double, MonitorElement*> h_efficiencyElectronET_EB_total_;
158  std::map<double, MonitorElement*> h_efficiencyElectronET_EE_total_;
159  std::map<double, MonitorElement*> h_efficiencyElectronET_EB_EE_total_;
160  std::map<double, MonitorElement*> h_efficiencyElectronPhi_vs_Eta_total_;
161  // for deep inspection only
162  std::map<double, MonitorElement*> h_efficiencyElectronEta_total_;
163  std::map<double, MonitorElement*> h_efficiencyElectronPhi_total_;
164  std::map<double, MonitorElement*> h_efficiencyElectronNVertex_total_;
165 
166  // photons
170 
174 
176 
177  // electron resolutions
181 
185 
187 
188  // photon turn-ons
189  std::map<double, MonitorElement*> h_efficiencyPhotonET_EB_pass_;
190  std::map<double, MonitorElement*> h_efficiencyPhotonET_EE_pass_;
191  std::map<double, MonitorElement*> h_efficiencyPhotonET_EB_EE_pass_;
192 
193  // we could drop the map here, but L1TEfficiency_Harvesting expects
194  // identical names except for the suffix
195  std::map<double, MonitorElement*> h_efficiencyPhotonET_EB_total_;
196  std::map<double, MonitorElement*> h_efficiencyPhotonET_EE_total_;
197  std::map<double, MonitorElement*> h_efficiencyPhotonET_EB_EE_total_;
198 
199 };
200 
201 #endif
void bookElectronHistos(DQMStore::IBooker &)
std::map< double, MonitorElement * > h_efficiencyElectronNVertex_pass_
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
void fillPhotons(edm::Event const &e, const unsigned int nVertex)
std::vector< double > electronEfficiencyBins_
MonitorElement * h_resolutionElectronPhi_EB_EE_
MonitorElement * h_L1EGammaPhivsElectronPhi_EE_
edm::EDGetTokenT< reco::GsfElectronCollection > theGsfElectronCollection_
math::XYZPoint PVPoint_
MonitorElement * h_tagAndProbeMass_
The single EDProduct to be saved for each event (AOD case)
Definition: TriggerEvent.h:25
std::map< double, MonitorElement * > h_efficiencyPhotonET_EE_total_
MonitorElement * h_L1EGammaETvsElectronET_EB_EE_
std::map< double, MonitorElement * > h_efficiencyPhotonET_EB_pass_
MonitorElement * h_L1EGammaPhivsPhotonPhi_EB_
double maxDeltaRForL1Matching_
double calcDeltaPhi(double phi1, double phi2)
bool passesMediumEleId(reco::GsfElectron const &electron) const
MonitorElement * h_L1EGammaETvsPhotonET_EB_
std::vector< HistDefinition > HistDefinitions
edm::EDGetTokenT< std::vector< reco::Photon > > thePhotonCollection_
std::map< double, MonitorElement * > h_efficiencyElectronET_EB_EE_pass_
std::string histFolder_
MonitorElement * h_L1EGammaETvsPhotonET_EE_
void fillElectrons(edm::Event const &e, const unsigned int nVertex)
std::map< double, MonitorElement * > h_efficiencyElectronPhi_pass_
std::map< double, MonitorElement * > h_efficiencyPhotonET_EB_EE_total_
MonitorElement * h_resolutionPhotonET_EE_
MonitorElement * h_resolutionElectronET_EB_
std::map< double, MonitorElement * > h_efficiencyElectronET_EB_total_
dqmoffline::l1t::HistDefinitions histDefinitions_
bool passesLooseEleId(reco::GsfElectron const &electron) const
void bookPhotonHistos(DQMStore::IBooker &)
~L1TEGammaOffline() override
std::map< double, MonitorElement * > h_efficiencyElectronPhi_vs_Eta_total_
L1TEGammaOffline(const edm::ParameterSet &ps)
MonitorElement * h_L1EGammaETvsElectronET_EB_
std::map< double, MonitorElement * > h_efficiencyElectronPhi_vs_Eta_pass_
MonitorElement * h_L1EGammaPhivsElectronPhi_EB_EE_
std::map< double, MonitorElement * > h_efficiencyPhotonET_EB_EE_pass_
MonitorElement * h_resolutionElectronET_EE_
edm::EDGetTokenT< trigger::TriggerEvent > triggerInputTag_
void normalise2DHistogramsToBinArea()
void endJob() override
double maxDeltaRForHLTMatching_
std::vector< double > electronEfficiencyThresholds_
MonitorElement * h_L1EGammaPhivsPhotonPhi_EB_EE_
double tagAndProbleInvariantMass_
std::map< double, MonitorElement * > h_efficiencyElectronEta_pass_
std::map< double, MonitorElement * > h_efficiencyElectronNVertex_total_
MonitorElement * h_L1EGammaEtavsElectronEta_
std::string triggerProcess_
MonitorElement * h_resolutionPhotonET_EB_
edm::EDGetTokenT< l1t::EGammaBxCollection > stage2CaloLayer2EGammaToken_
MonitorElement * h_resolutionElectronEta_
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
reco::GsfElectron tagElectron_
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
MonitorElement * h_resolutionPhotonEta_
MonitorElement * h_L1EGammaPhivsPhotonPhi_EE_
edm::EDGetTokenT< edm::TriggerResults > triggerResultsInputTag_
static const std::map< std::string, unsigned int > PlotConfigNames
std::map< double, MonitorElement * > h_efficiencyElectronET_EE_total_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
HLTConfigProvider hltConfig_
bool findTagAndProbePair(edm::Handle< reco::GsfElectronCollection > const &electrons)
std::map< double, MonitorElement * > h_efficiencyPhotonET_EB_total_
std::string efficiencyFolder_
std::map< double, MonitorElement * > h_efficiencyElectronET_EE_pass_
std::vector< double > deepInspectionElectronThresholds_
reco::GsfElectron probeElectron_
bool matchesAnHLTObject(double eta, double phi) const
MonitorElement * h_resolutionPhotonPhi_EB_EE_
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
std::map< double, MonitorElement * > h_efficiencyElectronPhi_total_
MonitorElement * h_resolutionElectronET_EB_EE_
std::map< double, MonitorElement * > h_efficiencyElectronEta_total_
std::map< double, MonitorElement * > h_efficiencyElectronET_EB_EE_total_
std::vector< std::string > triggerNames_
MonitorElement * h_resolutionElectronPhi_EB_
edm::TriggerResults triggerResults_
MonitorElement * h_nVertex_
MonitorElement * h_resolutionPhotonPhi_EB_
std::vector< double > photonEfficiencyBins_
MonitorElement * h_L1EGammaETvsPhotonET_EB_EE_
MonitorElement * h_L1EGammaETvsElectronET_EE_
edm::EDGetTokenT< reco::BeamSpot > theBSCollection_
MonitorElement * h_resolutionElectronPhi_EE_
MonitorElement * h_L1EGammaEtavsPhotonEta_
MonitorElement * h_resolutionPhotonPhi_EE_
double DistancePhi(const reco::Candidate &c1, const reco::Candidate &c2)
edm::EDGetTokenT< reco::VertexCollection > thePVCollection_
double Distance(const reco::Candidate &c1, const reco::Candidate &c2)
std::vector< unsigned int > triggerIndices_
std::vector< double > photonEfficiencyThresholds_
std::map< double, MonitorElement * > h_efficiencyElectronET_EB_pass_
MonitorElement * h_L1EGammaPhivsElectronPhi_EB_
std::map< double, MonitorElement * > h_efficiencyPhotonET_EE_pass_
MonitorElement * h_resolutionPhotonET_EB_EE_
double recoToL1TThresholdFactor_
trigger::TriggerEvent triggerEvent_
Definition: Run.h:44