#include <AlignmentProducerAsAnalyzer.h>
Private Member Functions | |
bool | getAliClusterValueMap (const edm::Event &, edm::Handle< AliClusterValueMap > &) override |
bool | getBeamSpot (const edm::Event &, edm::Handle< reco::BeamSpot > &) override |
bool | getTkFittedLasBeamCollection (const edm::Run &, edm::Handle< TkFittedLasBeamCollection > &) override |
bool | getTrajTrackAssociationCollection (const edm::Event &, edm::Handle< TrajTrackAssociationCollection > &) override |
bool | getTsosVectorCollection (const edm::Run &, edm::Handle< TsosVectorCollection > &) override |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from AlignmentProducerBase | |
AlignmentProducerBase (const edm::ParameterSet &) | |
void | beginLuminosityBlockImpl (const edm::LuminosityBlock &, const edm::EventSetup &) |
begin lumi block More... | |
void | beginRunImpl (const edm::Run &, const edm::EventSetup &) |
begin run More... | |
void | endLuminosityBlockImpl (const edm::LuminosityBlock &, const edm::EventSetup &) |
end lumi block More... | |
void | endRunImpl (const edm::Run &, const edm::EventSetup &) |
end run More... | |
bool | finish () |
void | initAlignmentAlgorithm (const edm::EventSetup &, bool update=false) |
int | nEvent () const |
bool | processEvent (const edm::Event &, const edm::EventSetup &) |
Process event. More... | |
void | startProcessing () |
Start processing of events. More... | |
void | terminateProcessing (const edm::EventSetup *=0) |
Terminate processing of events. More... | |
virtual | ~AlignmentProducerBase ()(false) |
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) |
Protected Attributes inherited from AlignmentProducerBase | |
const edm::InputTag | beamSpotTag_ |
BeamSpot. More... | |
const edm::InputTag | clusterValueMapTag_ |
ValueMap containing associtaion cluster-flag. More... | |
const bool | doMuon_ |
const bool | doTracker_ |
std::shared_ptr< CSCGeometry > | muonCSCGeometry_ |
std::shared_ptr< DTGeometry > | muonDTGeometry_ |
const edm::InputTag | tjTkAssociationMapTag_ |
Map with tracks/trajectories. More... | |
const edm::InputTag | tkLasBeamTag_ |
LAS beams in edm::Run (ignore if empty) More... | |
std::shared_ptr< TrackerGeometry > | trackerGeometry_ |
const bool | useExtras_ |
Definition at line 28 of file AlignmentProducerAsAnalyzer.h.
AlignmentProducerAsAnalyzer::AlignmentProducerAsAnalyzer | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 20 of file AlignmentProducerAsAnalyzer.cc.
References AlignmentProducerBase::beamSpotTag_, beamSpotToken_, AlignmentProducerBase::clusterValueMapTag_, clusterValueMapToken_, TFileService::kSharedResource, AlignmentProducerBase::tjTkAssociationMapTag_, tjTkAssociationMapToken_, AlignmentProducerBase::tkLasBeamTag_, tkLasBeamToken_, and tsosVectorToken_.
|
overridedefault |
Destructor.
|
override |
Definition at line 94 of file AlignmentProducerAsAnalyzer.cc.
References DEFINE_FWK_MODULE, and AlignmentProducerBase::processEvent().
|
overridevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 35 of file AlignmentProducerAsAnalyzer.cc.
|
override |
Definition at line 76 of file AlignmentProducerAsAnalyzer.cc.
References AlignmentProducerBase::beginLuminosityBlockImpl().
|
override |
Definition at line 60 of file AlignmentProducerAsAnalyzer.cc.
References AlignmentProducerBase::beginRunImpl().
|
overridevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 42 of file AlignmentProducerAsAnalyzer.cc.
References AlignmentProducerBase::finish(), and AlignmentProducerBase::terminateProcessing().
Referenced by o2olib.O2ORunMgr::executeJob().
|
override |
Definition at line 85 of file AlignmentProducerAsAnalyzer.cc.
References AlignmentProducerBase::endLuminosityBlockImpl().
|
override |
Definition at line 68 of file AlignmentProducerAsAnalyzer.cc.
References AlignmentProducerBase::endRunImpl().
|
inlineoverrideprivatevirtual |
Implements AlignmentProducerBase.
Definition at line 118 of file AlignmentProducerAsAnalyzer.h.
References clusterValueMapToken_.
|
inlineoverrideprivatevirtual |
Implements AlignmentProducerBase.
Definition at line 91 of file AlignmentProducerAsAnalyzer.h.
References beamSpotToken_.
|
inlineoverrideprivatevirtual |
Implements AlignmentProducerBase.
Definition at line 100 of file AlignmentProducerAsAnalyzer.h.
References edm::Run::getByToken(), and tkLasBeamToken_.
|
inlineoverrideprivatevirtual |
Implements AlignmentProducerBase.
Definition at line 82 of file AlignmentProducerAsAnalyzer.h.
References tjTkAssociationMapToken_.
|
inlineoverrideprivatevirtual |
Implements AlignmentProducerBase.
Definition at line 109 of file AlignmentProducerAsAnalyzer.h.
References edm::Run::getByToken(), and tsosVectorToken_.
|
private |
Definition at line 71 of file AlignmentProducerAsAnalyzer.h.
Referenced by AlignmentProducerAsAnalyzer(), and getBeamSpot().
|
private |
Definition at line 74 of file AlignmentProducerAsAnalyzer.h.
Referenced by AlignmentProducerAsAnalyzer(), and getAliClusterValueMap().
|
private |
Definition at line 70 of file AlignmentProducerAsAnalyzer.h.
Referenced by AlignmentProducerAsAnalyzer(), and getTrajTrackAssociationCollection().
|
private |
Definition at line 72 of file AlignmentProducerAsAnalyzer.h.
Referenced by AlignmentProducerAsAnalyzer(), and getTkFittedLasBeamCollection().
|
private |
Definition at line 73 of file AlignmentProducerAsAnalyzer.h.
Referenced by AlignmentProducerAsAnalyzer(), and getTsosVectorCollection().