#include <BPhysicsOniaDQM.h>
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) |
Get the analysis. More... | |
void | beginJob () |
Inizialize parameters for histo binning. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiBlock, const edm::EventSetup &iSetup) |
void | beginRun (const edm::Run &iRun, const edm::EventSetup &iSetup) |
BPhysicsOniaDQM (const edm::ParameterSet &) | |
Constructor. More... | |
void | endJob (void) |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiBlock, const edm::EventSetup &iSetup) |
void | endRun (const edm::Run &iRun, const edm::EventSetup &iSetup) |
virtual | ~BPhysicsOniaDQM () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
float | computeMass (const math::XYZVector &vec1, const math::XYZVector &vec2) |
bool | isMuonInAccept (const reco::Muon &recoMu) |
bool | selGlobalMuon (const reco::Muon &recoMu) |
bool | selTrackerMuon (const reco::Muon &recoMu) |
Private Attributes | |
MonitorElement * | diMuonMass_global |
MonitorElement * | diMuonMass_standalone |
MonitorElement * | diMuonMass_tracker |
MonitorElement * | glbBkgNoCut |
MonitorElement * | glbSigCut |
MonitorElement * | glbSigNoCut |
MonitorElement * | global_background |
std::map< int, int > | jpsiGlbSig |
int | jpsiGlbSigPerLS |
std::map< int, int > | jpsiStaSig |
int | jpsiStaSigPerLS |
std::map< int, int > | jpsiTrkSig |
int | jpsiTrkSigPerLS |
edm::EDGetTokenT< LumiSummary > | lumiSummaryToken_ |
std::string | metname |
math::XYZPoint | RefVtx |
MonitorElement * | staBkgNoCut |
MonitorElement * | standalone_background |
MonitorElement * | staSigCut |
MonitorElement * | staSigNoCut |
DQMStore * | theDbe |
edm::EDGetTokenT < reco::MuonCollection > | theMuonCollectionLabel_ |
MonitorElement * | tracker_background |
MonitorElement * | trkBkgNoCut |
MonitorElement * | trkSigCut |
MonitorElement * | trkSigNoCut |
edm::EDGetTokenT < reco::VertexCollection > | vertex_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
DQM offline for quarkonia
Definition at line 28 of file BPhysicsOniaDQM.h.
BPhysicsOniaDQM::BPhysicsOniaDQM | ( | const edm::ParameterSet & | parameters | ) |
Constructor.
Definition at line 29 of file BPhysicsOniaDQM.cc.
References edm::ParameterSet::getParameter(), and NULL.
|
virtual |
|
virtual |
Get the analysis.
Implements edm::EDAnalyzer.
Definition at line 92 of file BPhysicsOniaDQM.cc.
References edm::Event::getByToken(), muon::isGoodMuon(), edm::HandleBase::isValid(), LogTrace, metname, patZpeak::muons, NULL, and muon::TrackerMuonArbitrated.
|
virtual |
Inizialize parameters for histo binning.
Reimplemented from edm::EDAnalyzer.
Definition at line 63 of file BPhysicsOniaDQM.cc.
References LogTrace, metname, NULL, and cppFunctionSkipper::operator.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 221 of file BPhysicsOniaDQM.cc.
References LogTrace, and metname.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 279 of file BPhysicsOniaDQM.cc.
References LogTrace, and metname.
|
private |
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 217 of file BPhysicsOniaDQM.cc.
References LogTrace, and metname.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 230 of file BPhysicsOniaDQM.cc.
References edm::LuminosityBlock::getByToken(), edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), runregparse::lumiSummary, and metname.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 284 of file BPhysicsOniaDQM.cc.
References LogTrace, and metname.
|
private |
Definition at line 317 of file BPhysicsOniaDQM.cc.
References reco::LeafCandidate::eta(), reco::LeafCandidate::p(), and reco::LeafCandidate::pt().
|
private |
Definition at line 325 of file BPhysicsOniaDQM.cc.
References reco::Muon::globalTrack(), reco::Muon::innerTrack(), reco::HitPattern::numberOfValidMuonHits(), AlCaHLTBitMon_ParallelJobs::p, reco::HitPattern::pixelLayersWithMeasurement(), and lumiQueryAPI::q.
|
private |
Definition at line 345 of file BPhysicsOniaDQM.cc.
References reco::Muon::innerTrack(), AlCaHLTBitMon_ParallelJobs::p, and reco::HitPattern::pixelLayersWithMeasurement().
|
private |
Definition at line 69 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 71 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 70 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 78 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 76 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 77 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 72 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 94 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 91 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 95 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 92 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 96 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 93 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 62 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 65 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 98 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 81 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 74 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 79 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 80 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 57 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 61 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 73 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 84 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 82 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 83 of file BPhysicsOniaDQM.h.
|
private |
Definition at line 59 of file BPhysicsOniaDQM.h.