CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCDBCrosstalk.h
Go to the documentation of this file.
1 #ifndef CSCObjects_CSCDBCrosstalk_h
2 #define CSCObjects_CSCDBCrosstalk_h
3 
5 #include <vector>
6 
8 {
9  public:
12 
13  struct Item{
14  short int xtalk_slope_right;
16  short int xtalk_slope_left;
18  };
21 
22  enum factors{FSLOPE=10000000, FINTERCEPT=100000};
23 
24  // accessor to appropriate element
25  const Item & item(const CSCDetId & cscId, int strip) const;
26 
27  typedef std::vector<Item> CrosstalkContainer;
28 
30 };
31 
32 #endif
33 
void strip(std::string &input, const std::string &blanks=" \n\t")
Definition: stringTools.cc:16
std::vector< Item > CrosstalkContainer
const Item & item(const CSCDetId &cscId, int strip) const
short int xtalk_slope_right
short int xtalk_intercept_left
short int xtalk_intercept_right
short int xtalk_slope_left
CrosstalkContainer crosstalk