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

Comparing UserCode/MitEdm/Producers/interface/ProducerStable.h (file contents):
Revision 1.5 by loizides, Wed Jul 15 20:38:24 2009 UTC vs.
Revision 1.6 by loizides, Mon Dec 7 22:50:39 2009 UTC

# Line 17 | Line 17 | namespace mitedm
17   {
18    class ProducerStable : public BaseCandProducer
19    {
20 <  public:
21 <    explicit ProducerStable(const edm::ParameterSet&);
22 <    ~ProducerStable();
20 >    public:
21 >      explicit ProducerStable(const edm::ParameterSet&);
22 >      ~ProducerStable();
23      
24 <  private:
25 <    void produce (edm::Event&, const edm::EventSetup&);
24 >    private:
25 >      void produce (edm::Event&, const edm::EventSetup&);
26      
27 <    std::string iTracks_; //input label of tracks
27 >      std::string iTracks_; //input label of tracks
28    };
29   }
30   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines