CMS 3D CMS Logo

Public Member Functions | Public Attributes

cacheutils::ValuesCache::Item Struct Reference

List of all members.

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.

: checker(set),   good(false) {}
cacheutils::ValuesCache::Item::Item ( const ArgSetChecker check) [inline]

Definition at line 44 of file CachingNLL.h.

: checker(check), good(false) {}

Member Data Documentation

Definition at line 46 of file CachingNLL.h.

Definition at line 47 of file CachingNLL.h.

Definition at line 45 of file CachingNLL.h.