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 #include<boost/cstdint.hpp>
10 
11 
13 
14  public:
15 
18 
19  bool put( std::string runSummary ){ runSummary_ = runSummary; return true; }
20  std::string getRunSummary() const { return runSummary_; }
21 
22  private:
23 
25 
26 
28 };
29 
30 #endif
std::string getRunSummary() const
bool put(std::string runSummary)
std::string runSummary_
#define COND_SERIALIZABLE
Definition: Serializable.h:38