CMS 3D CMS Logo

Macros
RefMacros.h File Reference
#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/FwdRef.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefProd.h"

Go to the source code of this file.

Macros

#define DECLARE_EDM_REFS(class_name)
 

Macro Definition Documentation

◆ DECLARE_EDM_REFS

#define DECLARE_EDM_REFS (   class_name)
Value:
typedef std::vector<class_name> class_name##Collection; \
typedef edm::Ref<class_name##Collection> class_name##Ref; \
typedef edm::FwdRef<class_name##Collection> class_name##FwdRef; \
edm::RefProd< Container > RefProd
edm::RefVector< Container > RefVector

Definition at line 10 of file RefMacros.h.