#include <RecoVertex/KineExample/src/KineExample.cc>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
virtual void | endJob () |
KineExample (const edm::ParameterSet &) | |
~KineExample () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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 | |
TrackAssociatorByChi2 * | associatorForParamAtPca |
edm::ParameterSet | kvfPSet |
std::string | outputFile_ |
edm::ParameterSet | theConfig |
std::string | trackLabel_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
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 46 of file KineExample.h.
|
explicit |
Definition at line 35 of file KineExample.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), kvfPSet, outputFile_, and trackLabel_.
KineExample::~KineExample | ( | ) |
Definition at line 47 of file KineExample.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 69 of file KineExample.cc.
References gather_cfg::cout, cppFunctionSkipper::exception, KinematicConstrainedVertexFitter::fit(), KinematicParticleFitter::fit(), KinematicParticleVertexFitter::fit(), edm::EventSetup::get(), edm::Event::getByLabel(), edm::EventBase::id(), edm::HandleBase::isValid(), TransientVertex::isValid(), jpsi, KinematicParticleFactoryFromTransientTrack::particle(), TransientVertex::position(), printout(), trackLabel_, and KalmanVertexFitter::vertex().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 51 of file KineExample.cc.
References associatorForParamAtPca, edm::EventSetup::get(), and edm::ESHandle< class >::product().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 60 of file KineExample.cc.
|
private |
Definition at line 287 of file KineExample.cc.
References edm::Event::getByLabel(), and edm::Handle< T >::product().
|
private |
Definition at line 231 of file KineExample.cc.
References gather_cfg::cout.
Referenced by analyze(), and printout().
|
private |
Definition at line 238 of file KineExample.cc.
References gather_cfg::cout.
|
private |
Definition at line 250 of file KineExample.cc.
References gather_cfg::cout, i, and printout().
|
private |
Definition at line 66 of file KineExample.h.
Referenced by beginRun().
|
private |
Definition at line 65 of file KineExample.h.
Referenced by KineExample().
|
private |
Definition at line 70 of file KineExample.h.
Referenced by KineExample().
|
private |
Definition at line 64 of file KineExample.h.
|
private |
Definition at line 71 of file KineExample.h.
Referenced by analyze(), and KineExample().