CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
customizeHLTforPatatrack Namespace Reference

Functions

def customiseCommon
 
def customiseEcalLocalReconstruction
 
def customiseHcalLocalReconstruction
 
def customisePixelLocalReconstruction
 
def customisePixelTrackReconstruction
 
def customizeHLTforPatatrack
 
def customizeHLTforPatatrackTriplets
 
def enablePatatrackPixelTriplets
 

Function Documentation

def customizeHLTforPatatrack.customiseCommon (   process)

Definition at line 4 of file customizeHLTforPatatrack.py.

References print().

4 
5 def customiseCommon(process):
6  print('# WARNING: customizeHLTforPatatrack.customiseCommon is deprecated. No changes applied to the configuration.')
7  return process
8 
# customisation for running the "Patatrack" pixel local reconstruction
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def customizeHLTforPatatrack.customiseEcalLocalReconstruction (   process)

Definition at line 19 of file customizeHLTforPatatrack.py.

References print().

19 
21  print('# WARNING: customizeHLTforPatatrack.customiseEcalLocalReconstruction is deprecated. No changes applied to the configuration.')
22  return process
23 
# customisation for offloading the HCAL local reconstruction via CUDA if a supported gpu is present
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def customizeHLTforPatatrack.customiseHcalLocalReconstruction (   process)

Definition at line 24 of file customizeHLTforPatatrack.py.

References print().

24 
26  print('# WARNING: customizeHLTforPatatrack.customiseHcalLocalReconstruction is deprecated. No changes applied to the configuration.')
27  return process
28 
# customisation to enable pixel triplets instead of quadruplets
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def customizeHLTforPatatrack.customisePixelLocalReconstruction (   process)

Definition at line 9 of file customizeHLTforPatatrack.py.

References print().

9 
11  print('# WARNING: customizeHLTforPatatrack.customisePixelLocalReconstruction is deprecated. No changes applied to the configuration.')
12  return process
13 
# customisation for running the "Patatrack" pixel track reconstruction
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def customizeHLTforPatatrack.customisePixelTrackReconstruction (   process)

Definition at line 14 of file customizeHLTforPatatrack.py.

References print().

14 
16  print('# WARNING: customizeHLTforPatatrack.customisePixelTrackReconstruction is deprecated. No changes applied to the configuration.')
17  return process
18 
# customisation for offloading the ECAL local reconstruction via CUDA if a supported gpu is present
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def customizeHLTforPatatrack.customizeHLTforPatatrack (   process)

Definition at line 34 of file customizeHLTforPatatrack.py.

References print().

34 
35 def customizeHLTforPatatrack(process):
36  print('# WARNING: customizeHLTforPatatrack.customizeHLTforPatatrack is deprecated. No changes applied to the configuration.')
37  return process
38 
# customisation for running the Patatrack triplets reconstruction, with automatic offload via CUDA when a supported gpu is available
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def customizeHLTforPatatrack.customizeHLTforPatatrackTriplets (   process)

Definition at line 39 of file customizeHLTforPatatrack.py.

References print().

Referenced by applyL2TauTag.update().

39 
41  print('# WARNING: customizeHLTforPatatrack.customizeHLTforPatatrackTriplets is deprecated. No changes applied to the configuration.')
42  return process
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def customizeHLTforPatatrack.enablePatatrackPixelTriplets (   process)

Definition at line 29 of file customizeHLTforPatatrack.py.

References print().

29 
30 def enablePatatrackPixelTriplets(process):
31  print('# WARNING: customizeHLTforPatatrack.enablePatatrackPixelTriplets is deprecated. No changes applied to the configuration.')
32  return process
33 
# customisation for running the Patatrack reconstruction, with automatic offload via CUDA when a supported gpu is available
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47