CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorDigiToRaw.h
Go to the documentation of this file.
1 #ifndef CastorDigiToRaw_h
2 #define CastorDigiToRaw_h
3 
18 
21 
25 
27 public:
28  explicit CastorDigiToRaw(const edm::ParameterSet& ps);
29  void produce(edm::StreamID, edm::Event& e, const edm::EventSetup& c) const override;
30 
31 private:
33  const bool usingctdc_;
36 };
37 
38 #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