#include <big.h>
Classes | |
class | bigEntry |
inline class bigEntry More... | |
class | bigHeader |
class | bigStore |
Public Types | |
typedef std::vector< bigEntry > | entryVector |
typedef std::vector< bigHeader > | headVector |
typedef std::vector< bigStore > | storeVector |
Public Member Functions | |
big () | |
void | fill (size_t tVectorSize, size_t thVectorSize, size_t sVectorSize, const std::string &atitle) |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
float | abs_cotb |
absolute value of cot beta More... | |
float | cota_current |
current cot alpha More... | |
float | cotb_current |
current cot beta More... | |
bool | fpix_current |
current pix detector (false for BPix, true for FPix) More... | |
int | id_current |
current id More... | |
int | index_id |
current index More... | |
storeVector | sVector_ |
headVector | thVector_ |
entryVector | tVector_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
typedef std::vector<bigEntry> big::entryVector |
typedef std::vector<bigHeader> big::headVector |
typedef std::vector<bigStore> big::storeVector |
|
inline |
void big::fill | ( | size_t | tVectorSize, |
size_t | thVectorSize, | ||
size_t | sVectorSize, | ||
const std::string & | atitle | ||
) |
Definition at line 5 of file big.cc.
References b, big::bigEntry::fill(), big::bigHeader::fill(), big::bigStore::fill(), h, mps_fire::i, alignCSCRings::s, sVector_, thVector_, and tVector_.
Referenced by big().
|
private |
|
friend |
|
private |
|
private |
|
private |
|
private |