CMS 3D CMS Logo

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  ~RawDataCollectorByLabel() override;
23 
24  void produce(edm::Event & e, const edm::EventSetup& c) override;
25 
26 private:
27 
28  typedef std::vector<edm::InputTag>::const_iterator tag_iterator_t;
29  typedef std::vector<edm::EDGetTokenT<FEDRawDataCollection> >::const_iterator tok_iterator_t;
30 
31  std::vector<edm::InputTag> inputTags_ ;
32  std::vector<edm::EDGetTokenT<FEDRawDataCollection> > inputTokens_;
33  int verbose_ ;
34 
35 };
36 
37 #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_