Warning, /Alignment/MillePedeAlignmentAlgorithm/templates/alignment_config.ini is written in an unsupported language. File is not indexed.
0001 ;###############################################################################
0002 ;## general settings
0003 ;###############################################################################
0004 ;# classInf: Specifies queue for the batch-sytem. If split by a ":", the first
0005 ;# part specifies queue for millejobs and second part for pedejobs
0006 ;# This configuration parameter is mandatory.
0007 ;#
0008 ;# jobname: Arbitrary name to identify this campaign (used for batch job name)
0009 ;# This configuration parameter is mandatory.
0010 ;#
0011 ;# FirstRunForStartGeometry: Specify the run to be used as reference. The IOVs
0012 ;# of this runs are taken as start values for the
0013 ;# alignment and surface deformations.
0014 ;# This configuration parameter is mandatory.
0015 ;#
0016 ;# pedeMem: Specifies memory that is granted for Pedejob in MB
0017 ;# This configuration parameter is mandatory.
0018 ;#
0019 ;# datasetdir: Path to the datasetfiles for convenience (see inputFileList in
0020 ;# dataset-sections).
0021 ;# This variable is optional.
0022 ;#
0023 ;# configTemplate: Specifies the default path and name of the config-template.
0024 ;# If the string $CMSSW_BASE is in the configTemplate-Path, it
0025 ;# is later substituted appropriately in mps_alisetup.py.
0026 ;# This variable can be overwritten in individual dataset-sections if needed.
0027 ;# It is mandatory to define it either here or in each dataset section.
0028 ;#
0029 ;# globaltag: Set a default globaltag for all datasets.
0030 ;# This variable can be overwritten in individual dataset-sections if needed.
0031 ;# It is mandatory to define it either here or in each dataset section.
0032 ;#
0033 ;# json: Specify a default path and name of a json file for exclusion of
0034 ;# luminosity-intervals.
0035 ;# This variable is optional and can be overwritten in individual
0036 ;# dataset-sections if needed.
0037 ;#
0038 ;# externalDatasets: Specify a comma-separated list of extra ini files which
0039 ;# contain dataset sections and possibly (local) general and
0040 ;# weight sections.
0041 ;# This variable is optional.
0042 ;#
0043 ;# pedesettings: Specify a comma-separated list of files which contain different
0044 ;# pede settings that are appended to the config.
0045 ;# This variable is optional.
0046
0047
0048 [general]
0049 classInf = htcondor_cafalca_workday:htcondor_bigmem_testmatch
0050 jobname = MillePedeCampaign
0051 pedeMem = 32000
0052 datasetdir = /afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/datasetfiles
0053 configTemplate = universalConfigTemplate.py
0054 globaltag = auto:run2_data
0055 ;# empty string defaults to geometry from DB
0056 recogeometry =
0057 ;# set this to the run from where you want to start
0058 FirstRunForStartGeometry = 0
0059
0060 ;###############################################################################
0061 ;## weights
0062 ;###############################################################################
0063 ;# This section allows to assign names to weights which can be used in the
0064 ;# dataset sections below for the 'weight' parameter
0065 ; [weights]
0066 ; minbias = 0.3
0067 ; Cosmics = 3
0068 ; IsoMu = 1 ;default weight
0069 ; ZMuMu = 2.5
0070
0071
0072 ;###############################################################################
0073 ;## datasets
0074 ;###############################################################################
0075 ;# Choose a descriptive name for the section-name (e.g. Run2015C_Cosmics).
0076 ;# Later displayed in mps_stat.
0077 ;#
0078 ;###############################################################################
0079 ;# ESSENTIAL VARIABLES:
0080 ;#
0081 ;# collection: Specifies the type of tracks. Very important!
0082 ;# Possible collections:
0083 ;# - ALCARECOTkAlMinBias
0084 ;# - ALCARECOTkAlCosmicsCTF0T
0085 ;# - ALCARECOTkAlZMuMu
0086 ;# - ALCARECOTkAlUpsilonMuMu
0087 ;# - ALCARECOTkAlMuonIsolated
0088 ;# - generalTracks
0089 ;# - ALCARECOTkAlCosmicsInCollisions
0090 ;#
0091 ;# inputFileList: Path to the list of datafiles. You can use the string ${datasetdir} which
0092 ;# is later replaced by the value of the datasetdir-variable in the general section.
0093 ;#
0094 ;# REQUIRED FOR COSMICS ONLY:
0095 ;# cosmicsDecoMode: Toggle deconvolution mode for cosmics. Was called apvmode before.
0096 ;#
0097 ;# cosmicsZeroTesla: Set to "true" for cosmics at 0T. Set to "false" for cosmics at 3.8T.
0098 ;#
0099 ;###############################################################################
0100 ;# OPTIONAL VARIABLES:
0101 ;#
0102 ;# njobs: Overwrite the number of jobs. Per default mps_alisetup.py counts the number of
0103 ;# files listed in the Inputfilelist and submits this number as njobs. You can overwrite this
0104 ;# with any lower number. If the number of jobs here exceeds the default, the default is used.
0105 ;#
0106 ;# primarywidth: Set a different primaryWidth for the AlignmentProducer.
0107 ;# Usage: primaryWidth = <somefloat>
0108 ;# Useful for di-muon collections (from Z/Upsilon) to tune this value.
0109 ;#
0110 ;# weight: Assigns a weight for pede for all millejobs
0111 ;# of the dataset.
0112 ;# Usage: weight = <somefloat>
0113 ;#
0114 ;# configTemplate: Overwrites the default from the general-section for an individual dataset.
0115 ;# If the string $CMSSW_BASE is in configTemplate-Path,
0116 ;# it is later substituted appropriately in mps_alisetup.py.
0117 ;#
0118 ;# globaltag: Overwrites the default from the general-section for an individual dataset.
0119 ;#
0120 ;# json: Overwrites the default from the general-secion for an individual dataset.
0121 ;#
0122 ;# numberOfEvents: maximum number of events (optional)
0123 ;# -> only approximate in combination with a JSON file
0124
0125 [dataset:Cosmics3.8T]
0126 collection = ALCARECOTkAlCosmicsCTF0T
0127 inputFileList = ${datasetdir}/
0128 cosmicsDecoMode = true
0129 cosmicsZeroTesla = false
0130
0131 [dataset:IsoMu]
0132 collection = ALCARECOTkAlMuonIsolated
0133 inputFileList = ${datasetdir}/
0134
0135 [dataset:ZMuMu]
0136 collection = ALCARECOTkAlZMuMu
0137 inputFileList = ${datasetdir}/
0138
0139 [dataset:UpsilonMuMu]
0140 collection = ALCARECOTkAlUpsilonMuMu
0141 inputFileList = ${datasetdir}/
0142
0143 [dataset:MinBias]
0144 collection = ALCARECOTkAlMinBias
0145 inputFileList = ${datasetdir}/