CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
18 
19 //Candidate handling
21 
22 // Electron & photon collections
25 
26 // Vertex utilities
29 
30 // Trigger
34 
35 // stage2 collections:
37 
39 public:
41  ~L1TEGammaOffline() override;
42 
44 
45  static const std::map<std::string, unsigned int> PlotConfigNames;
46 
47 protected:
48  void dqmBeginRun(edm::Run const&, edm::EventSetup const&) override;
49  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
50  void analyze(edm::Event const& e, edm::EventSetup const& eSetup) override;
51  void dqmEndRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
52 
53 private:
54  bool passesLooseEleId(reco::GsfElectron const& electron) const;
55  bool passesMediumEleId(reco::GsfElectron const& electron) const;
58 
59  //other functions
60  double Distance(const reco::Candidate& c1, const reco::Candidate& c2);
61  double DistancePhi(const reco::Candidate& c1, const reco::Candidate& c2);
62  double calcDeltaPhi(double phi1, double phi2);
63 
64  void fillElectrons(edm::Event const& e, const unsigned int nVertex);
65  void fillPhotons(edm::Event const& e, const unsigned int nVertex);
67  bool matchesAnHLTObject(double eta, double phi) const;
68 
70 
72 
73  //variables from config file
81  std::vector<std::string> triggerNames_;
84 
86 
87  std::vector<double> electronEfficiencyThresholds_;
88  std::vector<double> electronEfficiencyBins_;
90  std::vector<double> deepInspectionElectronThresholds_;
91 
92  std::vector<double> photonEfficiencyThresholds_;
93  std::vector<double> photonEfficiencyBins_;
94 
98 
102 
104  std::vector<unsigned int> triggerIndices_;
108 
109  // TODO: add turn-on cuts (vectors of doubles)
110  // Histograms
113 
114  // electron reco vs L1
118 
122 
124 
125  // electron resolutions
129 
133 
135 
136  // electron turn-ons
137  std::map<double, MonitorElement*> h_efficiencyElectronET_EB_pass_;
138  std::map<double, MonitorElement*> h_efficiencyElectronET_EE_pass_;
139  std::map<double, MonitorElement*> h_efficiencyElectronET_EB_EE_pass_;
140  std::map<double, MonitorElement*> h_efficiencyElectronPhi_vs_Eta_pass_;
141  // for deep inspection only
142  std::map<double, MonitorElement*> h_efficiencyElectronEta_pass_;
143  std::map<double, MonitorElement*> h_efficiencyElectronPhi_pass_;
144  std::map<double, MonitorElement*> h_efficiencyElectronNVertex_pass_;
145 
146  // we could drop the map here, but L1TEfficiency_Harvesting expects
147  // identical names except for the suffix
148  std::map<double, MonitorElement*> h_efficiencyElectronET_EB_total_;
149  std::map<double, MonitorElement*> h_efficiencyElectronET_EE_total_;
150  std::map<double, MonitorElement*> h_efficiencyElectronET_EB_EE_total_;
151  std::map<double, MonitorElement*> h_efficiencyElectronPhi_vs_Eta_total_;
152  // for deep inspection only
153  std::map<double, MonitorElement*> h_efficiencyElectronEta_total_;
154  std::map<double, MonitorElement*> h_efficiencyElectronPhi_total_;
155  std::map<double, MonitorElement*> h_efficiencyElectronNVertex_total_;
156 
157  // photons
161 
165 
167 
168  // electron resolutions
172 
176 
178 
179  // photon turn-ons
180  std::map<double, MonitorElement*> h_efficiencyPhotonET_EB_pass_;
181  std::map<double, MonitorElement*> h_efficiencyPhotonET_EE_pass_;
182  std::map<double, MonitorElement*> h_efficiencyPhotonET_EB_EE_pass_;
183 
184  // we could drop the map here, but L1TEfficiency_Harvesting expects
185  // identical names except for the suffix
186  std::map<double, MonitorElement*> h_efficiencyPhotonET_EB_total_;
187  std::map<double, MonitorElement*> h_efficiencyPhotonET_EE_total_;
188  std::map<double, MonitorElement*> h_efficiencyPhotonET_EB_EE_total_;
189 };
190 
191 #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 dqmEndRun(edm::Run const &run, edm::EventSetup const &eSetup) override
void normalise2DHistogramsToBinArea()
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_
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:45