Typedefs | |
typedef boost::function< void(RPCObImon const &pl, std::vector< int > const &which, std::vector < float > &result, const float &starttime, const float &endtime)> | RPCObImonExtractor |
Enumerations | |
enum | How { detid, day, time, current } |
Functions | |
void | extractCurrent (RPCObImon const &pl, std::vector< int > const &which, std::vector< float > &result, const float &starttime, const float &endtime) |
void | extractDay (RPCObImon const &pl, std::vector< int > const &which, std::vector< float > &result, const float &starttime, const float &endtime) |
void | extractDetId (RPCObImon const &pl, std::vector< int > const &which, std::vector< float > &result, const float &starttime, const float &endtime) |
void | extractTime (RPCObImon const &pl, std::vector< int > const &which, std::vector< float > &result, const float &starttime, const float &endtime) |
typedef boost::function<void(RPCObImon const & pl, std::vector<int> const & which,std::vector<float> & result,const float& starttime,const float& endtime)> cond::rpcobimon::RPCObImonExtractor |
Definition at line 115 of file RPCObImonPyWrapper.cc.
enum cond::rpcobimon::How |
Enumerator | |
---|---|
detid | |
day | |
time | |
current |
Definition at line 61 of file RPCObImonPyWrapper.cc.
void cond::rpcobimon::extractCurrent | ( | RPCObImon const & | pl, |
std::vector< int > const & | which, | ||
std::vector< float > & | result, | ||
const float & | starttime, | ||
const float & | endtime | ||
) |
Definition at line 102 of file RPCObImonPyWrapper.cc.
References i, RPCObImon::ObImon_rpc, and relativeConstraints::value.
Referenced by cond::ValueExtractor< RPCObImon >::extractor().
void cond::rpcobimon::extractDay | ( | RPCObImon const & | pl, |
std::vector< int > const & | which, | ||
std::vector< float > & | result, | ||
const float & | starttime, | ||
const float & | endtime | ||
) |
Definition at line 76 of file RPCObImonPyWrapper.cc.
References day, i, and RPCObImon::ObImon_rpc.
Referenced by cond::ValueExtractor< RPCObImon >::extractor().
void cond::rpcobimon::extractDetId | ( | RPCObImon const & | pl, |
std::vector< int > const & | which, | ||
std::vector< float > & | result, | ||
const float & | starttime, | ||
const float & | endtime | ||
) |
Definition at line 63 of file RPCObImonPyWrapper.cc.
References i, and RPCObImon::ObImon_rpc.
Referenced by cond::ValueExtractor< RPCObImon >::extractor().
void cond::rpcobimon::extractTime | ( | RPCObImon const & | pl, |
std::vector< int > const & | which, | ||
std::vector< float > & | result, | ||
const float & | starttime, | ||
const float & | endtime | ||
) |
Definition at line 89 of file RPCObImonPyWrapper.cc.
References i, RPCObImon::ObImon_rpc, and time.
Referenced by cond::ValueExtractor< RPCObImon >::extractor().