#include <big.h>
Public Types | |
typedef TensorIndex< 5, 9 > | entbxIDX |
typedef TensorIndex< 60 > | entbyIDX |
typedef TensorIndex< 2, 9 > | entfxIDX |
typedef TensorIndex< 5 > | entfyIDX |
Public Member Functions | |
bigStore () | |
void | fill (const std::string &atitle) |
Public Attributes | |
std::vector< bigEntry > | entbx |
std::vector< bigEntry > | entby |
std::vector< bigEntry > | entfx |
std::vector< bigEntry > | entfy |
bigHeader | head |
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<5, 9> big::bigStore::entbxIDX |
typedef TensorIndex<60> big::bigStore::entbyIDX |
typedef TensorIndex<2, 9> big::bigStore::entfxIDX |
typedef TensorIndex<5> big::bigStore::entfyIDX |
|
inline |
Definition at line 105 of file big.h.
References big::bigEntry::fill(), ntupleEnum::SIZE, and AlCaHLTBitMon_QueryRunRegistry::string.
void big::bigStore::fill | ( | const std::string & | atitle | ) |
Definition at line 107 of file big.cc.
References b, HltBtagPostValidation_cff::c, gather_cfg::cout, f, big::bigEntry::fill(), mps_fire::i, dqmiolumiharvest::j, and ntupleEnum::SIZE.
Referenced by big::fill().
|
private |
|
friend |