CMS 3D CMS Logo

SiStripRunSummary.h
Go to the documentation of this file.
1 #ifndef SiStripRunSummary_h
2 #define SiStripRunSummary_h
3 
5 
6 #include <vector>
7 #include <string>
8 #include <iostream>
9 
11 public:
14 
15  bool put(std::string runSummary) {
16  runSummary_ = runSummary;
17  return true;
18  }
20 
21 private:
23 
25 };
26 
27 #endif
std::string getRunSummary() const
bool put(std::string runSummary)
std::string runSummary_
#define COND_SERIALIZABLE
Definition: Serializable.h:39