protected TweetCB xcreateScalarConditionCB() {
   TweetCB cb = newMyCB();
   cb.xsetupForScalarCondition(this);
   return cb;
 }