CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RawDataCollectorByLabel.h
Go to the documentation of this file.
1 #ifndef RawDataCollectorByLabel_H
2 #define RawDataCollectorByLabel_H
3 
4 
14 
16 public:
17 
20 
22  virtual ~RawDataCollectorByLabel();
23 
24  void produce(edm::Event & e, const edm::EventSetup& c);
25 
26 private:
27 
28  typedef std::vector<edm::InputTag>::const_iterator tag_iterator_t;
29 
30  std::vector<edm::InputTag> inputTags_ ;
31  int verbose_ ;
32 
33 };
34 
35 #endif
std::vector< edm::InputTag >::const_iterator tag_iterator_t
void produce(edm::Event &e, const edm::EventSetup &c)
std::vector< edm::InputTag > inputTags_
virtual ~RawDataCollectorByLabel()
Destructor.
RawDataCollectorByLabel(const edm::ParameterSet &pset)
Constructor.