CMS 3D CMS Logo

RawDataCollectorByLabel.h
Go to the documentation of this file.
1 #ifndef RawDataCollectorByLabel_H
2 #define RawDataCollectorByLabel_H
3 
13 
15 public:
18 
20  ~RawDataCollectorByLabel() override;
21 
22  void produce(edm::Event& e, const edm::EventSetup& c) override;
23 
24 private:
25  typedef std::vector<edm::InputTag>::const_iterator tag_iterator_t;
26  typedef std::vector<edm::EDGetTokenT<FEDRawDataCollection> >::const_iterator tok_iterator_t;
27 
28  std::vector<edm::InputTag> inputTags_;
29  std::vector<edm::EDGetTokenT<FEDRawDataCollection> > inputTokens_;
30  int verbose_;
31 };
32 
33 #endif
std::vector< edm::InputTag >::const_iterator tag_iterator_t
std::vector< edm::EDGetTokenT< FEDRawDataCollection > >::const_iterator tok_iterator_t
std::vector< edm::InputTag > inputTags_
~RawDataCollectorByLabel() override
Destructor.
void produce(edm::Event &e, const edm::EventSetup &c) override
RawDataCollectorByLabel(const edm::ParameterSet &pset)
Constructor.
std::vector< edm::EDGetTokenT< FEDRawDataCollection > > inputTokens_