ATLAS Offline Software
|
#include "TrigSteeringEvent/TrigPassBits.h"
#include <cmath>
#include <iostream>
#include "TrigSteeringEventTPCnv/TrigPassBits_p1.h"
#include "TrigSteeringEventTPCnv/TrigPassBitsCnv_p1.h"
Go to the source code of this file.
Functions | |
void | store_bits (const std::vector< bool > &bits, std::vector< uint32_t > &store) |
void | restore_bits (std::vector< bool > &bits, const std::vector< uint32_t > &store) |
unsigned | necessary_words (unsigned size) |
unsigned necessary_words | ( | unsigned | size | ) |
Definition at line 52 of file TrigPassBitsCnv_p1.cxx.
void restore_bits | ( | std::vector< bool > & | bits, |
const std::vector< uint32_t > & | store | ||
) |
Definition at line 30 of file TrigPassBitsCnv_p1.cxx.
void store_bits | ( | const std::vector< bool > & | bits, |
std::vector< uint32_t > & | store | ||
) |
Definition at line 13 of file TrigPassBitsCnv_p1.cxx.