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.2 by lethuill, Mon Oct 12 08:54:07 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  
# Line 30 | Line 32 | class ZeeVertexAnalyzer
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);
35 >                bool getVertices(const edm::Event& iEvent, const edm::EventSetup& iSetup, TClonesArray* rootVertices, TRootBardak* rootBardak);
36                  
37          private:
38                  int verbosity_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines