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
heavyIonTools.ConfigureHeavyIons Class Reference
Inheritance diagram for heavyIonTools.ConfigureHeavyIons:

Public Member Functions

def __call__
 
def __init__
 
def getDefaultParameters
 
def toolCode
 

Private Attributes

 _comment
 
 _parameters
 

Static Private Attributes

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

Detailed Description

Configure all defaults for heavy ions

Definition at line 5 of file heavyIonTools.py.

Constructor & Destructor Documentation

def heavyIonTools.ConfigureHeavyIons.__init__ (   self)

Definition at line 12 of file heavyIonTools.py.

Member Function Documentation

def heavyIonTools.ConfigureHeavyIons.__call__ (   self,
  process 
)

Definition at line 20 of file heavyIonTools.py.

def heavyIonTools.ConfigureHeavyIons.getDefaultParameters (   self)

Definition at line 17 of file heavyIonTools.py.

def heavyIonTools.ConfigureHeavyIons.toolCode (   self,
  process 
)

Definition at line 24 of file heavyIonTools.py.

Member Data Documentation

heavyIonTools.ConfigureHeavyIons._comment
private

Definition at line 15 of file heavyIonTools.py.

tuple heavyIonTools.ConfigureHeavyIons._defaultParameters = dicttypes.SortedKeysDict()
staticprivate
string heavyIonTools.ConfigureHeavyIons._label = 'configureHeavyIons'
staticprivate

Definition at line 9 of file heavyIonTools.py.

heavyIonTools.ConfigureHeavyIons._parameters
private

Definition at line 14 of file heavyIonTools.py.

Referenced by metTools.AddMETCollection.toolCode().