CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
FWPSetTableManager::ModuleInfo Struct Reference

#include <FWPSetTableManager.h>

Public Attributes

edm::ParameterSetcurrent_pset
 
bool dirty
 
size_t entry
 
edm::ParameterSetorig_pset
 
bool passed
 
size_t path
 
size_t pathIndex
 

Detailed Description

Definition at line 115 of file FWPSetTableManager.h.

Member Data Documentation

edm::ParameterSet* FWPSetTableManager::ModuleInfo::current_pset
bool FWPSetTableManager::ModuleInfo::dirty

Whether or not the pset was modified since last time the looper reloaded.

Definition at line 127 of file FWPSetTableManager.h.

Referenced by FWPathsPopup::scheduleReloadEvent(), and FWPSetTableManager::updateSchedule().

size_t FWPSetTableManager::ModuleInfo::entry
edm::ParameterSet* FWPSetTableManager::ModuleInfo::orig_pset

Definition at line 129 of file FWPSetTableManager.h.

Referenced by FWPSetTableManager::updateSchedule().

bool FWPSetTableManager::ModuleInfo::passed
size_t FWPSetTableManager::ModuleInfo::path
size_t FWPSetTableManager::ModuleInfo::pathIndex

The path this info is associated to, as ordered in availablePath();

Definition at line 120 of file FWPSetTableManager.h.