CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KVFTest.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: KVFTest
4 // Class: KVFTest
5 //
13 //
14 // Original Author: Pascal Vanlaer
15 // Created: Tue Feb 28 11:06:34 CET 2006
16 // $Id: KVFTest.h,v 1.3 2010/01/21 08:29:54 adamwo Exp $
17 //
18 //
19 
20 
21 // system include files
22 #include <memory>
23 
24 // user include files
27 
30 
36 #include <TFile.h>
37 
42 class KVFTest : public edm::EDAnalyzer {
43 public:
44  explicit KVFTest(const edm::ParameterSet&);
45  ~KVFTest();
46 
47  virtual void analyze(const edm::Event&, const edm::EventSetup&);
48 
49  virtual void beginJob();
50  virtual void endJob();
51 
52 private:
53 
55 
60  TFile* rootFile_;
61 
62  std::string outputFile_; // output file
63  std::string trackLabel_; // label of track producer
64 };
TrackAssociatorByChi2 * associatorForParamAtPca
Definition: KVFTest.h:58
std::string outputFile_
Definition: KVFTest.h:62
TrackingVertex getSimVertex(const edm::Event &iEvent) const
Definition: KVFTest.cc:122
SimpleVertexTree * tree
Definition: KVFTest.h:59
edm::ParameterSet theConfig
Definition: KVFTest.h:56
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition: KVFTest.cc:54
virtual void endJob()
Definition: KVFTest.cc:45
int iEvent
Definition: GenABIO.cc:243
std::string trackLabel_
Definition: KVFTest.h:63
TFile * rootFile_
Definition: KVFTest.h:60
virtual void beginJob()
Definition: KVFTest.cc:41
KVFTest(const edm::ParameterSet &)
Definition: KVFTest.cc:25
edm::ParameterSet kvfPSet
Definition: KVFTest.h:57
~KVFTest()
Definition: KVFTest.cc:37