CMS 3D CMS Logo

CocoaDaqReaderText.h
Go to the documentation of this file.
1 #ifndef CocoaDaqReaderText_h
2 #define CocoaDaqReaderText_h
3 #include <string>
4 #include <vector>
5 
9 
11 public:
13  ~CocoaDaqReaderText() override;
14 
15  bool ReadNextEvent() override;
16  void BuildMeasurementsFromOptAlign(std::vector<OpticalAlignMeasurementInfo>& measList) override;
17 
18 public:
19  int GetNEvents() const { return nev; }
20 
21 protected:
22  int nev;
23  int nextEvent;
25 };
26 
27 #endif
~CocoaDaqReaderText() override
CocoaDaqReaderText(const std::string &fileName)
void BuildMeasurementsFromOptAlign(std::vector< OpticalAlignMeasurementInfo > &measList) override
bool ReadNextEvent() override