Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:42

0001 #include "CondCore/ESSources/interface/registration_macros.h"
0002 #include "CondFormats/L1TObjects/interface/L1TUtmScale.h"
0003 #include "CondFormats/DataRecord/interface/L1TUtmScaleRcd.h"
0004 REGISTER_PLUGIN(L1TUtmScaleRcd, L1TUtmScale);
0005 
0006 #include "CondFormats/L1TObjects/interface/L1TUtmTriggerMenu.h"
0007 #include "CondFormats/DataRecord/interface/L1TUtmTriggerMenuRcd.h"
0008 #include "CondFormats/DataRecord/interface/L1TUtmTriggerMenuO2ORcd.h"
0009 REGISTER_PLUGIN(L1TUtmTriggerMenuRcd, L1TUtmTriggerMenu);
0010 REGISTER_PLUGIN_NO_SERIAL(L1TUtmTriggerMenuO2ORcd, L1TUtmTriggerMenu);
0011 
0012 #include "CondFormats/L1TObjects/interface/L1TGlobalParameters.h"
0013 #include "CondFormats/DataRecord/interface/L1TGlobalParametersRcd.h"
0014 REGISTER_PLUGIN(L1TGlobalParametersRcd, L1TGlobalParameters);
0015 
0016 #include "CondFormats/L1TObjects/interface/L1TGlobalPrescalesVetos.h"
0017 #include "CondFormats/DataRecord/interface/L1TGlobalPrescalesVetosRcd.h"
0018 #include "CondFormats/DataRecord/interface/L1TGlobalPrescalesVetosO2ORcd.h"
0019 REGISTER_PLUGIN(L1TGlobalPrescalesVetosRcd, L1TGlobalPrescalesVetos);
0020 REGISTER_PLUGIN_NO_SERIAL(L1TGlobalPrescalesVetosO2ORcd, L1TGlobalPrescalesVetos);
0021 
0022 #include "CondFormats/L1TObjects/interface/L1TGlobalPrescalesVetosFract.h"
0023 #include "CondFormats/DataRecord/interface/L1TGlobalPrescalesVetosFractRcd.h"
0024 #include "CondFormats/DataRecord/interface/L1TGlobalPrescalesVetosFractO2ORcd.h"
0025 REGISTER_PLUGIN(L1TGlobalPrescalesVetosFractRcd, L1TGlobalPrescalesVetosFract);
0026 REGISTER_PLUGIN_NO_SERIAL(L1TGlobalPrescalesVetosFractO2ORcd, L1TGlobalPrescalesVetosFract);