Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C cmsgemos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 17
    • Merge requests 17
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cmsgemonline
  • gem-daq
  • cmsgemos
  • Merge requests
  • !193

Draft:Scripts for sbit mapping test

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Yechan Kang requested to merge feature/sbit_mapping_test into main Sep 06, 2021
  • Overview 6
  • Commits 1
  • Pipelines 3
  • Changes 2

Description

This merge request will add the scripts for sbit mapping test. There are 2 scripts. And following lines for description for each script.

The cluster_scan.py is the script that should be running inside of CTP7.

python cluster_scan.py --nOH NUMBER_OF_OH_TO_SCAN \ 
                       --nEvent NUMBER_OF_EVENT_FOR_DATA_TAKING \
                       --threshold THRESHOLD_VALUE_TO_USE_DURING_DATA_TAKING

The run_cluster_scan.py is the wrapper for the previous script.

python run_cluster_scan.py --nOH NUMBER_OF_OH_TO_SCAN \ 
                           --nEvent NUMBER_OF_EVENT_FOR_DATA_TAKING \
                           --threshold THRESHOLD_VALUE_TO_USE_DURING_DATA_TAKING \
                           --CTP7 CTP7_HOST_NAME \
                           --data_path OUTPUT_FILE_DIRECTORY \

The default CTP7_HOST_NAME is gempro@gem-shelf01-amc02.

Related Issue

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Edited Oct 04, 2021 by Yechan Kang
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/sbit_mapping_test