CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes | Static Private Attributes
trigTools.SwitchOnTriggerStandAlone Class Reference
Inheritance diagram for trigTools.SwitchOnTriggerStandAlone:

Public Member Functions

def __call__
 
def __init__
 
def getDefaultParameters
 
def toolCode
 

Private Attributes

 _comment
 
 _parameters
 

Static Private Attributes

tuple _defaultParameters = dicttypes.SortedKeysDict()
 
string _label = 'switchOnTriggerStandAlone'
 

Detailed Description

Enables trigger information in PAT, limited to stand-alone trigger objects
SwitchOnTriggerStandAlone( [cms.Process], triggerProducer = 'patTrigger', path = '', hltProcess = 'HLT', outputModule = 'out' )
- [cms.Process]       : the 'cms.Process'
- triggerProducer     : PATTriggerProducer module label;
                        optional, default: 'patTrigger'
- path                : name of path to use;
                        optional, default: ''
- hltProcess          : HLT process name;
                        optional, default: 'HLT'
- outputModule        : output module label;
                        empty label indicates no output;
                        optional, default: 'out'
Using None as any argument restores its default value.

Definition at line 187 of file trigTools.py.

Constructor & Destructor Documentation

def trigTools.SwitchOnTriggerStandAlone.__init__ (   self)

Definition at line 205 of file trigTools.py.

Member Function Documentation

def trigTools.SwitchOnTriggerStandAlone.__call__ (   self,
  process,
  triggerProducer = None,
  path = None,
  hltProcess = None,
  outputModule = None 
)

Definition at line 222 of file trigTools.py.

def trigTools.SwitchOnTriggerStandAlone.getDefaultParameters (   self)

Definition at line 214 of file trigTools.py.

def trigTools.SwitchOnTriggerStandAlone.toolCode (   self,
  process 
)

Definition at line 237 of file trigTools.py.

Member Data Documentation

trigTools.SwitchOnTriggerStandAlone._comment
private

Definition at line 212 of file trigTools.py.

tuple trigTools.SwitchOnTriggerStandAlone._defaultParameters = dicttypes.SortedKeysDict()
staticprivate

Definition at line 203 of file trigTools.py.

string trigTools.SwitchOnTriggerStandAlone._label = 'switchOnTriggerStandAlone'
staticprivate

Definition at line 202 of file trigTools.py.

trigTools.SwitchOnTriggerStandAlone._parameters
private

Definition at line 211 of file trigTools.py.