cms-L1TK / cmssw

Fork of CMSSW where improvements to L1 tracking code are developed.
http://cms-sw.github.io/
Apache License 2.0
4 stars 5 forks source link

Suppress warning about "Hybrid tracking disabled" #215

Closed tomalin closed 1 year ago

tomalin commented 1 year ago

Even if the pragma USEHYBRID is defined, Setting.h still prints out the following message during scram compilation: "USEHYBRID is undefined, so Hybrid L1 tracking disabled" This occurs when scram runs the "genreflex" command, which scram doesn't pass the user defined pragmas to. I've supressed this by only printing out this message if pragma CMS_DICT_IMPL is not defined, since scram defines it when running genreflex.