DAS  3.0
Das Analysis System
Trigger

Description

class Trigger

This class only makes sense for data. It mainly contains the bit of the fired triggers. Originally, it was also supposed to contain the prescale information; the effective luminosties are used instead.

#include <Event.h>

+ Collaboration diagram for Trigger:

Public Member Functions

void clear ()
 

Public Attributes

std::vector< bool > Bit
 
std::vector< int > PreHLT
 
std::vector< int > PreL1min
 
std::vector< int > PreL1max
 

Member Function Documentation

◆ clear()

void clear ( )

to clear for each new event in n-tupliser

22 {
23  Bit.clear();
24  PreHLT.clear();
25  PreL1min.clear();
26  PreL1max.clear();
27 }

Member Data Documentation

◆ Bit

std::vector<bool> Bit

indicates which trigger has fired

◆ PreHLT

std::vector<int> PreHLT

HLT prescale.

◆ PreL1max

std::vector<int> PreL1max

L1 max pre-scale.

◆ PreL1min

std::vector<int> PreL1min

L1 min pre-scale.


The documentation for this struct was generated from the following files:
DAS::Trigger::Bit
std::vector< bool > Bit
indicates which trigger has fired
Definition: Event.h:72
DAS::Trigger::PreL1max
std::vector< int > PreL1max
L1 max pre-scale.
Definition: Event.h:75
DAS::Trigger::PreL1min
std::vector< int > PreL1min
L1 min pre-scale.
Definition: Event.h:74
DAS::Trigger::PreHLT
std::vector< int > PreHLT
HLT prescale.
Definition: Event.h:73