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

Comparing UserCode/Morgan/interface/ZeeVertexAnalyzer.h (file contents):
Revision 1.1 by lethuill, Sat Oct 10 20:35:19 2009 UTC vs.
Revision 1.2 by lethuill, Mon Oct 12 08:54:07 2009 UTC

# Line 25 | Line 25
25  
26   class ZeeVertexAnalyzer
27   {
28 <
29 <   public:
28 >        
29 >        public:
30                  ZeeVertexAnalyzer(const edm::ParameterSet& iConfig, const edm::ParameterSet& producersNames, int verbosity);
31 <      ~ZeeVertexAnalyzer();
32 <      void setVerbosity(int verbosity) {verbosity_ = verbosity; };
31 >                ~ZeeVertexAnalyzer();
32 >                void setVerbosity(int verbosity) {verbosity_ = verbosity; };
33                  bool getVertices(const edm::Event& iEvent, const edm::EventSetup& iSetup, TClonesArray* rootVertices);
34 <
35 <   private:
36 <      int verbosity_;
34 >                
35 >        private:
36 >                int verbosity_;
37                  edm::ParameterSet config_;
38                  edm::InputTag primaryVertexProducer_;
39                  edm::InputTag beamSpotProducer_;
40                  edm::InputTag trackProducer_;
41                  edm::InputTag electronProducer_;
42 <     bool allowMissingCollection_;
43 <
42 >                bool allowMissingCollection_;
43 >                
44   };
45  
46   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines