#include <RecoVertex/KineExample/src/KineExample.cc>
Private Member Functions | |
TrackingVertex | getSimVertex (const edm::Event &iEvent) const |
void | printout (const RefCountedKinematicVertex &myVertex) const |
void | printout (const RefCountedKinematicParticle &myParticle) const |
void | printout (const RefCountedKinematicTree &myTree) const |
Private Attributes | |
const edm::ESGetToken < MagneticField, IdealMagneticFieldRecord > | estoken_mf |
const edm::ESGetToken < TransientTrackBuilder, TransientTrackRecord > | estoken_ttk |
edm::ParameterSet | kvfPSet |
std::string | outputFile_ |
edm::ParameterSet | theConfig |
edm::EDGetTokenT < reco::TrackCollection > | token_tracks |
edm::EDGetTokenT < TrackingVertexCollection > | token_VertexTruth |
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 edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
This is a very simple test analyzer mean to test the KalmanVertexFitter
Description: steers tracker primary vertex reconstruction and storage
Implementation: <Notes on="" implementation>="">
Definition at line 59 of file KineExample.cc.
|
explicit |
Definition at line 92 of file KineExample.cc.
References edm::BeginRun, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLT_FULL_cff::InputTag, kvfPSet, outputFile_, AlCaHLTBitMon_QueryRunRegistry::string, token_tracks, and token_VertexTruth.
|
overridedefault |
|
overridevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 115 of file KineExample.cc.
References submitPVValidationJobs::err, estoken_ttk, KinematicConstrainedVertexFitter::fit(), KinematicParticleFitter::fit(), KinematicParticleVertexFitter::fit(), edm::Event::getByToken(), edm::EventSetup::getHandle(), edm::EventBase::id(), edm::HandleBase::isValid(), TransientVertex::isValid(), jpsi, KinematicParticleFactoryFromTransientTrack::particle(), TransientVertex::position(), printout(), token_tracks, KalmanVertexFitter::vertex(), and cms::Exception::what().
|
override |
Definition at line 106 of file KineExample.cc.
|
inlineoverride |
Definition at line 66 of file KineExample.cc.
|
private |
Definition at line 326 of file KineExample.cc.
References edm::Event::getByToken(), edm::Handle< T >::product(), and token_VertexTruth.
|
private |
Definition at line 269 of file KineExample.cc.
Referenced by analyze(), and printout().
|
private |
Definition at line 277 of file KineExample.cc.
|
private |
Definition at line 289 of file KineExample.cc.
References mps_fire::i, and printout().
|
private |
Definition at line 76 of file KineExample.cc.
|
private |
Definition at line 75 of file KineExample.cc.
Referenced by analyze().
|
private |
Definition at line 79 of file KineExample.cc.
Referenced by KineExample().
|
private |
Definition at line 82 of file KineExample.cc.
Referenced by KineExample().
|
private |
Definition at line 78 of file KineExample.cc.
|
private |
Definition at line 83 of file KineExample.cc.
Referenced by analyze(), and KineExample().
|
private |
Definition at line 85 of file KineExample.cc.
Referenced by getSimVertex(), and KineExample().