31 double vTprime ) : vCC_( vCC ), vLL_( vLL ), vCL_( vCL ),
55 double rcc = nr.RCC();
56 double rll = nr.RLL();
57 double rcl = nr.RCL();
59 double rtp = nr.RTprime();
60 if ( rcc != 0. ) product += this->vCC_ * rcc;
61 if ( rll != 0. ) product += this->vLL_ * rll;
62 if ( rcl != 0. ) product += this->vCL_ * rcl;
63 if ( rt != 0. ) product += this->vT_ * rt;
64 if ( rtp != 0. ) product += this->vTprime_ * rtp;