25 |
|
|
26 |
|
class ZeeVertexAnalyzer |
27 |
|
{ |
28 |
< |
|
29 |
< |
public: |
28 |
> |
|
29 |
> |
public: |
30 |
|
ZeeVertexAnalyzer(const edm::ParameterSet& iConfig, const edm::ParameterSet& producersNames, int verbosity); |
31 |
< |
~ZeeVertexAnalyzer(); |
32 |
< |
void setVerbosity(int verbosity) {verbosity_ = verbosity; }; |
31 |
> |
~ZeeVertexAnalyzer(); |
32 |
> |
void setVerbosity(int verbosity) {verbosity_ = verbosity; }; |
33 |
|
bool getVertices(const edm::Event& iEvent, const edm::EventSetup& iSetup, TClonesArray* rootVertices); |
34 |
< |
|
35 |
< |
private: |
36 |
< |
int verbosity_; |
34 |
> |
|
35 |
> |
private: |
36 |
> |
int verbosity_; |
37 |
|
edm::ParameterSet config_; |
38 |
|
edm::InputTag primaryVertexProducer_; |
39 |
|
edm::InputTag beamSpotProducer_; |
40 |
|
edm::InputTag trackProducer_; |
41 |
|
edm::InputTag electronProducer_; |
42 |
< |
bool allowMissingCollection_; |
43 |
< |
|
42 |
> |
bool allowMissingCollection_; |
43 |
> |
|
44 |
|
}; |
45 |
|
|
46 |
|
#endif |