#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 | |
AlignableMuon * | m_alignableMuon |
AlignableTracker * | m_alignableTracker |
AlignmentParameterStore * | m_alignmentParameterStore |
edm::ParameterSet | m_aliParamStoreCfg |
bool | m_firstEvent |
std::vector< 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 | |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 66 of file AlignmentMonitorAsAnalyzer.cc.
typedef std::pair<const Trajectory*, const reco::Track*> AlignmentMonitorAsAnalyzer::ConstTrajTrackPair |
Definition at line 71 of file AlignmentMonitorAsAnalyzer.cc.
typedef std::vector<ConstTrajTrackPair> AlignmentMonitorAsAnalyzer::ConstTrajTrackPairCollection |
Definition at line 72 of file AlignmentMonitorAsAnalyzer.cc.
|
explicit |
Definition at line 103 of file AlignmentMonitorAsAnalyzer.cc.
References Exception, reco::get(), edm::ParameterSet::getUntrackedParameter(), m_monitors, and gather_cfg::monitors.
|
override |
Definition at line 122 of file AlignmentMonitorAsAnalyzer.cc.
References m_alignableMuon, m_alignableTracker, and m_alignmentParameterStore.
|
overrideprivate |
Definition at line 136 of file AlignmentMonitorAsAnalyzer.cc.
References align::AlignableMuon, AlignmentParameterStore_cfi::AlignmentParameterStore, GeometryAligner::applyAlignments(), edm::AssociationMap< Tag >::begin(), TrackerGeomBuilderFromGeometricDet::build(), CSCGeometryBuilderFromDDD::build(), DTGeometryBuilderFromDDD::build(), edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, align::DetectorGlobalPosition(), edm::AssociationMap< Tag >::end(), edm::EventSetup::get(), edm::Event::getByLabel(), m_alignableMuon, m_alignableTracker, m_alignmentParameterStore, m_aliParamStoreCfg, m_firstEvent, m_monitors, m_tjTag, DetId::Muon, edm::ESHandle< T >::product(), and DetId::Tracker.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 226 of file AlignmentMonitorAsAnalyzer.cc.
References m_firstEvent.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 233 of file AlignmentMonitorAsAnalyzer.cc.
References DEFINE_FWK_MODULE, and m_monitors.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 84 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze(), and ~AlignmentMonitorAsAnalyzer().
|
private |
Definition at line 83 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze(), and ~AlignmentMonitorAsAnalyzer().
|
private |
Definition at line 85 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze(), and ~AlignmentMonitorAsAnalyzer().
|
private |
Definition at line 81 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 89 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 87 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by AlignmentMonitorAsAnalyzer(), analyze(), and endJob().
|
private |
Definition at line 80 of file AlignmentMonitorAsAnalyzer.cc.
Referenced by analyze().