1 #ifndef SINGLETOPTCHANNELLEPTONDQM_MINIAOD
2 #define SINGLETOPTCHANNELLEPTONDQM_MINIAOD
26 namespace SingleTopTChannelLepton_miniAOD {
60 const std::vector<std::string>
labels)
const;
67 hists_.find(histName)->second->Fill(value);
72 hists_.find(histName)->second->Fill(xValue, yValue);
75 void fill(
const std::string histName,
double xValue,
double yValue,
double zValue)
const {
77 hists_.find(histName)->second->Fill(xValue, yValue, zValue);
86 std::vector<edm::EDGetTokenT<edm::View<pat::MET> > >
mets_;
105 std::unique_ptr<StringCutObjectSelector<pat::Electron> >
elecIso_;
107 std::unique_ptr<StringCutObjectSelector<pat::Electron> >
elecSelect_;
111 std::unique_ptr<StringCutObjectSelector<reco::Vertex> >
pvSelect_;
114 std::unique_ptr<StringCutObjectSelector<pat::Muon> >
muonIso_;
128 std::unique_ptr<StringCutObjectSelector<pat::Jet> >
jetSelect;
143 std::map<std::string, MonitorElement*>
hists_;
149 for (
unsigned int idx = 0; idx < labels.size(); ++idx) {
150 hists_[channel +
"Mon_"]->setBinLabel(idx + 1,
"[" +
monitorPath(labels[idx]) +
"]", 1);
151 hists_[channel +
"Eff_"]->setBinLabel(
159 const std::vector<std::string>
labels)
const {
160 for (
unsigned int idx = 0; idx < labels.size(); ++idx) {
162 fill(channel +
"Mon_", idx + 0.5);
164 int evts =
hists_.find(channel +
"Mon_")->second->getBinContent(idx + 1);
165 double value =
hists_.find(channel +
"Eff_")->second->getBinContent(idx + 1);
167 channel +
"Eff_", idx + 0.5, 1. / evts * (
accept(event, triggerTable,
selectionPath(labels[idx])) - value));
229 std::map<std::string, std::pair<edm::ParameterSet, std::unique_ptr<SingleTopTChannelLepton_miniAOD::MonitorEnsemble> > >
231 std::unique_ptr<SelectionStep<pat::Muon> >
MuonStep;
233 std::unique_ptr<SelectionStep<reco::Vertex> >
PvStep;
234 std::unique_ptr<SelectionStep<pat::MET> >
METStep;
235 std::vector<std::unique_ptr<SelectionStep<pat::Jet> > >
JetSteps;
237 std::vector<edm::ParameterSet>
sel_;
std::vector< std::string > selectionOrder_
~SingleTopTChannelLeptonDQM_miniAOD() override
default destructor
edm::EDGetTokenT< edm::ValueMap< float > > electronId_
electronId label
std::string selectionPath(const std::string &label) const
std::unique_ptr< SelectionStep< reco::Vertex > > PvStep
std::map< std::string, MonitorElement * > hists_
histogram container
edm::EDGetTokenT< edm::TriggerResults > triggerTable_
trigger table
std::vector< std::string > triggerPaths_
std::vector< std::unique_ptr< SelectionStep< pat::Jet > > > JetSteps
std::unique_ptr< StringCutObjectSelector< reco::JetID > > jetIDSelect_
extra jetID selection on calo jets
void triggerBinLabels(std::string channel, const std::vector< std::string > labels)
set configurable labels for trigger monitoring histograms
edm::EDGetTokenT< edm::View< pat::Electron > > elecs_
Level verbosity_
verbosity level for booking
edm::EDGetTokenT< edm::View< reco::Vertex > > pvs_
Level
different verbosity levels
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
std::unique_ptr< StringCutObjectSelector< pat::Electron > > elecIso_
extra isolation criterion on electron
std::string monitorPath(const std::string &label) const
std::unique_ptr< StringCutObjectSelector< pat::Muon > > muonIso_
extra isolation criterion on muon
edm::EDGetTokenT< edm::View< pat::Jet > > jets_
input sources for monitoring
double lowerEdge_
mass window upper and lower edge
dqm::reco::DQMStore DQMStore
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< SingleTopTChannelLepton_miniAOD::MonitorEnsemble > > > selection_
std::unique_ptr< SelectionStep< pat::Muon > > MuonStep
void fill(const edm::Event &event, const edm::EventSetup &setup)
fill monitor histograms with electronId and jetCorrections
void analyze(const edm::Event &event, const edm::EventSetup &setup) override
do this during the event loop
edm::EDGetTokenT< reco::JetTagCollection > btagCSV_
std::string selectionStep(const std::string &label)
edm::EDGetTokenT< edm::View< pat::Muon > > muons_
int logged_
number of logged interesting events
std::unique_ptr< StringCutObjectSelector< reco::Vertex > > pvSelect_
std::string objectType(const std::string &label)
std::vector< edm::ParameterSet > sel_
edm::InputTag beamspot_
beamspot
double btagEffWP_
btag working points
edm::EDGetTokenT< reco::BeamSpot > beamspot__
edm::EDGetTokenT< reco::JetTagCollection > btagEff_
btag discriminator labels
std::unique_ptr< StringCutObjectSelector< pat::Electron > > elecSelect_
extra selection on electrons
edm::EDGetTokenT< reco::JetIDValueMap > jetIDLabel_
jetID as an extra selection type
std::vector< std::string > triggerPaths_
trigger paths
edm::EDGetTokenT< reco::JetTagCollection > btagPur_
void book(DQMStore::IBooker &ibooker)
book histograms in subdirectory directory
dqm::legacy::MonitorElement MonitorElement
edm::ESGetToken< JetCorrector, JetCorrectionsRecord > jetCorrector_
jetCorrector
~MonitorEnsemble()
default destructor
void fill(const std::string histName, double value) const
fill histogram if it had been booked before
MonitorEnsemble(const char *label, const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC)
default contructor
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
std::unique_ptr< SelectionStep< pat::MET > > METStep
std::unique_ptr< StringCutObjectSelector< pat::Jet > > jetSelect
std::unique_ptr< StringCutObjectSelector< reco::Vertex > > vertexSelect_
string cut selector
std::unique_ptr< StringCutObjectSelector< reco::BeamSpot > > beamspotSelect_
string cut selector
std::unique_ptr< StringCutObjectSelector< pat::Muon > > muonSelect_
extra selection on muons
std::string label_
instance label
void fill(const std::string histName, double xValue, double yValue) const
fill histogram if it had been booked before (2-dim version)
bool booked(const std::string histName) const
check if histogram was booked
std::vector< edm::EDGetTokenT< edm::View< pat::MET > > > mets_
considers a vector of METs
void fill(const std::string histName, double xValue, double yValue, double zValue) const
fill histogram if it had been booked before (2-dim version)
SingleTopTChannelLeptonDQM_miniAOD(const edm::ParameterSet &cfg)
default constructor
edm::EDGetTokenT< edm::TriggerResults > triggerTable__
trigger table
edm::EDGetTokenT< reco::JetTagCollection > btagVtx_
edm::EDConsumerBase tmpConsumerBase
std::unique_ptr< SelectionStep< pat::Electron > > ElectronStep