Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-06-28 02:36:09

0001 #ifndef DataFormats_L1Trigger_CICADA_h
0002 #define DataFormats_L1Trigger_CICADA_h
0003 
0004 #include "DataFormats/L1Trigger/interface/BXVector.h"
0005 
0006 namespace l1t {
0007   typedef BXVector<float> CICADABxCollection;
0008 }
0009 
0010 #endif