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
tauTools.AddTauCollection Class Reference
Inheritance diagram for tauTools.AddTauCollection:

Public Member Functions

def __call__
 
def __init__
 
def getDefaultParameters
 
def toolCode
 

Private Attributes

 _comment
 
 _parameters
 

Static Private Attributes

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

Detailed Description

Add a new collection of taus. Takes the configuration from the
already configured standard tau collection as starting point;
replaces before calling addTauCollection will also affect the
new tau collections

Definition at line 233 of file tauTools.py.

Constructor & Destructor Documentation

def tauTools.AddTauCollection.__init__ (   self)

Definition at line 242 of file tauTools.py.

Member Function Documentation

def tauTools.AddTauCollection.__call__ (   self,
  process,
  tauCollection = None,
  algoLabel = None,
  typeLabel = None,
  doPFIsoDeposits = None,
  jetCorrLabel = None,
  standardAlgo = None,
  standardType = None 
)

Definition at line 274 of file tauTools.py.

def tauTools.AddTauCollection.getDefaultParameters (   self)

Definition at line 264 of file tauTools.py.

def tauTools.AddTauCollection.toolCode (   self,
  process 
)

Definition at line 298 of file tauTools.py.

Member Data Documentation

tauTools.AddTauCollection._comment
private

Definition at line 262 of file tauTools.py.

tuple tauTools.AddTauCollection._defaultParameters = dicttypes.SortedKeysDict()
staticprivate

Definition at line 241 of file tauTools.py.

string tauTools.AddTauCollection._label = 'addTauCollection'
staticprivate

Definition at line 240 of file tauTools.py.

tauTools.AddTauCollection._parameters
private

Definition at line 261 of file tauTools.py.