CMS 3D CMS Logo

CTPPSPixelAnalysisMask.cc
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * F.Ferro ferro@ge.infn.it
4  *
5  ****************************************************************************/
6 
8 
9 void CTPPSPixelAnalysisMask::insert(const uint32_t &sid, const CTPPSPixelROCAnalysisMask &am)
10 {
11  analysisMask[sid] = am;
12 }
std::map< uint32_t, CTPPSPixelROCAnalysisMask > analysisMask
Contains data on masked channels of a ROC.
void insert(const uint32_t &sid, const CTPPSPixelROCAnalysisMask &am)