Skip to content

Commit cb2da76

Browse files
jdbriceFlemming Videbaekfvidebaekgavin-wilksplexoos
authored
HOTFIX: Missing FttCollection in StEventClusteringHints.cxx (#227)
* Initial readme on how to sparse checkout StarVMC * add .gitignore for working directories StarGeometry and xgeometry * edit description comment * Rotated middle disk by 30 deg to mactch actual installation. * simplified base file for fst geometry Updated StarGeo.xml to be able to acces this in dev2021 * Simplified FST geometry v1.1 ( cooling tubes, ribs, cooling tube holder, heatsinks (draft) ) * Adjustments to commented out simplified heatsinks and included 30 deg rotation of middle disk * Fixed syntax issue with middle disk rotation * Updated material definition for combined stainless and novec * Added 3 more cooling tubes, compressed heatsinks into single volumes in PEEK bases, removed unnecessary code * Compressed heatsinks and added 3 additional cooling tube volumes (simplified cooling tube connectors) * accept gavins changes. removed some dummy not used lines * Ring removed. * remove README for pull request * Fixes for PR * hotfix: missing FttCollection in StEventClusteringHints.cxx Co-authored-by: Flemming Videbaek <videbaks@rcas6010.rcf.bnl.gov> Co-authored-by: Flemming Videbaek <videbaek@bnl.gov> Co-authored-by: gavin-wilks <gavin.wilks@gmail.com> Co-authored-by: Dmitri Smirnov <dmixsmi@gmail.com>
1 parent 0bd9ce2 commit cb2da76

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

StRoot/StEvent/StEventClusteringHints.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ StEventClusteringHints::StEventClusteringHints()
199199
setBranch("StFpdCollection", "evt_aux", 7);
200200
setBranch("StPhmdCollection", "evt_aux", 7);
201201
setBranch("StRpsCollection", "evt_aux", 7);
202+
setBranch("StFttCollection", "evt_aux", 7);
202203
setBranch("StSsdHitCollection", "evt_hits", 8);
203204
setBranch("StSstHitCollection", "evt_hits", 8);
204205
setBranch("StSvtHitCollection", "evt_hits", 8);
@@ -219,6 +220,7 @@ StEventClusteringHints::StEventClusteringHints()
219220
setBranch("StEmcCollection", "event", 1);
220221
setBranch("StFmsCollection", "event", 1);
221222
setBranch("StFcsCollection", "event", 1);
223+
setBranch("StFttCollection", "event", 1);
222224
setBranch("StRHICfCollection", "event", 1);
223225
setBranch("StRichCollection", "event", 1);
224226
setBranch("StTofCollection", "event", 1);

0 commit comments

Comments
 (0)