CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
pat::helper::AddUserFloat Struct Reference

#include <PATUserDataMerger.h>

Public Types

typedef edm::ValueMap< value_typeproduct_type
 
typedef float 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 50 of file PATUserDataMerger.h.

Member Typedef Documentation

◆ product_type

Definition at line 52 of file PATUserDataMerger.h.

◆ value_type

Definition at line 51 of file PATUserDataMerger.h.

Member Function Documentation

◆ addData()

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

Definition at line 54 of file PATUserDataMerger.h.

References submitPVResolutionJobs::key, getGTfromDQMFile::obj, and heppy_batch::val.

54  {
55  obj.addUserFloat(key, val);
56  }
key
prepare the HTCondor submission files and eventually submit them