#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
struct | lumi::BunchCrossingInfo |
struct | lumi::HLTInfo |
class | lumi::LumiSectionData |
struct | lumi::TriggerInfo |
Namespaces | |
namespace | lumi |
Typedefs | |
typedef std::vector < BunchCrossingInfo > ::const_iterator | lumi::BunchCrossingIterator |
typedef std::vector< HLTInfo > ::const_iterator | lumi::HLTIterator |
typedef std::vector < TriggerInfo > ::const_iterator | lumi::TriggerIterator |
Enumerations | |
enum | lumi::LumiAlgoType { lumi::ET = 0, lumi::OCCD1 = 1, lumi::OCCD2 = 2 } |
enum | lumi::TriggerType { lumi::ALGO = 0, lumi::TECH = 1 } |
Variables | |
static const int | lumi::BXMAX = 3564 |
static const int | lumi::BXMIN = 1 |
static const BunchCrossingInfo | lumi::BXNULL = BunchCrossingInfo(-99,-99.0,-99.0,-99) |
static const int | lumi::LUMIALGOMAX = 3 |