coresoftware icon indicating copy to clipboard operation
coresoftware copied to clipboard

minimum events changed / flag added in CDBTTree

Open gwd213 opened this issue 1 year ago • 3 comments

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 not work for users)
  • [ ] Requiring change in macros repository (Please provide links to the macros pull request in the last section)
  • [x] I am a member of GitHub organization of sPHENIX Collaboration, EIC, or ECCE (contact Chris Pinkenburg to join)

What kind of change does this PR introduce? (Bug fix, feature, ...)

TODOs (if applicable)

Links to other PRs in macros and calibration repositories (if applicable)

gwd213 avatar Aug 16 '24 18:08 gwd213

minimum number of events increased to 50,000. 30,000 is not enough for the low bunches(8x8 bunches..). Flag to describe GOOD or BAD has been added in output png. output CDBTTree also includes one single branch for StdDev of BCO offsets calculated for every felixes.

gwd213 avatar Aug 16 '24 18:08 gwd213

Build & test report

Report for commit 33df8d2ce24ef2327fdf7e4566d600a7dd951846: Jenkins passed


Automatically generated by sPHENIX Jenkins continuous integration sPHENIX             jenkins.io

sphenix-jenkins-ci[bot] avatar Aug 16 '24 22:08 sphenix-jenkins-ci[bot]

clang tidy issues can be fixed automatically by: clang-tidy *.cc --fix -- -Wall -Werror -Wshadow -std=c++17 -Wno-dangling -isystem$OFFLINE_MAIN/include -isystem$ROOTSYS/include -isystem$G4_MAIN/include -isystem$G4_MAIN/include/Geant4 -isystem$OPT_SPHENIX/include -DHomogeneousField -DEVTGEN_HEPMC3 -DRAVE -DRaveDllExport= this messes up te formatting a bit, so then run clang-format -style=file -i *.cc

pinkenburg avatar Aug 17 '24 15:08 pinkenburg