Skip to content
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

Fix copy of eTOF good channel flags to PicoEvent #416

Merged
merged 77 commits into from
Oct 24, 2022
Merged
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
30538a0
fixed 64b integer conversion in getField() method and added additiona…
Jun 3, 2021
38d8512
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Sep 23, 2021
fa8418b
merged with group development to have support for local run-by-run ca…
Oct 4, 2021
5395cb8
merged with group development to have support for local run-by-run ca…
Oct 4, 2021
55bf9ff
<strstring.h> header include needed to be added for local compilation…
Oct 4, 2021
1572c6b
added eTofGoodEventFlag to mark counters which are good foer analysis…
Oct 4, 2021
0e25fc4
moved struct to public to avoid root6 issue. Changed class dev versio…
Oct 6, 2021
d28aaf3
added kStFatal return in ::init if calib histo files are corrupt
Oct 6, 2021
5dbebde
Changed class dev version back to 0
Oct 6, 2021
6681b26
Trying to fix merger
Oct 18, 2021
7519f89
Trying to fix merger
Oct 18, 2021
1e96e9b
added eTofGoodEventFlag to mark counters which are good foer analysis…
Oct 4, 2021
0b1b984
moved struct to public to avoid root6 issue. Changed class dev versio…
Oct 6, 2021
e1dd9b7
added kStFatal return in ::init if calib histo files are corrupt
Oct 6, 2021
8466d72
Changed class dev version back to 0
Oct 6, 2021
b61cbff
decremented classDef version of StEtofCollection. Makers compile corr…
Oct 23, 2021
7c318e0
removed double line in MuEtofHeader constructor
Oct 24, 2021
3c2234c
included eTOF constants header and moved constants here
Oct 24, 2021
29c68fb
included eTOF constants header and moved constants here
Oct 24, 2021
532c054
added constant nbGet4s here for use in event headers
Oct 24, 2021
946d469
recommiting last 3 commits because of merger issue
Oct 25, 2021
7152b45
Removed strstr include in StMuDstMaker.cxx. Now indentical to reposit…
Oct 27, 2021
61250b3
Moved vector init in eTOF headers to initializer list
Oct 27, 2021
c0e8a8e
Changed default reference pulser setting in calib maker back to data …
Oct 29, 2021
7b8f21f
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Nov 5, 2021
2e76f1e
Moved reference pulser histogram creation outside of doQA flag. Fixin…
Nov 9, 2021
6dcd4ae
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Nov 11, 2021
8074c65
fixed pulser presence histogram filling in online etofbuilder
Nov 11, 2021
9050850
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Mar 18, 2022
0fbfa84
Fixed calibmaker pulser correction to work without QA flag online
Mar 24, 2022
0f7aa47
adjustment of nominal eTOF module positions to fit better with data
Mar 24, 2022
a5ff348
Merge branch 'main' into main
plexoos Mar 24, 2022
37d145d
Revert "adjustment of nominal eTOF module positions to fit better wit…
Apr 6, 2022
030c5ff
merged recent changes to remote repo
Apr 6, 2022
a8b14f9
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff May 5, 2022
75c8710
adjustments to eTOF counter positioning based on exact technical draw…
May 5, 2022
9a3a14c
first attempt to adapt genMuDst to eTOF
May 17, 2022
4e21db7
switched geometry class to version readign local alignment files
May 19, 2022
e377952
added alignment readout from database
May 30, 2022
46e4935
added alignment readout from database
May 30, 2022
093dac2
added geometry alignment readout from file and database. Now searches…
May 30, 2022
f778235
Now searches for MuDsts if StEvents without StEtofCollection is found…
May 30, 2022
3ce3837
Now searches for MuDsts if StEvents without StEtofCollection is found…
May 30, 2022
475b3a4
code clean-up in StETofGeometry.cxx
Jun 6, 2022
651488e
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Jun 9, 2022
e15cf61
further code clean-up in StEtofGeometry.C
Jun 9, 2022
6dc29ef
Fixed bug where StEvent pointer was commented out
Jun 9, 2022
32c8032
Merge branch 'main' of https://github.com/PhilippWeidenkaff/star-sw i…
Jun 9, 2022
a21d08a
Update StRoot/StETofUtil/StETofGeometry.cxx
PhilippWeidenkaff Jun 9, 2022
b0d013b
Update StRoot/StETofUtil/StETofGeometry.cxx
PhilippWeidenkaff Jun 9, 2022
88a9d4d
Update StRoot/StETofUtil/StETofGeometry.cxx
PhilippWeidenkaff Jun 9, 2022
9937a23
Update StRoot/StETofUtil/StETofGeometry.cxx
PhilippWeidenkaff Jun 9, 2022
4b6766d
Update StRoot/StETofUtil/StETofGeometry.cxx
PhilippWeidenkaff Jun 9, 2022
ee6d030
Removed database initialsation from StMaker in StEtofGeometry.cxx and…
Jun 9, 2022
92f55d1
Exchanged order of MuDst/StEvent checks in StEtofCalibMaker::Calculat…
Jun 10, 2022
02c4567
Removed StMaker pointer for database table loading
Jun 13, 2022
51c48dd
reintroduced StMaker include for StMaker::GetChain() in StEtofGeometr…
Jun 13, 2022
4a82d6a
log cleanup in StEtofCalibMaker
Jun 13, 2022
2855f85
Update StRoot/StETofUtil/StETofGeometry.h
PhilippWeidenkaff Jun 14, 2022
09ce873
changed function overloads where possible to defaulted args in StEtof…
Jun 16, 2022
b936748
fixed default init for safety margins in StEtofGeometry
Jun 21, 2022
b14cceb
removed out-commented legacy code from StEtofGeometry.
Jun 22, 2022
b4994e3
Adjust white space
plexoos Jun 22, 2022
0691328
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Jun 24, 2022
80fe208
changed default start time setting in Matchmaker to use bTOF start ti…
Jun 24, 2022
8ef42cd
improved error handling for non-existing alignment tables in Geometry…
Jun 24, 2022
b03cb08
fixed vector range crash due to netofCounters constants in StEtofGeo…
Jun 28, 2022
95200ae
added additional check for invalid dbDataSet pointer in StEtofGeometr…
Jun 29, 2022
1538468
Replace kStErr returns with kStFatal in StEtofMatchmaker. Changed al…
Jul 4, 2022
b9fbd51
Format white space
plexoos Jul 6, 2022
7dfdb62
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Aug 31, 2022
d701a7a
Removed hardcoded old alignment in StEtofMatchmaker.cxx
PhilippWeidenkaff Aug 31, 2022
c8cdb81
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Oct 17, 2022
591cba1
Fixed filling loop for eTOF good event flag in StPicoDst
Oct 20, 2022
c0670ed
Merge branch 'star-bnl:main' into main
PhilippWeidenkaff Oct 20, 2022
6e5a9cb
Update StPicoEvent.cxx
PhilippWeidenkaff Oct 21, 2022
ff6a4e3
Merge branch 'main' into main
plexoos Oct 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions StRoot/StPicoEvent/StPicoEvent.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ void StPicoEvent::setETofGoodEventFlag( std::vector<bool> flagVec ) {
if( flagVec.size() != 108 ){
LOG_INFO << "StPicoEvent::setETofGoodEventFlag() - eTof flag vector wrong size " << flagVec.size() <<" / 108"<< endm;
}else{
for( auto iterCounter : flagVec ){
mETofGoodEventFlag[iterCounter] = flagVec[iterCounter];
}
std::copy(flagVec.begin(), flagVec.end(), mETofGoodEventFlag);
}
}