#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 Attributes | |
float | abs_cotb |
absolute value of cot beta | |
float | cota_current |
current cot alpha | |
float | cotb_current |
current cot beta | |
bool | fpix_current |
current pix detector (false for BPix, true for FPix) | |
int | id_current |
current id | |
int | index_id |
current index | |
storeVector | sVector_ |
headVector | thVector_ |
entryVector | tVector_ |
typedef std::vector<bigEntry> big::entryVector |
typedef std::vector<bigHeader> big::headVector |
typedef std::vector<bigStore> big::storeVector |
big::big | ( | ) | [inline] |
Definition at line 8 of file big.h.
References sVector_, thVector_, and tVector_.
:id_current(-1),index_id(-1),cota_current(0.),cotb_current(0.),fpix_current(false){ //constructor tVector_.reserve(1000); thVector_.reserve(1000); sVector_.reserve(1000); }
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::bigStore::fill(), big::bigEntry::fill(), big::bigHeader::fill(), h, i, alignCSCRings::s, sVector_, thVector_, and tVector_.
float big::abs_cotb [private] |
float big::cota_current [private] |
float big::cotb_current [private] |
bool big::fpix_current [private] |
int big::id_current [private] |
int big::index_id [private] |
storeVector big::sVector_ [private] |
headVector big::thVector_ [private] |
entryVector big::tVector_ [private] |