CMS 3D CMS Logo

Classes | Namespaces | Macros
Column.h File Reference

Go to the source code of this file.

Classes

struct  edm::soa::Column< T, INHERIT >
 
struct  edm::soa::ColumnFillerHolder< COL, F >
 

Namespaces

 edm
 HLT enums.
 
 edm::soa
 

Macros

#define SOA_DECLARE_COLUMN(_ClassName_, _Type_, _String_)
 

Macro Definition Documentation

#define SOA_DECLARE_COLUMN (   _ClassName_,
  _Type_,
  _String_ 
)
Value:
struct _ClassName_ : public edm::soa::Column<_Type_, _ClassName_> { \
static constexpr const char* const kLabel = _String_; \
}
#define constexpr

Definition at line 84 of file Column.h.