#include <Dummy/AlignmentMonitorAsAnalyzer/src/AlignmentMonitorAsAnalyzer.cc>
Public Types | |
typedef std::pair< const Trajectory *, const reco::Track * > | ConstTrajTrackPair |
typedef std::vector< ConstTrajTrackPair > | ConstTrajTrackPairCollection |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
Private Attributes | |
std::unique_ptr< AlignableMuon > | m_alignableMuon |
std::unique_ptr< AlignableTracker > | m_alignableTracker |
std::unique_ptr< AlignmentParameterStore > | m_alignmentParameterStore |
edm::ParameterSet | m_aliParamStoreCfg |
bool | m_firstEvent |
std::vector< std::unique_ptr< AlignmentMonitorBase > > | m_monitors |
edm::InputTag | m_tjTag |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 65 of file AlignmentMonitorAsAnalyzer.cc.
typedef std::pair<const Trajectory*, const reco::Track*> AlignmentMonitorAsAnalyzer::ConstTrajTrackPair |
Definition at line 70 of file AlignmentMonitorAsAnalyzer.cc.
typedef std::vector<ConstTrajTrackPair> AlignmentMonitorAsAnalyzer::ConstTrajTrackPairCollection |
Definition at line 71 of file AlignmentMonitorAsAnalyzer.cc.
|
explicit |
Definition at line 102 of file AlignmentMonitorAsAnalyzer.cc.
References beamerCreator::create(), get, edm::ParameterSet::getUntrackedParameter(), m_monitors, LaserDQM_cfi::mon, and gather_cfg::monitors.
|
overridedefault |
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 118 of file AlignmentMonitorAsAnalyzer.cc.
References GeometryAligner::applyAlignments(), TrackerGeomBuilderFromGeometricDet::build(), CSCGeometryBuilder::build(), align::DetectorGlobalPosition(), edm::EventSetup::get(), get, iEvent, m_alignableMuon, m_alignableTracker, m_alignmentParameterStore, m_aliParamStoreCfg, m_firstEvent, m_monitors, m_tjTag, beam_dqm_sourceclient-live_cfg::monitor, DetId::Muon, edm::ESHandle< T >::product(), and DetId::Tracker.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 210 of file AlignmentMonitorAsAnalyzer.cc.
References m_firstEvent.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 213 of file AlignmentMonitorAsAnalyzer.cc.
References m_monitors, and beam_dqm_sourceclient-live_cfg::monitor.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 83 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 82 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 84 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 80 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 88 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 86 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by AlignmentMonitorAsAnalyzer(), analyze(), and endJob().
|
private |
Definition at line 79 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze().