CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
cacheutils::ValuesCache::Item Struct Reference

Public Member Functions

 Item (const RooAbsCollection &set)
 
 Item (const ArgSetChecker &check)
 

Public Attributes

ArgSetChecker checker
 
bool good
 
std::vector< Double_t > values
 

Detailed Description

Definition at line 42 of file CachingNLL.h.

Constructor & Destructor Documentation

cacheutils::ValuesCache::Item::Item ( const RooAbsCollection &  set)
inline

Definition at line 43 of file CachingNLL.h.

43 : checker(set), good(false) {}
void set(const std::string &name, int value)
set the flag, with a run-time name
cacheutils::ValuesCache::Item::Item ( const ArgSetChecker check)
inline

Definition at line 44 of file CachingNLL.h.

44 : checker(check), good(false) {}
bool check(const DataFrame &df, bool capcheck, bool dvercheck)

Member Data Documentation

ArgSetChecker cacheutils::ValuesCache::Item::checker

Definition at line 46 of file CachingNLL.h.

bool cacheutils::ValuesCache::Item::good

Definition at line 47 of file CachingNLL.h.

std::vector<Double_t> cacheutils::ValuesCache::Item::values

Definition at line 45 of file CachingNLL.h.

Referenced by python.seqvaluedict.seqdict::items().