CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripRunSummary.h
Go to the documentation of this file.
1 #ifndef SiStripRunSummary_h
2 #define SiStripRunSummary_h
3 
4 #include<vector>
5 #include<string>
6 #include<iostream>
7 #include<boost/cstdint.hpp>
8 
9 
11 
12  public:
13 
16 
17  bool put( std::string runSummary ){ runSummary_ = runSummary; return true; }
18  std::string getRunSummary() const { return runSummary_; }
19 
20  private:
21 
22  std::string runSummary_;
23 
24 };
25 
26 #endif
std::string getRunSummary() const
bool put(std::string runSummary)
std::string runSummary_