CMS 3D CMS Logo

CastorDigiToRaw.h
Go to the documentation of this file.
1 #ifndef CastorDigiToRaw_h
2 #define CastorDigiToRaw_h
3 
18 
22 
28 
30 public:
31  explicit CastorDigiToRaw(const edm::ParameterSet& ps);
32  void produce(edm::StreamID, edm::Event& e, const edm::EventSetup& c) const override;
33 
34 private:
36  const bool usingctdc_;
40 };
41 
42 #endif
const edm::EDGetTokenT< CastorDigiCollection > tok_input_
void produce(edm::StreamID, edm::Event &e, const edm::EventSetup &c) const override
const bool usingctdc_
const edm::ESGetToken< CastorDbService, CastorDbRecord > tok_pSetup_
const edm::EDPutTokenT< FEDRawDataCollection > tok_put_
const edm::InputTag castorTag_
CastorDigiToRaw(const edm::ParameterSet &ps)