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
FWPSetTableManager::PSetData Struct Reference

#include <FWPSetTableManager.h>

Public Member Functions

 PSetData ()
 

Public Attributes

bool childMatches
 
bool editable
 
bool expandedFilter
 
bool expandedUser
 
std::string label
 
int level
 
bool matches
 
size_t module
 
size_t parent
 
size_t path
 
edm::ParameterSetpset
 
bool tracked
 
char type
 
std::string value
 
bool visible
 

Detailed Description

Custom structure for holding the table contents

Definition at line 43 of file FWPSetTableManager.h.

Constructor & Destructor Documentation

FWPSetTableManager::PSetData::PSetData ( )
inline

Member Data Documentation

bool FWPSetTableManager::PSetData::childMatches

Definition at line 81 of file FWPSetTableManager.h.

bool FWPSetTableManager::PSetData::editable

Definition at line 82 of file FWPSetTableManager.h.

bool FWPSetTableManager::PSetData::expandedFilter

Definition at line 77 of file FWPSetTableManager.h.

bool FWPSetTableManager::PSetData::expandedUser

Definition at line 76 of file FWPSetTableManager.h.

std::string FWPSetTableManager::PSetData::label
int FWPSetTableManager::PSetData::level

Definition at line 68 of file FWPSetTableManager.h.

bool FWPSetTableManager::PSetData::matches

Definition at line 80 of file FWPSetTableManager.h.

size_t FWPSetTableManager::PSetData::module

Definition at line 73 of file FWPSetTableManager.h.

size_t FWPSetTableManager::PSetData::parent
size_t FWPSetTableManager::PSetData::path

Definition at line 74 of file FWPSetTableManager.h.

edm::ParameterSet* FWPSetTableManager::PSetData::pset

Definition at line 84 of file FWPSetTableManager.h.

bool FWPSetTableManager::PSetData::tracked

Definition at line 69 of file FWPSetTableManager.h.

char FWPSetTableManager::PSetData::type

Definition at line 70 of file FWPSetTableManager.h.

Referenced by core.AutoHandle.AutoHandle::ReallyLoad().

std::string FWPSetTableManager::PSetData::value

Definition at line 66 of file FWPSetTableManager.h.

Referenced by timeout.TimedOutExc::__str__(), and average.Average::average().

bool FWPSetTableManager::PSetData::visible

Definition at line 79 of file FWPSetTableManager.h.