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

Comparing UserCode/Morgan/interface/ElectronAnalyzer.h (file contents):
Revision 1.2 by lethuill, Mon Dec 1 15:58:04 2008 UTC vs.
Revision 1.3 by lethuill, Mon Dec 15 19:08:52 2008 UTC

# Line 25 | Line 25 | class ElectronAnalyzer{
25          
26   public:
27          ElectronAnalyzer(const edm::ParameterSet& producersNames);
28 <        ElectronAnalyzer(const edm::ParameterSet& producersNames, int verbosity);
28 >        ElectronAnalyzer(const edm::ParameterSet& producersNames, const edm::ParameterSet& myConfig, int verbosity);
29          ~ElectronAnalyzer();
30          void SetVerbosity(int verbosity) {verbosity_ = verbosity; };
31          void Process(const edm::Event& iEvent, TClonesArray* rootElectrons, EcalClusterLazyTools& lazyTools);
# Line 34 | Line 34 | private:
34          int verbosity_;
35          std::string dataType_ ;
36          edm::InputTag electronProducer_;
37 +        bool useMC_;
38  
39   };
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines