  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   12 using ROOT::Math::PtEtaPhiMVector;
 
   13 using ROOT::Math::XYVector;
 
   26   if(
m_fUseVerbose == 1){ 
Info(
"DiTauMassTools", 
"MissingMassCalculator::ClearInput()"); }
 
   93   double sigmaSyst = 0.10; 
 
   94   double METresScale = 0.7; 
 
   95   if(data_code==1) METresScale=0.7; 
 
   98   sigma = sumEt>
pow(3.0/METresScale,2) ? METresScale*sqrt(sumEt) : 3.0; 
 
  
std::vector< size_t > vec
 
std::string to_string(const SectorProjector proj)
 
typename vecDetail::vec_typedef< T, N >::type vec
Define a nice alias for the vectorized type.
 
constexpr int pow(int base, int exp) noexcept