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_CTPPSReadoutObjects_CTPPSPixelAnalysisMask
8 #define CondFormats_CTPPSReadoutObjects_CTPPSPixelAnalysisMask
9 
10 #include <set>
11 #include <map>
12 
15 
20 {
21 public:
23 
25  bool fullMask;
26 
28  std::set<std::pair<unsigned char, unsigned char> > maskedPixels;
29 
31 
32 };
33 
38 {
39 public:
40  std::map<uint32_t, CTPPSPixelROCAnalysisMask> analysisMask;
41 
42  void insert(const uint32_t &sid, const CTPPSPixelROCAnalysisMask &am);
43 
45 
46 };
47 
48 #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.
bool insert(Storage &iStorage, ItemType *iItem, const IdTag &iIdTag)
Definition: HCMethods.h:50
#define COND_SERIALIZABLE
Definition: Serializable.h:38
std::set< std::pair< unsigned char, unsigned char > > maskedPixels
list of channels to be masked