![]() |
|
|||
File indexing completed on 2024-04-06 12:01:59
0001 #ifndef CSCIdentifier_h 0002 #define CSCIdentifier_h 0003 0004 #include "CondFormats/Serialization/interface/Serializable.h" 0005 0006 #include <vector> 0007 0008 class CSCIdentifier { 0009 public: 0010 CSCIdentifier(); 0011 ~CSCIdentifier(); 0012 0013 struct Item { 0014 int CSCid; 0015 0016 COND_SERIALIZABLE; 0017 }; 0018 0019 std::vector<Item> identifier; 0020 0021 COND_SERIALIZABLE; 0022 }; 0023 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |