ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/interface/MuonAnalyzer.h
(Generate patch)

Comparing UserCode/Morgan/interface/MuonAnalyzer.h (file contents):
Revision 1.6 by lethuill, Tue Apr 21 10:42:22 2009 UTC vs.
Revision 1.8 by lethuill, Wed Jun 10 11:17:05 2009 UTC

# 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  
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);
24 <
25 < private:
26 <        //int verbosity_;
28 <        //std::string dataType_ ;
29 <        edm::InputTag muonProducer_;
30 <        bool useMC_;
31 <        bool doPrimaryVertex_;
32 <        bool doBeamSpot_;
17 >
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines