#include <big.h>
Public Types | |
typedef TensorIndex< 2, 4, 6 > | aqflIDX |
typedef TensorIndex< 2, 4, 4 > | avgIDX |
typedef TensorIndex< 2, 2, 4 > | chi2IDX |
typedef TensorIndex< 2, 2, 5 > | parIDX |
typedef TensorIndex< 2, 10 > | spareIDX |
typedef TensorIndex< 9, 7 > | xtempIDX |
typedef TensorIndex< 9, 21 > | ytempIDX |
Public Member Functions | |
bigEntry () | |
void | fill (int runnum, float seed) |
Public Attributes | |
float | alpha |
std::vector< float > | aqfl |
std::vector< float > | avg |
float | beta |
std::vector< float > | chi2 |
float | costrk [3] |
float | cotalpha |
float | cotbeta |
float | dxone |
float | dxtwo |
float | dyone |
float | dytwo |
std::vector< float > | par |
float | qavg |
float | qmin |
int | runnum |
std::vector< float > | spare |
float | sxmax |
float | sxone |
float | sxtwo |
float | symax |
float | syone |
float | sytwo |
std::vector< float > | xtemp |
std::vector< float > | ytemp |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
typedef TensorIndex<2,4,6> big::bigEntry::aqflIDX |
typedef TensorIndex<2,4,4> big::bigEntry::avgIDX |
typedef TensorIndex<2,2,4> big::bigEntry::chi2IDX |
typedef TensorIndex<2,2,5> big::bigEntry::parIDX |
typedef TensorIndex<2,10> big::bigEntry::spareIDX |
typedef TensorIndex<9,7> big::bigEntry::xtempIDX |
typedef TensorIndex<9,21> big::bigEntry::ytempIDX |
|
inline |
Definition at line 23 of file big.h.
References aqfl, avg, chi2, fill(), par, runnum, SurveyInfoScenario_cff::seed, TensorIndex< d1, d2, d3, d4 >::SIZE, spare, xtemp, and ytemp.
void big::bigEntry::fill | ( | int | runnum, |
float | seed | ||
) |
Definition at line 26 of file big.cc.
References alpha, pfBoostedDoubleSVAK8TagInfos_cfi::beta, vertices_cff::chi2, mps_fire::i, gen::k, alignCSCRings::r, summaryLumi::runnum, and SurveyInfoScenario_cff::seed.
Referenced by bigEntry(), big::bigHeader::bigHeader(), big::bigStore::bigStore(), big::fill(), and big::bigStore::fill().
|
private |
|
friend |
std::vector<float> big::bigEntry::aqfl |
Definition at line 66 of file big.h.
Referenced by bigEntry().
std::vector<float> big::bigEntry::avg |
Definition at line 63 of file big.h.
Referenced by bigEntry().
std::vector<float> big::bigEntry::chi2 |
Definition at line 69 of file big.h.
Referenced by bigEntry().
std::vector<float> big::bigEntry::par |
Definition at line 54 of file big.h.
Referenced by bigEntry().
int big::bigEntry::runnum |
Definition at line 34 of file big.h.
Referenced by bigEntry().
std::vector<float> big::bigEntry::spare |
Definition at line 72 of file big.h.
Referenced by bigEntry().
std::vector<float> big::bigEntry::xtemp |
Definition at line 60 of file big.h.
Referenced by bigEntry().
std::vector<float> big::bigEntry::ytemp |
Definition at line 57 of file big.h.
Referenced by bigEntry().