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

Comparing UserCode/Morgan/interface/VertexAnalyzer.h (file contents):
Revision 1.3 by lethuill, Fri Apr 10 12:06:37 2009 UTC vs.
Revision 1.4 by lethuill, Thu Apr 16 14:49:13 2009 UTC

# Line 28 | Line 28 | public:
28          VertexAnalyzer(const edm::ParameterSet& producersNames, int verbosity);
29          ~VertexAnalyzer();
30          void SetVerbosity(int verbosity) {verbosity_ = verbosity; };
31 <        void Process(const edm::Event& iEvent, TRootEvent* rootEvent, TClonesArray* rootVertices);
31 >        void Process(const edm::Event& iEvent, TClonesArray* rootVertices);
32 >        void SelectPrimary(TRootEvent* rootEvent, TClonesArray* rootVertices);
33  
34   private:
35          int verbosity_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines