CMS 3D CMS Logo

CastorDigiToRaw.h
Go to the documentation of this file.
1 #ifndef CastorDigiToRaw_h
2 #define CastorDigiToRaw_h
3 
18 
21 
25 
27 {
28 public:
29  explicit CastorDigiToRaw(const edm::ParameterSet& ps);
30  void produce(edm::StreamID, edm::Event& e, const edm::EventSetup& c) const override;
31 
32 private:
34  const bool usingctdc_;
37 };
38 
39 #endif
const edm::EDGetTokenT< CastorDigiCollection > tok_input_
const bool usingctdc_
const edm::EDPutTokenT< FEDRawDataCollection > tok_put_
const edm::InputTag castorTag_
CastorDigiToRaw(const edm::ParameterSet &ps)
void produce(edm::StreamID, edm::Event &e, const edm::EventSetup &c) const override