Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 //
0003 // Package:     CondFormats/SiPixelTransient
0004 // Class  :     T_EventSetup_SiPixelTemplateStore
0005 //
0006 // Implementation:
0007 //     [Notes on implementation]
0008 //
0009 // Original Author:  Christopher Jones
0010 //         Created:  Tue, 08 Aug 2023 15:33:48 GMT
0011 //
0012 
0013 // system include files
0014 
0015 // user include files
0016 #include "CondFormats/SiPixelTransient/interface/SiPixelTemplate.h"
0017 #include "FWCore/Utilities/interface/typelookup.h"
0018 
0019 TYPELOOKUP_DATA_REG(std::vector<SiPixelTemplateStore>);