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.3 by lethuill, Fri Oct 23 14:23:02 2009 UTC

# Line 19 | Line 19
19   #include "TrackingTools/Records/interface/TransientTrackRecord.h"
20   #include "RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducerAlgorithm.h"
21  
22 + #include "../interface/TRootTrack.h"
23   #include "../interface/TRootVertex.h"
24 + #include "../interface/TRootBardak.h"
25  
26   #include "TClonesArray.h"
27  
28   class ZeeVertexAnalyzer
29   {
30 <
31 <   public:
30 >        
31 >        public:
32                  ZeeVertexAnalyzer(const edm::ParameterSet& iConfig, const edm::ParameterSet& producersNames, int verbosity);
33 <      ~ZeeVertexAnalyzer();
34 <      void setVerbosity(int verbosity) {verbosity_ = verbosity; };
35 <                bool getVertices(const edm::Event& iEvent, const edm::EventSetup& iSetup, TClonesArray* rootVertices);
36 <
37 <   private:
38 <      int verbosity_;
33 >                ~ZeeVertexAnalyzer();
34 >                void setVerbosity(int verbosity) {verbosity_ = verbosity; };
35 >                bool getVertices(const edm::Event& iEvent, const edm::EventSetup& iSetup, TClonesArray* rootVertices, TRootBardak* rootBardak);
36 >                
37 >        private:
38 >                int verbosity_;
39                  edm::ParameterSet config_;
40                  edm::InputTag primaryVertexProducer_;
41                  edm::InputTag beamSpotProducer_;
42                  edm::InputTag trackProducer_;
43                  edm::InputTag electronProducer_;
44 <     bool allowMissingCollection_;
45 <
44 >                bool allowMissingCollection_;
45 >                
46   };
47  
48   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines