CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions
pat::helper::AddUserInt Struct Reference

#include <PATUserDataMerger.h>

Public Types

typedef edm::ValueMap< value_typeproduct_type
 
typedef int value_type
 

Public Member Functions

template<typename ObjectType >
void addData (ObjectType &obj, const std::string &key, const value_type &val)
 

Detailed Description

Definition at line 44 of file PATUserDataMerger.h.

Member Typedef Documentation

Definition at line 46 of file PATUserDataMerger.h.

Definition at line 45 of file PATUserDataMerger.h.

Member Function Documentation

template<typename ObjectType >
void pat::helper::AddUserInt::addData ( ObjectType &  obj,
const std::string &  key,
const value_type val 
)
inline

Definition at line 48 of file PATUserDataMerger.h.

48 { obj.addUserInt(key, val); }
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.