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.2 by lethuill, Mon Dec 1 15:58:05 2008 UTC vs.
Revision 1.3 by lethuill, Mon Dec 15 19:08:52 2008 UTC

# Line 22 | Line 22 | class MuonAnalyzer{
22          
23   public:
24          MuonAnalyzer(const edm::ParameterSet& producersNames);
25 <        MuonAnalyzer(const edm::ParameterSet& producersNames, int verbosity);
25 >        MuonAnalyzer(const edm::ParameterSet& producersNames, const edm::ParameterSet& myConfig, int verbosity);
26          ~MuonAnalyzer();
27          void SetVerbosity(int verbosity) {verbosity_ = verbosity; };
28          void Process(const edm::Event& iEvent, TClonesArray* rootMuons);
# Line 31 | Line 31 | private:
31          int verbosity_;
32          std::string dataType_ ;
33          edm::InputTag muonProducer_;
34 <
34 >        bool useMC_;
35   };
36  
37   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines