-
Notifications
You must be signed in to change notification settings - Fork 68
CosmicsHLTMonitor is Express PD #5049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
4d2ec8d
6bf1c4c
4722d7e
5fce515
0007550
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -310,6 +310,31 @@ | |
| diskNode="T0_CH_CERN_Disk", | ||
| data_tiers=["FEVTHLTALL"], | ||
| write_dqm=True, | ||
| alca_producers=[], | ||
LinaresToine marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| dqm_sequences=["@HLTMon"], | ||
| reco_version=defaultCMSSWVersion, | ||
| multicore=numberOfCores, | ||
| global_tag_connect=globalTagConnect, | ||
| global_tag=expressGlobalTag, | ||
| proc_ver=expressProcVersion, | ||
| maxInputRate=23 * 1000, | ||
| maxInputEvents=400, | ||
| maxInputSize=2 * 1024 * 1024 * 1024, | ||
| maxInputFiles=15, | ||
| maxLatency=15 * 23, | ||
| periodicHarvestInterval=20 * 60, | ||
| blockCloseDelay=1200, | ||
| timePerEvent=4, #I have to get some stats to set this properly | ||
| sizePerEvent=1700, #I have to get some stats to set this properly | ||
| maxMemoryperCore=2000, | ||
| dataset_lifetime=replayDatasetLifetime,#lifetime for container rules. Default 3 months | ||
| versionOverride=expressVersionOverride) | ||
|
|
||
| addExpressConfig(tier0Config, "CosmicsHLTMonitor", | ||
| scenario=cosmicsScenario, | ||
| diskNode="T0_CH_CERN_Disk", | ||
| data_tiers=["FEVTHLTALL"], | ||
| write_dqm=True, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @LinaresToine Sorry but this is still wrong: alca_producers=["TkAlHLTTracks", "TkAlHLTTracksZMuMu", "PromptCalibProdSiPixelAliHLTHGC"],should be added to
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now, I see that "HLTMonitor" comes with This is correct, right? @mmusich Thx.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
yes, after the last couple of pushes, this corresponds to my expectations.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks @LinaresToine @mmusich |
||
| alca_producers=["TkAlHLTTracks", "TkAlHLTTracksZMuMu", "PromptCalibProdSiPixelAliHLTHGC"], | ||
| dqm_sequences=["@HLTMon"], | ||
| reco_version=defaultCMSSWVersion, | ||
|
|
@@ -519,21 +544,6 @@ | |
| sizePerEvent=155, | ||
| scenario=cosmicsScenario) | ||
|
|
||
| DATASETS = ["CosmicsHLTMonitor"] | ||
|
|
||
| for dataset in DATASETS: | ||
| addDataset(tier0Config, dataset, | ||
| do_reco=True, | ||
| write_reco=False, | ||
| write_aod=True, | ||
| write_miniaod=False, | ||
| write_nanoaod=False, | ||
| write_dqm=True, | ||
| dqm_sequences=["@HLTMon"], | ||
| timePerEvent=0.5, | ||
| sizePerEvent=155, | ||
| scenario=cosmicsScenario) | ||
|
|
||
| DATASETS = ["DisplacedJet"] | ||
|
|
||
| for dataset in DATASETS: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LinaresToine I just realized that there is yet another mistake here.
The name of the PD is
CosmicHLTMonitorand notCosmicsHLTMonitor(without an "s"), see the description from @pietroGru at in the Tier0 ops cmsTalk