# | Line 8 | Line 8 | |
---|---|---|
8 | ||
9 | #include "../interface/LeptonAnalyzer.h" | |
10 | #include "../interface/TRootMuon.h" | |
11 | – | #include "../interface/TRootBeamSpot.h" |
11 | ||
12 | #include "TClonesArray.h" | |
13 | ||
# | Line 24 | Line 23 | public: | |
23 | void Process(const edm::Event& iEvent, TRootBeamSpot* rootBeamSpot, TClonesArray* rootMuons); | |
24 | ||
25 | private: | |
27 | – | //int verbosity_; |
28 | – | //std::string dataType_ ; |
29 | – | edm::InputTag muonProducer_; |
26 | bool useMC_; | |
27 | < | bool doPrimaryVertex_; |
32 | < | bool doBeamSpot_; |
27 | > | edm::InputTag muonProducer_; |
28 | }; | |
29 | ||
30 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |