14 |
|
|
15 |
|
class MuonAnalyzer : public LeptonAnalyzer |
16 |
|
{ |
17 |
– |
|
18 |
– |
public: |
19 |
– |
MuonAnalyzer(const edm::ParameterSet& producersNames); |
20 |
– |
MuonAnalyzer(const edm::ParameterSet& producersNames, const edm::ParameterSet& myConfig, int verbosity); |
21 |
– |
~MuonAnalyzer(); |
22 |
– |
//void SetVerbosity(int verbosity) {verbosity_ = verbosity; }; |
23 |
– |
void Process(const edm::Event& iEvent, TRootBeamSpot* rootBeamSpot, TClonesArray* rootMuons); |
17 |
|
|
18 |
< |
private: |
19 |
< |
bool useMC_; |
20 |
< |
edm::InputTag muonProducer_; |
18 |
> |
public: |
19 |
> |
MuonAnalyzer(const edm::ParameterSet& producersNames, const edm::ParameterSet& myConfig, int verbosity); |
20 |
> |
~MuonAnalyzer(); |
21 |
> |
bool process(const edm::Event& iEvent, TRootBeamSpot* rootBeamSpot, TClonesArray* rootMuons); |
22 |
> |
|
23 |
> |
private: |
24 |
> |
bool useMC_; |
25 |
> |
edm::InputTag muonProducer_; |
26 |
> |
|
27 |
|
}; |
28 |
|
|
29 |
|
#endif |