CMS 3D CMS Logo

CTPPSPixelAnalysisMask.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * Author: F.Ferro ferro@ge.infn.it
4  *
5  ****************************************************************************/
6 
7 #ifndef CondFormats_PPSObjects_CTPPSPixelAnalysisMask
8 #define CondFormats_PPSObjects_CTPPSPixelAnalysisMask
9 
10 #include <set>
11 #include <map>
12 
15 
20 public:
22 
24  bool fullMask;
25 
27  std::set<std::pair<unsigned char, unsigned char> > maskedPixels;
28 
30 };
31 
36 public:
37  std::map<uint32_t, CTPPSPixelROCAnalysisMask> analysisMask;
38 
39  void insert(const uint32_t &sid, const CTPPSPixelROCAnalysisMask &am);
40 
42 };
43 
44 #endif
std::map< uint32_t, CTPPSPixelROCAnalysisMask > analysisMask
Contains data on masked channels of a ROC.
bool fullMask
whether all channels of the ROC shall be masked
Channel-mask mapping.
void insert(const uint32_t &sid, const CTPPSPixelROCAnalysisMask &am)
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::set< std::pair< unsigned char, unsigned char > > maskedPixels
list of channels to be masked