#include <AlcaBeamMonitor.h>
Public Member Functions | |
AlcaBeamMonitor (const edm::ParameterSet &) | |
~AlcaBeamMonitor () | |
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 | |
std::vector< ConsumesInfo > | consumesInfo () const |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | beginJob (void) |
void | beginLuminosityBlock (const edm::LuminosityBlock &iLumi, const edm::EventSetup &iSetup) |
void | beginRun (const edm::Run &iRun, const edm::EventSetup &iSetup) |
void | endJob (const edm::LuminosityBlock &iLumi, const edm::EventSetup &iSetup) |
void | endLuminosityBlock (const edm::LuminosityBlock &iLumi, const edm::EventSetup &iSetup) |
void | endRun (const edm::Run &iRun, const edm::EventSetup &iSetup) |
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) |
Private Types | |
typedef std::map< std::string, reco::BeamSpot > | BeamSpotContainer |
typedef std::map< std::string, std::map< std::string, std::map< std::string, MonitorElement * > > > | HistosContainer |
typedef std::map< std::string, std::map< std::string, std::map< std::string, int > > > | PositionContainer |
Private Attributes | |
edm::InputTag | beamSpotLabel_ |
BeamSpotContainer | beamSpotsMap_ |
DQMStore * | dbe_ |
MonitorElement * | hD0Phi0_ |
MonitorElement * | hDxyBS_ |
std::multimap< std::string, std::string > | histoByCategoryNames_ |
HistosContainer | histosMap_ |
std::string | monitorName_ |
int | numberOfValuesToSave_ |
edm::ParameterSet | parameters_ |
PositionContainer | positionsMap_ |
edm::EDGetTokenT < reco::VertexCollection > | primaryVertexLabel_ |
edm::EDGetTokenT< reco::BeamSpot > | scalerLabel_ |
BeamFitter * | theBeamFitter_ |
PVFitter * | thePVFitter_ |
MonitorElement * | theValuesContainer_ |
edm::EDGetTokenT < reco::TrackCollection > | trackLabel_ |
std::vector< std::string > | varNamesV_ |
std::vector < reco::VertexCollection > | vertices_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 28 of file AlcaBeamMonitor.h.
|
private |
Definition at line 46 of file AlcaBeamMonitor.h.
|
private |
Definition at line 48 of file AlcaBeamMonitor.h.
|
private |
Definition at line 50 of file AlcaBeamMonitor.h.
AlcaBeamMonitor::AlcaBeamMonitor | ( | const edm::ParameterSet & | ps | ) |
Definition at line 33 of file AlcaBeamMonitor.cc.
AlcaBeamMonitor::~AlcaBeamMonitor | ( | ) |
Definition at line 107 of file AlcaBeamMonitor.cc.
|
protectedvirtual |
Implements edm::EDAnalyzer.
Definition at line 272 of file AlcaBeamMonitor.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 119 of file AlcaBeamMonitor.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 213 of file AlcaBeamMonitor.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 199 of file AlcaBeamMonitor.cc.
|
protected |
Definition at line 564 of file AlcaBeamMonitor.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 318 of file AlcaBeamMonitor.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 560 of file AlcaBeamMonitor.cc.
|
private |
Definition at line 58 of file AlcaBeamMonitor.h.
|
private |
Definition at line 72 of file AlcaBeamMonitor.h.
|
private |
Definition at line 62 of file AlcaBeamMonitor.h.
|
private |
Definition at line 67 of file AlcaBeamMonitor.h.
|
private |
Definition at line 68 of file AlcaBeamMonitor.h.
|
private |
Definition at line 76 of file AlcaBeamMonitor.h.
|
private |
Definition at line 73 of file AlcaBeamMonitor.h.
|
private |
Definition at line 54 of file AlcaBeamMonitor.h.
|
private |
Definition at line 61 of file AlcaBeamMonitor.h.
|
private |
Definition at line 53 of file AlcaBeamMonitor.h.
|
private |
Definition at line 74 of file AlcaBeamMonitor.h.
|
private |
Definition at line 55 of file AlcaBeamMonitor.h.
|
private |
Definition at line 57 of file AlcaBeamMonitor.h.
|
private |
Definition at line 63 of file AlcaBeamMonitor.h.
|
private |
Definition at line 64 of file AlcaBeamMonitor.h.
|
private |
Definition at line 69 of file AlcaBeamMonitor.h.
|
private |
Definition at line 56 of file AlcaBeamMonitor.h.
|
private |
Definition at line 75 of file AlcaBeamMonitor.h.
|
private |
Definition at line 77 of file AlcaBeamMonitor.h.