#include "L1Trigger/GlobalTrigger/interface/L1GlobalTriggerFunctions.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
Go to the source code of this file.
Functions | |
int | factorial (int n) |
factorial function More... | |
bool | hexStringToInt64 (const std::string &hexString, std::vector< unsigned long long > &vecInt64) |
int factorial | ( | int | n | ) |
factorial function
Definition at line 13 of file L1GlobalTriggerFunctions.cc.
References dqmiodumpmetadata::n.
Referenced by EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), L1GtMuonCondition::evaluateCondition(), L1GtCaloCondition::evaluateCondition(), edm::Lumi3DReWeighting::weight3D_init(), and reweight::LumiReWeighting::weight3D_init().
bool hexStringToInt64 | ( | const std::string & | , |
std::vector< unsigned long long > & | |||
) |
convert a hex string to a vector of 64-bit integers, with the vector size depending on the string size return false in case of error
Definition at line 16 of file L1GlobalTriggerFunctions.cc.
References TauDecayModes::dec, and LogTrace.
Referenced by L1GtCorrelationCondition::evaluateCondition().