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/L1TUtmAlgorithm.h"
0003 #include "CondFormats/DataRecord/interface/L1TUtmAlgorithmRcd.h"
0004 REGISTER_PLUGIN(L1TUtmAlgorithmRcd, L1TUtmAlgorithm);
0005 
0006 #include "CondFormats/L1TObjects/interface/L1TUtmBin.h"
0007 #include "CondFormats/DataRecord/interface/L1TUtmBinRcd.h"
0008 REGISTER_PLUGIN(L1TUtmBinRcd, L1TUtmBin);
0009 
0010 #include "CondFormats/L1TObjects/interface/L1TUtmCondition.h"
0011 #include "CondFormats/DataRecord/interface/L1TUtmConditionRcd.h"
0012 REGISTER_PLUGIN(L1TUtmConditionRcd, L1TUtmCondition);
0013 
0014 #include "CondFormats/L1TObjects/interface/L1TUtmCut.h"
0015 #include "CondFormats/DataRecord/interface/L1TUtmCutRcd.h"
0016 REGISTER_PLUGIN(L1TUtmCutRcd, L1TUtmCut);
0017 
0018 #include "CondFormats/L1TObjects/interface/L1TUtmCutValue.h"
0019 #include "CondFormats/DataRecord/interface/L1TUtmCutValueRcd.h"
0020 REGISTER_PLUGIN(L1TUtmCutValueRcd, L1TUtmCutValue);
0021 
0022 #include "CondFormats/L1TObjects/interface/L1TUtmObject.h"
0023 #include "CondFormats/DataRecord/interface/L1TUtmObjectRcd.h"
0024 // L1TUtmAlgorithm is same as L1TUtmObject
0025 REGISTER_PLUGIN_NO_SERIAL(L1TUtmObjectRcd, L1TUtmObject);