CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
customizeHLTforPatatrack.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # customisation for running the Patatrack reconstruction, common parts
4 def customiseCommon(process):
5  print('# WARNING: customizeHLTforPatatrack.customiseCommon is deprecated. No changes applied to the configuration.')
6  return process
7 
8 # customisation for running the "Patatrack" pixel local reconstruction
10  print('# WARNING: customizeHLTforPatatrack.customisePixelLocalReconstruction is deprecated. No changes applied to the configuration.')
11  return process
12 
13 # customisation for running the "Patatrack" pixel track reconstruction
15  print('# WARNING: customizeHLTforPatatrack.customisePixelTrackReconstruction is deprecated. No changes applied to the configuration.')
16  return process
17 
18 # customisation for offloading the ECAL local reconstruction via CUDA if a supported gpu is present
20  print('# WARNING: customizeHLTforPatatrack.customiseEcalLocalReconstruction is deprecated. No changes applied to the configuration.')
21  return process
22 
23 # customisation for offloading the HCAL local reconstruction via CUDA if a supported gpu is present
25  print('# WARNING: customizeHLTforPatatrack.customiseHcalLocalReconstruction is deprecated. No changes applied to the configuration.')
26  return process
27 
28 # customisation to enable pixel triplets instead of quadruplets
30  print('# WARNING: customizeHLTforPatatrack.enablePatatrackPixelTriplets is deprecated. No changes applied to the configuration.')
31  return process
32 
33 # customisation for running the Patatrack reconstruction, with automatic offload via CUDA when a supported gpu is available
35  print('# WARNING: customizeHLTforPatatrack.customizeHLTforPatatrack is deprecated. No changes applied to the configuration.')
36  return process
37 
38 # customisation for running the Patatrack triplets reconstruction, with automatic offload via CUDA when a supported gpu is available
40  print('# WARNING: customizeHLTforPatatrack.customizeHLTforPatatrackTriplets is deprecated. No changes applied to the configuration.')
41  return process
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47