File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,8 +143,7 @@ struct HfTaskLc {
143143 Configurable<double > yCandGenMax{" yCandGenMax" , 0.5 , " max. gen particle rapidity" };
144144 Configurable<double > yCandRecoMax{" yCandRecoMax" , 0.8 , " max. cand. rapidity" };
145145 Configurable<std::vector<double >> binsPt{" binsPt" , std::vector<double >{hf_cuts_lc_to_p_k_pi::vecBinsPt}, " pT bin limits" };
146- // ThnSparse for ML outputScores and Vars
147- Configurable<bool > fillTHn{" fillTHn" , false , " fill THn" };
146+ Configurable<bool > fillTHn{" fillTHn" , false , " Fill ThnSparse for ML outputScores and Vars" };
148147 Configurable<bool > fillTreeOnlySingleGap{" fillTreeOnlySingleGap" , false , " Only fill the tree for candidates that pass the single-gap UPC events" };
149148 Configurable<bool > fillTreeUpcQa{" fillTreeUpcQa" , false , " Fill Tree for UPC QA" };
150149 Configurable<bool > storeOccupancy{" storeOccupancy" , true , " Flag to store occupancy information" };
You can’t perform that action at this time.
0 commit comments