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 |