Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:28

0001 /****************************************************************************
0002  *
0003  * F.Ferro ferro@ge.infn.it
0004  *
0005  ****************************************************************************/
0006 
0007 #include "CondFormats/PPSObjects/interface/CTPPSPixelAnalysisMask.h"
0008 
0009 void CTPPSPixelAnalysisMask::insert(const uint32_t &sid, const CTPPSPixelROCAnalysisMask &am) {
0010   analysisMask[sid] = am;
0011 }