#include "FWCore/Utilities/interface/TypeWithDict.h"
Go to the source code of this file.
Macros | |
#define | CONCATENATE(a, b) CONCATENATE_HIDDEN(a,b) |
#define | CONCATENATE_HIDDEN(a, b) a ## b |
#define | DEFINE_FWITEMACCESSOR_METHODS(_accessor_, _type_, _purpose_) |
#define | DEFINE_TEMPLATE_FWITEMACCESSOR_METHODS(_accessor_, _type_, _purpose_) |
#define | REGISTER_FWITEMACCESSOR_METHODS() |
#define CONCATENATE | ( | a, | |
b | |||
) | CONCATENATE_HIDDEN(a,b) |
Definition at line 35 of file register_itemaccessorbase_macro.h.
Definition at line 34 of file register_itemaccessorbase_macro.h.
#define DEFINE_FWITEMACCESSOR_METHODS | ( | _accessor_, | |
_type_, | |||
_purpose_ | |||
) |
Definition at line 37 of file register_itemaccessorbase_macro.h.
#define DEFINE_TEMPLATE_FWITEMACCESSOR_METHODS | ( | _accessor_, | |
_type_, | |||
_purpose_ | |||
) |
Definition at line 47 of file register_itemaccessorbase_macro.h.
#define REGISTER_FWITEMACCESSOR_METHODS | ( | ) |
Description: Adds needed methods to a FWItemAccessorBase
Usage: <usage>
Definition at line 27 of file register_itemaccessorbase_macro.h.