CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorRawToDigi.h
Go to the documentation of this file.
1 #ifndef CastorRawToDigi_h
2 #define CastorRawToDigi_h
3 
20 
23 
27 
29 {
30 public:
31  explicit CastorRawToDigi(const edm::ParameterSet& ps);
32  virtual ~CastorRawToDigi();
33  virtual void produce(edm::Event& e, const edm::EventSetup& c) override;
34  virtual void beginRun(edm::Run const&, edm::EventSetup const&) override;
35 
36 private:
41  std::vector<int> fedUnpackList_;
42  int firstFED_;
43  // bool unpackCalib_;
45  bool usingctdc_;
46  bool unpackTTP_;
47  bool silent_;
50 
51 };
52 
53 #endif
CastorDataFrameFilter filter_
CastorUnpacker unpacker_
CastorCtdcUnpacker ctdcunpacker_
std::vector< int > fedUnpackList_
virtual void beginRun(edm::Run const &, edm::EventSetup const &) override
edm::InputTag dataTag_
virtual ~CastorRawToDigi()
CastorRawToDigi(const edm::ParameterSet &ps)
bool usenominalOrbitMessageTime_
virtual void produce(edm::Event &e, const edm::EventSetup &c) override
Definition: Run.h:41