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.1 by bendavid, Thu Jul 31 13:30:51 2008 UTC vs.
Revision 1.6 by loizides, Mon Dec 7 22:50:39 2009 UTC

# Line 1 | Line 1
1 < //==================================================================================================
2 < // $Id $
1 > //--------------------------------------------------------------------------------------------------
2 > // $Id$
3   //
4 < // Description: class ProducerStable
4 > // ProducerStable
5   //
6 < // Converting tracks into ProducerStablePart.
6 > // Converting tracks into StableParts.
7   //
8 < // Original Author:  Christoph Paus
9 < // Created:          Mon Jul 21 14:42:57 CEST 2008
10 < //==================================================================================================
11 < #ifndef _PRODUCERS_STABLE_H_
12 < #define _PRODUCERS_STABLE_H_
8 > // Authors: C.Paus
9 > //--------------------------------------------------------------------------------------------------
10  
11 < #include "MitEdm/Producers/interface/BaseCandidate.h"
11 > #ifndef MITEDM_PRODUCERS_PRODUCERSTABLE_H
12 > #define MITEDM_PRODUCERS_PRODUCERSTABLE_H
13 >
14 > #include "MitEdm/Producers/interface/BaseCandProducer.h"
15  
16   namespace mitedm
17   {
18 <  class ProducerStable : public BaseCandidate
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 <    virtual void beginJob(const edm::EventSetup&);
26 <    virtual void produce (edm::Event&, const edm::EventSetup&);
27 <    virtual void endJob  ();
24 >    private:
25 >      void produce (edm::Event&, const edm::EventSetup&);
26      
27 <    std::string iTracks_;
27 >      std::string iTracks_; //input label of tracks
28    };
29   }
30   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines