|
|
Go to the documentation of this file.
112 njets_(iConfig.getParameter<
unsigned int>("
njets")),
154 histname =
"jetE_variable";
159 histname =
"jetEVsLS";
160 histtitle =
"jetE vs LS";
172 histname =
"jetEVsBX";
173 histtitle =
"jetE vs BX";
187 histtitle =
"jetEta";
192 histname =
"jetEtaVsLS";
193 histtitle =
"jetEta vs LS";
206 histname =
"jetEtaVsBX";
207 histtitle =
"jetEta vs BX";
221 histtitle =
"jetPhi";
226 histname =
"jetPhiVsLS";
227 histtitle =
"jetPhi vs LS";
240 histname =
"jetPhiVsBX";
241 histtitle =
"jetPhi vs BX";
255 histtitle =
"muonPt";
260 histname =
"muonPt_variable";
261 histtitle =
"muonPt";
265 histname =
"muonPtVsLS";
266 histtitle =
"muonPt vs LS";
279 histname =
"muonPtVsBX";
280 histtitle =
"muonPt vs BX";
293 histname =
"muonEta";
294 histtitle =
"muonEta";
304 histname =
"muonEtaVsLS";
305 histtitle =
"muonEta vs LS";
318 histname =
"muonEtaVsBX";
319 histtitle =
"muonEta vs BX";
332 histname =
"muonPhi";
333 histtitle =
"muonPhi";
343 histname =
"muonPhiVsLS";
344 histtitle =
"muonPhi vs LS";
357 histname =
"muonPhiVsBX";
358 histtitle =
"muonPhi vs BX";
384 const int ls =
iEvent.id().luminosityBlock();
385 const int bx =
iEvent.bunchCrossing();
390 if ((
unsigned int)(jetHandle->size()) <
njets_)
393 std::vector<reco::CaloJet>
jets;
394 for (
auto const&
j : *jetHandle) {
406 jetE =
jets[0].energy();
414 if ((
unsigned int)(DSAHandle->size()) <
nmuons_)
417 std::vector<reco::Track>
muons;
418 for (
auto const&
m : *DSAHandle) {
429 if (!
muons.empty()) {
468 desc.add<
bool>(
"requireValidHLTPaths",
true);
474 desc.add<
unsigned int>(
"njets", 0);
475 desc.add<
unsigned int>(
"nmuons", 0);
519 std::vector<double>
bins = {0., 20., 40., 60., 80., 90., 100., 110., 120., 130., 140., 150., 160.,
520 170., 180., 190., 200., 220., 240., 260., 280., 300., 350., 400., 450., 1000.};
526 descriptions.
add(
"NoBPTXMonitoring",
desc);
dqm::reco::MonitorElement MonitorElement
numGenericTriggerEventPSet
StringCutObjectSelector< reco::Track, true > muonSelection_
ObjME jetENoBPTX_variableBinning_
const std::string folderName_
virtual void setCurrentFolder(std::string const &fullpath)
edm::EDGetTokenT< reco::TrackCollection > muonToken_
StringCutObjectSelector< reco::CaloJet, true > jetSelection_
ObjME muonPtNoBPTX_variableBinning_
MonitorElement * numerator
void fill(const bool pass_num, Args... args)
#define DEFINE_FWK_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
std::vector< double > jetE_variable_binning_
MEbinning jetEta_binning_
void setMETitle(ObjME &me, const std::string &titleX, const std::string &titleY)
void bookME(DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbins, const double xmin, const double xmax, const bool bookDen=true)
NoBPTXMonitor(const edm::ParameterSet &)
denGenericTriggerEventPSet
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
static void fillHistoPSetDescription(edm::ParameterSetDescription &pset)
const bool requireValidHLTPaths_
Provides a code based selection for trigger and DCS information in order to have no failing filters i...
std::unique_ptr< GenericTriggerEventFlag > den_genTriggerEventFlag_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
static MEbinning getHistoLSPSet(const edm::ParameterSet &pset)
std::vector< CaloJet > CaloJetCollection
collection of CaloJet objects
~NoBPTXMonitor() override
static MEbinning getHistoPSet(const edm::ParameterSet &pset)
std::unique_ptr< T, impl::DeviceDeleter > unique_ptr
std::vector< double > muonPt_variable_binning_
MEbinning muonPt_binning_
edm::EDGetTokenT< reco::CaloJetCollection > jetToken_
std::unique_ptr< GenericTriggerEventFlag > num_genTriggerEventFlag_
void analyze(edm::Event const &iEvent, edm::EventSetup const &iSetup) override
MEbinning muonPhi_binning_
dqm::reco::DQMStore DQMStore
MEbinning jetPhi_binning_
static void fillHistoLSPSetDescription(edm::ParameterSetDescription &pset)
std::vector< Track > TrackCollection
collection of Tracks
MEbinning muonEta_binning_