19 |
|
#include "TrackingTools/Records/interface/TransientTrackRecord.h" |
20 |
|
#include "RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducerAlgorithm.h" |
21 |
|
|
22 |
+ |
#include "../interface/TRootTrack.h" |
23 |
|
#include "../interface/TRootVertex.h" |
24 |
+ |
#include "../interface/TRootBardak.h" |
25 |
|
|
26 |
|
#include "TClonesArray.h" |
27 |
|
|
32 |
|
ZeeVertexAnalyzer(const edm::ParameterSet& iConfig, const edm::ParameterSet& producersNames, int verbosity); |
33 |
|
~ZeeVertexAnalyzer(); |
34 |
|
void setVerbosity(int verbosity) {verbosity_ = verbosity; }; |
35 |
< |
bool getVertices(const edm::Event& iEvent, const edm::EventSetup& iSetup, TClonesArray* rootVertices); |
35 |
> |
bool getVertices(const edm::Event& iEvent, const edm::EventSetup& iSetup, TClonesArray* rootVertices, TRootBardak* rootBardak); |
36 |
|
|
37 |
|
private: |
38 |
|
int verbosity_; |